Windows drive letters are not limited to A-Z

https://www.ryanliptak.com/blog/windows-drive-letters-are-not-limited-to-a-z/

100 points · 23 comments · view on lemmy.world

23 Comments

db2@lemmy.world · 59 pts · 297d (3 replies)

Drive letters. How quaint.

cannedtuna@lemmy.world · 31 pts · 297d

Windows. How quaint.

Joelk111@lemmy.world · 19 pts · 297d

The Linux approach did take some getting used to, of course, but mounting drives to folders just makes too much sense. The only qualm I've had with it is if the drive doesn't get mounted and stuff gets written to that folder, which, AFAIK, isn't possible in windows.

Also, tbf (and balanced), windows also supports mounting drives to folders iirc, it's just a weird way to do it.

Screen_Shatter@lemmy.world · 3 pts · 296d

I have to admit that growing up on windows made it really confusing this past week when I installed a new hard drive and had to add it to my steam library. I have to create a partition? And "mount" it? Using the terminal and commands??? Then after following tutorials for that I discovered Bazzite comes with a disk manager which makes it much easier.

Chronographs@lemmy.zip · 23 pts · 297d (3 replies)

Interesting read but I can’t think of much of a reason to ever use nonstandard drive letters except to maybe hide malware or something.

ViatorOmnium@piefed.social · 20 pts · 297d (1 reply)

Maybe you have more than 26 storage devices, but don't know how to use folder mounts on windows, or are weirdly attached to bad design decisions from the 1980s.

Chronographs@lemmy.zip · 7 pts · 297d

Yeah but as file explorer and even powershell can’t use the mount that 27th drive mounted to +:/ isn’t going to be very usable

Saganaki@lemmy.zip · 3 pts · 297d

One (contrived) example would be to have a drive that doesn’t have any installed file system filters on it. Filters being the hooks that windows, antivirus, etc have that intercept file writes and such. Could make it much faster on windows for that use-case. I can see custom software using that drive.

Contrived? Definitely. But potentially useful. I can see it working similarly to something MS has in testing which is the file system thing that is super fast but is limited in features—can’t seem to find it atm…

Edit: Found it. Dev drive via ReFS.

NigelFrobisher@aussie.zone · 16 pts · 297d

lordnikon@lemmy.world · 11 pts · 297d (1 reply)

you can also mount it to a directory just like in POSIX systems

ZILtoid1991@lemmy.world · 1 pts · 296d

And is the default behavior once it runs out of "normal" drive letters I think.

adespoton@lemmy.ca · 8 pts · 296d

Now I’m imagining someone making 💩: their default boot drive.

phoenixz@lemmy.ca · 7 pts · 297d

So? Who cares? Drive letters were always a dumb idea.

Also, obligatory "get your butt off of windows, switch to Linux."

biscuitswalrus@aussie.zone · 6 pts · 297d (1 reply)

Thanks for the share (pun intended)

toynbee@lemmy.world · 3 pts · 297d

That's a nerdy-ass pun.

ZILtoid1991@lemmy.world · 2 pts · 296d (2 replies)

Drive letters <<< whatever Linux is doing << the Amiga approach to drives

JensSpahnpasta@feddit.org · 2 pts · 296d (1 reply)

I haven't used an Amiga in several decades and memory is kind of murky. So how does the Amiga approaches drives?

ZILtoid1991@lemmy.world · 2 pts · 296d

Similar to Windows, but it's not just a single letter. E.g. df0:.

semperverus@lemmy.world · 2 pts · 296d

Its interesting to see how Linux-like NT paths are.

The_Decryptor@aussie.zone · 1 pts · 296d

This behavior is actually in line with what I'd expect, as Unicode support in Windows predates UTF-16, so Windows generally does not handle surrogate pairs and instead operates almost exclusively on WTF-16 code units directly.

So it's just straight UCS-2, and the software does enforce that, pretty much the opposite of "WTF-16".

Edit: Pretty sure "modern" (XP+ I think) Windows actually does enforce UTF-16 validity in the system, but there's always legacy stuff from the NT4/2K era that might turn up.

ColdWater@lemmy.ca · -1 pts · 296d (3 replies)

What's drive letters?

cyberpunk007@lemmy.ca · 4 pts · 296d

In inferior operating systems they refer to mountpoints as "drive letters". "C" is like "root"

Scolding7300@lemmy.world · 2 pts · 296d (1 reply)
[ removed ]
Trigger2_2000@sh.itjust.works · 3 pts · 296d

Drive Letters are also for removable media (floppy disks, CD/DVD drives, others [magneto-optical drives, etc), not to mention network drives. Not just Fixed Disks (hard drives).

It's just an easy way to specify one disk from another.