Tagged Questions
The removable-drive tag has no wiki summary.
5
votes
2answers
2k views
Detect removable drive (e.g. USB flash drive) C/C++
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 ...
4
votes
0answers
610 views
Listing all USB drives in Linux [closed]
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.
4
votes
4answers
587 views
Get notification when a new drive is connected via USB or other means (C#)
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 to ...
4
votes
7answers
469 views
Any way to determine speed of a removable drive in windows?
Is there any way to determine a removable drive speed in Windows without actually reading in a file. And if I do have to read in a file, how much needs to be read to get a semi accurate speed (e.g. ...
3
votes
1answer
252 views
Searching for SD-cards
I need to implement searching for SD-cards in my program.
Currently I'm using search for all removable devices like:
searcher = New Management.ManagementObjectSearcher("\\localhost\root\cimv2", ...
3
votes
2answers
2k views
The best way to always detect a removable device
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 ...
3
votes
1answer
2k views
How to find the unique serial number of a flash device?
I've found several snippets and .pas files that can detect when USB flash drives are inserted and removed. Some give all kind of good information, however what I need is the devices' unique serial ...
3
votes
2answers
3k views
GetDriveType in C#? or find out if my drive is removable?
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 ...
3
votes
1answer
259 views
How could I know when someone attaches a removable disk on my computer?
I would like to know how can I detect when the user attaches a removable drive on a computer ( in a Windows XP environment ) . There surely has to be a better way than constantly checking to see if ...
2
votes
1answer
247 views
Detect Removable Media Ejection Request in Windows Service
I have a Windows service written in C# with the .NET 2.0 framework that uses the FileSystemWatcher to monitor certain directories for changes. Some of these directories may be on removable media, such ...
2
votes
1answer
1k views
How to eject a USB removable disk/volume, similar to the “Eject” function in Windows Explorer?
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 tried two ...
2
votes
4answers
2k views
Detect insertion of media into a drive using windows messages
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 ...
1
vote
1answer
710 views
Accessing removable drive in a terminal services session
I have a tray application that registers with the shell to receive notifications when a drive is added to the system or when media is inserted into a drive (via SHChangeNotifyRegister). Upon receipt ...
1
vote
2answers
534 views
Detect when removable storage is unmounted
I am working on an app which should detect events that happen when removable storage is unmounted or forcefully unplugged from the USB. How can I receive these events?
I have seen NSWorkspace for the ...
1
vote
2answers
941 views
getting the path of a application at runtime + cocoa
Hi guys
i want my application to run from removable storage devices and it should get the path of the removable storage it is running from or the rem storage device from which the app is launched.
I ...
1
vote
4answers
4k views
How to get the list of removable disk in c#?
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.
Thanks. Urgent
0
votes
1answer
143 views
How to turn off encrypting of .sln files in Visual Studio on removable drive?
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 ... seems ...
0
votes
1answer
224 views
Looking for code snippets, library, or toolkit to modify a USB Flash Drive's serial number
I've been writing some tools to interact with a USB Flash Drive (removable drive) for our portable application. We are going to be tying some relevant information directly to the flash drive via the ...
0
votes
1answer
66 views
Memory Card Information
I'm detecting the insertion of memory cards (removable media). Can I get information about the inserted media - type, manufacturer, etc?
0
votes
2answers
130 views
Pretty (maker-free) device names, where do I find those?
I'm looking to do some things involving (removable) devices, so I was looking at WMI and other APIs, the 'Devices and Printers' screen and the Safely Remove Hardware popup as I want to have as ...
0
votes
4answers
428 views
How to stop application from executing
I am working on a project to prevent applications from being launched from removable devices.
Does anyone out there know how i can do this? Preferrably in C++ on the Windows platform.
My aim is to ...
0
votes
2answers
547 views
Mac + External drive not recognized as removable storage
I have a external 1TB drive which is not getting recognized by my program as removable storage device.
I have in my code the following lines to detect the removable drives attached to the machine.
...
0
votes
1answer
197 views
How can I get the real size of an SD card in Windows?
We're using a small self-made windows-based tool to write OS, Images and a FAT partition containing data on SD cards that will then be used in embedded devices as boot medium and data storage.
I'm ...
0
votes
7answers
521 views
Foxpro App and removable drives problem
I have a foxpro app, that contains hard coded path for icons and bitmaps. That's how foxpro does it and there is no way around it. And this works fine, except that when a removable drive has been used ...