removable-storage Questions
5
How can I get a list of removable drives (plugged into USB) in Linux? I'm fine with using KDE, GNOME or other DE libraries if it would make things easier.
Biphenyl asked 6/5, 2011 at 12:30
3
Solved
I have a flash drive which I formatted so that the volume label on the drive is "PHILIP".
I am using Get-PSDrive H -PSProvider FileSystem to determine if the drive is plugged in, however I would...
Truman asked 12/10, 2012 at 19:37
2
Solved
Do you know what is the API, or sequence of API calls that windows uses to accomplish the "Eject" function which is available on the shell context menu for removable volumes?
So far I've ...
Grating asked 12/10, 2010 at 19:23
2
Problem description:
(occurs at least in VS2005 and VS2008, not tested in VS 2010)
If project (e.g. .csproj) or solution file (.sln) is opened from removable drive, and something happens ... seem...
Germanism asked 20/4, 2011 at 6:26
4
Solved
I am currently using WM_DEVICECHANGE to be notified when new USB drives are connected to the computer. This works great for devices like thumb-drives where as soon as the device arrives it is ready...
Inedited asked 10/3, 2010 at 20:1
4
Solved
I am using Environment.GetLogicalDrives(); to get a list of drives. I remember in c++ i could use GetDriveType to find if the device was CD, removable, flash, etc and i am thinking i want to put a ...
Niddering asked 8/3, 2009 at 8:3
2
Solved
How can I detect when a removable disk drive is (dis)connected to the system? How to get the mount path (for Linux) and the drive letter (for windows)?
EDIT: Is there a way to detect the currently...
Alviani asked 2/2, 2010 at 12:56
2
Solved
In my previous question "How to find the unique serial number of a flash device?" I ended up asking for a way to get the drive letter. That problem is solved.
However, my initial question has not ...
Sands asked 22/12, 2009 at 20:1
4
Solved
I need to detect when a new drive is plugged into a Windows system through a USB port, firewire port, etc. I am aware of the WM_DEVICECHANGE message, but this requires a window to be open in order ...
Sexual asked 23/11, 2009 at 15:1
3
Solved
I want to get the list of removable disk in c#. I want to skip the local drives.
Because i want the user to save the file only in removable disk.
Geibel asked 14/7, 2009 at 9:56
1
© 2022 - 2024 — McMap. All rights reserved.