Drive letters: Microsoft should get rid of them.


Recommended Posts

I use a lot of portable software. Some of them are on my hard drive, some are on removable (flash drives, external HDDs).

Windows is sometimes unpredictable in its assignation of drive letters, so that means I cannot create a shortcut to a particular program that will work reliably when I re-insert the drive.

I have never used a Mac to any great extent, but one of my friends who owns one tells me he has no such problem. This is how things should be on Windows, IMO.

If I name my drives/partitions, Windows should keep a record of the drive/partition and enable it to be used in the same way as when it was previously attached.

I do not know much about the inner workings of Windows, but would this be difficult for Microsoft to implement?

Windows does remember that certain USB devices (that are consistently plugged into the same USB port) are associated with a drive letter. These letters get shifted if, and only if, you add a new device and have your previous one unplugged. You can solve this problem by unplugging the new device and restarting, at which point plugging in your old device (in the same USB port) will give it its previous drive letter.

For instance, I have an external hard drive that is always drive G and is assigned drive G if i unplug and replug later.

  • Like 2

It might indeed just be better to create empty folders and then mount drives to those folders. Create a 16MB or smth partition on a drive always in your PC, mount it to X, create some empty folders and then just mount your external drives to those folders. I think Windows should remember those, but I'm not sure. Then you can just use X:\USB1, X:\Data, X:\...

  • Like 2

The idea to drop letters was one of the things they had in mind for the original longhorn but it got scrapped. Libraries sorta fix this but in the end we still have them and unless there's some deep file system changes we're stuck with them.

I agree that drive letters are a very poor way of organizing mounted partitions, but Microsoft probably can't change it at this point because switching from drive letters to folder mount points wholesale would break assumptions made by many programs - sacrificing legacy compatibility - which they won't do.

When a flash drive is inserted into a computer running OS X, Finder will automatically mount its partitions to /Volumes/Some Partition Name. If there is already a partition mounted at /Volumes/Some Partition Name, Finder will mount the partition to /Volumes/Some Partition Name 1 instead. Nautilus (the default file manager in Ubuntu) does something very similar, except partitions are mounted to /media/Some Partition Name and conflicts are resolved by appending (number) to the end of the mount point. Therefore, so long as the label of the partition on your flash drive is sufficiently unique, you can reasonably expect that it will be mounted in the same place no matter which USB port you plug it into or which Mac you use.

As others have already mentioned, Windows also allows you to mount partitions to folders - which might solve your problem - but I'm not sure if those mount points are persistent. Based on the way that Windows remembers drive letters (which billyea nailed in the first reply), I would guess that it behaves similarly for folder mount points.

They might be able to fake older programs who look for drive letters with some sort of fs trickery etc. I wonder how winrt apps handle locations and if they even care about drive letters?

Absolutely not. Windows *should* be more intelligent about how it allocates drive letters, however.

A bit of standardisation never hurt anyone in that department! :p

As a side note : I've frequently made use of the program "USBDLM". It's a great little addon. (Y)

  • Like 2

If you have a specific thumb drive that has apps you want to create shortcuts to, go into Disk Management and manually change the drive letter to either A or B. These drive letters are normally reserved for legacy disk drives, so no USB drive will automatically take that letter (unless it is an actual floppy drive), even if your A/B thumb drive is not there.

I've tried it out, and it seems to work. I guess Windows can recognize each thumb drive as unique.

It would be nice if they made shortcuts and drive mapping more automatic and easier, though.

Win RT uses the same drive letter format, however, Applications only have access to local locations (thisApp.folder/myfile.txt) or libraries, so Microsoft could remove drive letters completely without sacrificing backwards compatibility at some point in the future.

I did notice in Windows 8 under task manager, it refers to disks by "Disk #" and serial number. Possibly for a transition after Windows 8?

I saw that but didn't think much of it till now. It could be interesting if they switch to a disk # type system in windows 9.

Maybe not. But a couple bits of legacy junk might still rely on drive letters, but I think this is something that will be going away in the next few years. I think Microsoft will implement a more user friendly file management system soon.

I agree. The other thing is, that a Mac allows you to move and rename files even while they are opened without applications losing their reference to the file. I'd like to see the same thing on Windows.

Are you 100% sure about that? Is it not application specific to only those that use a special library becuase that is NOT normal unix-like behaviour.

If they were to phase out the need for drive letters i guess they could add something to windows that you could set up a list of volume labels and then match them with a drive letter/port. So when you attach a drive with a volume label like like Disk 1 which you assigned the letter F to then it would set it to F sort of like an IP address reservation and i guess you could set multiple labels for a single letter if you use one or two flash drives.

If programmers would have stuck to the recommended best practices such as environment variables instead of assuming things won't ever change and thus used hard-coded drive and path information, it wouldn't be a problem.

What are %windir%, %UserPath%?

many applications get married to a drive letter. Even windows itself gets married to a drive letter...Go ahead change the c partition letter after you have installed windows and see what happens. Many legacy applications and current applications get married to a drive letter. besides what is the alternative? using a long alpha numeric drive name that makes absolutely no sense to anyone or anything but the os...yeah lets make things harder than they already are.

You see it isn't just for programmers, it is for the average user too. The average user can understand c or d or f or whatever.

I agree. The other thing is, that a Mac allows you to move and rename files even while they are opened without applications losing their reference to the file. I'd like to see the same thing on Windows.

Vista onwards allows you to rename a file in use. I've done it plenty of times.

Are you 100% sure about that? Is it not application specific to only those that use a special library becuase that is NOT normal unix-like behaviour.

I don't think I've ever noticed an app not behaving like that on OS X. It's certainly expected behavior for (document-based) Cocoa apps, and it registers the change, even if you made it in the Terminal using standard UNIX command line tools..

Vista onwards allows you to rename a file in use. I've done it plenty of times.

Sure, it allows you to do so. But the application (try Notepad as an example) doesn't then go ahead and update the reference to the file. If you've been working on Tst1.txt and rename it to Tst2.txt, Notepad still thinks you're working on Tst1.txt and will save to the original location.

I did notice in Windows 8 under task manager, it refers to disks by "Disk #" and serial number. Possibly for a transition after Windows 8?

I saw that but didn't think much of it till now. It could be interesting if they switch to a disk # type system in windows 9.

I have seen that in XP as well, I think NT internally uses that internally and shows drive letters for compatibility?

This topic is now closed to further replies.
  • Posts

    • Google pitches Spanner as one database for all AI agents with these new featues by Karthik Mudaliar Google Cloud is introducing new features within Spanner, its distributed database, as a place where enterprises should keep their data, using which AI agents could make smarter and better decisions. In a detailed blog post, Google highlighted quite a few features coming to Spanner, including relational data, graph relationships, vector search, key-value access, full-text search, and operational analytics together in one database architecture. Google says that today's systems aren't well-made for AI agents. There could be data that is present in one system, search indexes in another, embeddings in a vector database, and relationship data in a graph database. This fragmentation isn't great for AI agents to do their jobs because they don't have access to all of this data in one place. This is where Google is positioning Spanner as a solution. Spanner is already a globally distributed relational database with strong consistency, and Google wants its customers to see it as a broader data layer for AI applications. The company introduced something called Spanner Graph, along with integrated vector search, full-text search, a Cassandra-compatible key-value endpoint, and a columnar engine for analytical queries on operational data. Google also added that its ScaNN-powered vector search can support indexes with more than 10 billion vectors, while the columnar engine can make some analytical scans up to 200 times faster. All of this isn't just exclusive to the Google Cloud Platform, and there's support for multi-cloud as well. This comes via Spanner Omni, which Google says is a downloadable, containerized version of Spanner that can run on Kubernetes and in environments outside Google Cloud, including Microsoft Azure and AWS, and even on-premises infrastructure as well as edge deployments. Google says that customers who are interested in the full-featured edition should contact the company, and there's no word on commercial availability or separate pricing. Those interested can read the full blog by Google Cloud, which details these features individually.
    • Kalmuri 4.2.5 by Razvan Serea Kalmuri is your all-in-one, portable screen capture and recording solution designed for speed, simplicity, and flexibility. Whether you need a full-screen snapshot, a custom area, a scrolling webpage, or smooth video recording, Kalmuri delivers with ease. Capture text instantly from images with built-in OCR, keep floating images on top for quick reference, and use the precise color picker for perfect design matching. Customize hotkeys to work your way and share results instantly with built-in upload options. Kalmuri runs without installation, making it ideal for USB use, and offers an intuitive interface that’s easy to learn. Kalmuri key features: Video recording support (designation of whole screen and area) Whole screen, active program, window control, area application Extract text from images using optical character recognition (OCR). Support for PNG, JPG, WEBP, BMP, GIF file formats MP4 video recording powered by FFmpeg for high-quality results Full web page capture Share the captured image on the web Color extraction function Printer output Hotkey settings Adjustable via keyboard for area capture (Arrow key, Ctrl+Arrow key, Shift+Arrow key) File name format (sequential, datetime) Free to use it at work, at home, in government offices, at school, etc. Using Kalmuri portable for video recording Kalmuri’s portable version doesn’t include FFmpeg, which is required for video recording. Without it, you’ll get an “error FFmpeg.exe not found” message. To fix this, download FFmpeg from the provided link, extract it, and place FFmpeg.exe in Kalmuri’s folder. Kalmuri will then recognize it automatically, allowing you to start recording in high quality instantly. Kalmuri 4.2.5 changelog: Fixed an intermittent crash when using Area Capture Improved stability for Area Capture and screen recording Resolved a capture issue that could occur right after startup Download: Kalmuri 4.2.5 | 24.2 MB (Freeware) Download: Kalmuri Portable 4.2.5 | 2.1 MB View: Kalmuri Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • They have lots of info on me, I have a facebook account and have done so for years, it was the thing to have then. My phone number is not on it. I don't have the Facebook app on my phone these days, just the messenger part, and only for a couple of people to contact me, most will text me via SMS or phone. I agree, Meta, like others, even without an account will know something about me. Just have to try and keep some things private Also, never saw the need for Whatsapp, people used to ask for me to join it, but as I said to them, I have SMS and a phone, use that, or email
  • Recent Achievements

    • First Post
      rosiecharles earned a badge
      First Post
    • Reacting Well
      Juan Dela earned a badge
      Reacting Well
    • Week One Done
      Collagen Project earned a badge
      Week One Done
    • Reacting Well
      Wakeen1966 earned a badge
      Reacting Well
    • Rookie
      Almohandis went up a rank
      Rookie
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      +Edouard
      271
    3. 3
      PsYcHoKiLLa
      145
    4. 4
      Steven P.
      98
    5. 5
      macoman
      54
  • Tell a friend

    Love Neowin? Tell a friend!