Top "Drives" questions

Use this tag for questions related to physical disk drives.

Enumerating all available drive letters in Windows

I want to enumerate all available drive letters (which aren't already taken) in Windows using VC++. How can I do …

c++ winapi drives
Delphi - How to get list of USB removable hard drives and memory sticks?

In my application (Delphi), I need to list all the USB storage devices. These can be either flash memory sticks …

delphi usb external hard-drive drives
Listing All Physical Drives (Windows)

How can I get all the physical drive paths (\\.\PhysicalDriveX) on a Windows computer, with C/C++? The answers in …

c++ c drives
Getting icons of Drives and Directories: Icon.ExtractAssociatedIcon(filePath) doesn't work?

If Icon.ExtractAssociatedIcon(filePath) is the only way to get icons in .NET && if it doesn't work for …

c# .net wpf icons drives
Does the transaction log drive need to be as fast as the database drive?

We are telling our client to put a SQL Server database file (mdf), on a different physical drive than the …

sql-server performance transaction-log drives