Comment on Does a cloned drive have the same drive letter as the original?
0x4E4F@lemmy.rollenspiel.monster 1 year agoUnfortunatelly, drive letters are reminants from tye DOS days and early Windows days (anything that wasn’t NT based has to have drive letters), so they have to stay for backwards compatibility.
Actually, up until Windows 8, drive letters were required for booting as well (which can be seen im the safe mode boot screen). Windows 8 and above doesn’t require them though (can be seen in safe mode with debugging enabled), but they are there and will stay there for a very, very long time. Windows can’t just part ways with them, there are just way too many things tied to them… legacy stuff, but legacy stuff that everyone still uses.
SpaceNoodle@lemmy.world 1 year ago
Drive letters are remnants from precursors to DOS.
Also, letters are not inherent to hard drives, so they’re not “required” for booting. That’s a job for BIOS/UEFI.
0x4E4F@lemmy.rollenspiel.monster 1 year ago
Really? Try booting Windows XP from a drive that is not marked as C: somewhere in registry and in config files. Even if you do manage to change the root from C to something else, it simply refuses to boot, end of story. People have tried it, it just doesn’t work with. With Win8 and above, yes, it does work, but some programs will out right refuse to work (cuz they’re gonna look for C:\%WINDIR%\system32 for the libs it needs to run, and they won’t be able to find them).
But yes, you are correct, drive letters were in use before DOS.
SpaceNoodle@lemmy.world 1 year ago
It’ll boot, Windows will just have its own problems afterwards.
0x4E4F@lemmy.rollenspiel.monster 1 year ago
Ummm… as I said, everything up until Windows 7 won’t boot, not unless is WinPE based. If it’s a regular install, no, it won’t. Windows 8 and above, yes, it will boot… and it won’t throw errors. Will everything regarding 3rd party software work? No. Can it be fixed? No, no source available. Then what’s the point of booting from anything other than C? IDK, you tell me 😂.