First post, by mxmxmx2
If you try to install MS-DOS 5 to a hard disk drive where the file system has two sectors per cluster, you get an error message:
(The screenshot is from DOSBox, but I encountered this on real hardware first.)
It is an oddly worded message: Sectors per cluster must be a power of two. Hence, what it really wants to say is: the file system needs to have 4 sectors per cluster or more. Note that MS-DOS itself can read the hard disk without problems, it's just the installer that complains.
Not wanting to reformat my C: drive, I patched the check out of the installer. The installation went without issues, and the now installed MS-DOS 5 works as well.
But surely, the error message must be there for a reason. Does someone know? Neither the MS-DOS manual nor an Internet search yielded any clues.