Tagged Questions
The usb-drive tag has no wiki summary.
52
votes
58answers
6k views
What development tools do you carry on your USB drive?
I've just bought a new 4GB USB thumb drive and I'm trying to decide what to put on it. I'm thinking about one of the webserver on a stick packages, a C/C++ IDE (leaning toward Code::Blocks; had ...
38
votes
14answers
7k views
Version control on a 2GB USB drive
For my school work, I do a lot of switching computers (from labs to my laptop to the library). I'd kind of like to put this code under some kind of version control. Of course the problem is that I ...
10
votes
2answers
936 views
Detecting USB Connection — C# .Net CF 3.5
I have an application (.Net Compact Framework 3.5) running on a Windows Mobile 6.1 device and I want to detect when the USB connection changes (either something connects or disconnects).
I was ...
10
votes
12answers
2k views
OK Programming language from USB stick with no installation
I'm looking for a compiler or interpreter for a language with basic math support and File IO which can be executed directly from a memorystick in either Linux or Windows. Built in functionality for ...
9
votes
4answers
2k views
How to run Git 1.6.x for Windows from a USB memory stick
I would like to run Git 1.6.x for Windows from a USB memory stick.
There is a Windows version of Git available at: http://code.google.com/p/msysgit/
Installing and running it from the local harddisk ...
8
votes
3answers
5k views
Portable PostgreSQL for development off a usb drive
In order to take some development work home I have to be able to run a PostgreSQL database.
I don't want to install anything on the machine at home. Everything should run off the usb drive.
...
8
votes
4answers
10k views
How to get serial number of USB-Stick in C#
How do I get the internal serial number of a USB-Stick or USB-HardDrive in C#?
7
votes
2answers
448 views
Discovering USB Mass Storage Devices with Java
The story behind...
I really like TV shows but I go back home only twice a month. The rest of the time I live in a house without internet (close to my university though, so free wifi rocks! - when it ...
5
votes
2answers
4k views
Upstart calling script (for inserted USB-drive)
I know that Ubuntu (and Fedora) uses Upstart istead of the classical System V init daemon (SysVinit).
I would like to know how to detect when a USB-drive has been inserted, mount it and copy some ...
4
votes
2answers
134 views
Windows: script/program for USB key that opens a console, sets the path and the working directory
The goal behind this question is to create a portable Windows script/program that would help users run (console) programs directly from a USB key (not necessarily through autorun, though). The ...
4
votes
2answers
1k views
How to detect a USB device has been plugged in?
I want to built a program than it detects if a usb (or two or plus) are plug
(and copy all it has to any folder in hard disk)
some idea? i have see
using System.Runtime.InteropServices;
but it ...
4
votes
4answers
4k views
USB-drive serial number under linux C++
Is there any way to determine s/n of usb-drive in linux using C++ ?
If not C++ is there any other way different from hwinfo -disk and hdparm -i ?
4
votes
4answers
586 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
1answer
2k views
How to remove USB drive using C#
I'm trying to write an application to remove USB Drives, but i can't find a way to do it. There's a .NET class to do this or it's possible using the Win32 API? All advises are welcome, thanks for the ...
4
votes
8answers
472 views
The ideal “always/anywhere available” web development environment?
Casus:
How to edit and advance with the same code, from several distanced locations and computers as easily as possible?
I have this thought for some time now. I am regularly having problems when I ...
4
votes
4answers
2k views
Looking for C# code for detecting removable drive (usb flash)
I'm looking for a C# code snippet to give me a notification for when a USB drive is plugged into my PC in Windows Vista (or win7)
3
votes
1answer
273 views
How to create a completely autonomous Python environment?
I want to create a completely autonomous Python environment on an USB pen drive that can run both on Windows and GNU/Linux....
How can I do that ?
I've tried to build Python with `./' as prefix, but ...
3
votes
4answers
763 views
Work with Subversion from USB Key
I am taking some work home with me these days and I transport it on a USB key because my work is on a private intranet.
I am using Visual Studio 2008 and I find that the performance of builds is ...
3
votes
2answers
1k views
How restrict an application to run only from a known USB flash drive?
I need an application to run only from a specific USB flash drive. I made some test with the WMI Win32_Diskdrive class and the PNPdeviceID property. It is a very good idea to enroll the application ...
3
votes
1answer
546 views
How Do I Eject a Volume in Java?
How can I "eject" a volume with Java, cross platform?
I have a program that does some operations on a removable drive (USB memory card reader), and once it's done, I want the program to ...
3
votes
3answers
313 views
Is there a physical limit in Windows to the number of USB drives that can be mounted?
I know the drive limit can be gotten around using junction points, but is there a limit to the number of physical devices recognized/mounted in the registry and shown using the MOUNTVOL command or ...
2
votes
2answers
243 views
USB Memory Stick hidden partition
I am writing a kind of accounting software which will run portable on a USB Memory Stick. I would like to make a hidden partition on the Stick to store some data to check the validity of the database ...
2
votes
0answers
134 views
Creating a Virtual Hard Drive
I am developing an application in which it would be of great advantage to monitor all of the activity on a hard drive. I am using Diskmon to trace the activity and IOMeter to make particular requests ...
2
votes
3answers
498 views
Portable Ruby on Rails environment for Windows
Somenone asked the same question about two years ago. The answer was InstantRails at that time. But InstantRails seems to be out of date.
Are there any other solutions?
2
votes
2answers
2k views
Linux: How to map a blockdevice to a USB-device?
if I plugin a USB memory stick, I see a new folder in /sys/bus/usb/devices ... thus a new USB-device.
Also I see a new folder in /sys/block ... thus a new block-device.
My question is: How can I get ...
2
votes
6answers
526 views
Differentiating between USB flash drive and USB hard drive on Windows
I'm trying to differentiate between a USB flash drive and a USB hard drive on Windows using the Win32 API.
The GetDriveType() function will return DRIVE_REMOVABLE if the drive is removable, and USB ...
2
votes
2answers
883 views
How can i get all USB drives (plugged in) [closed]
Possible Duplicate:
Get List Of USB Devices
Im making a WPF app.
Im looking for a way to list all plugged in USB devices (disks!) in my comboBox.
I can list all drives using ...
2
votes
2answers
2k views
How to program a bootloader..? Want a USB Flash Drive with Windows 7, XP, Vista, and perhaps 98 SE on it to use for installs
Hello again my fellow StackOverflow friends!
What I would very much like to do is copy the contents of my Windows 7, Windows XP (Pro and Home SP3), Windows Vista, and assuming I have space left for ...
2
votes
2answers
848 views
How to detect flash drive plug-in in Windows using Python?
I want to make my Windows computer run a Python script when it detects that a flash drive which has a particular name (for example "My drive") has been plugged in.
How can I achieve this?
Should I ...
2
votes
2answers
481 views
Java based usb application
I working on a Java based application which can be carried around by the user in a USB flash Drive. At the startup I want to check for existing JVMs on the machine the USB is plugged-in.
How can I ...
2
votes
1answer
7k views
Read USB Device Serial number in C#
Is there a way to read USB device serial number and data in a text file in USB using visual studio 2005?
2
votes
13answers
610 views
What programming languages can I code and compile from my USB flash drive?
I like to program at my college's computer labs (a Windows environment). Unfortunately, the labs have IDEs & compilers for classes being taught that particular semester, which usually comes down ...
2
votes
1answer
502 views
Differentiating between data card and pen drive or USB flash drive
I am having a Vodaphone data card which can be inserted in a USB port.
I have XP and Vista OS, and I am using WM_DEVICECHANGE event of Windows, to know USB Insertion and removal, and it's working ...
2
votes
4answers
374 views
Portable Windows Development Enviroment and USB Thumb Drives
I find myself wasting more and more time the last few years when I have to reinstall an OS and 20+ development tools and apps. I'm looking to do more work in virtual machines.
Now that you are ...
2
votes
3answers
1k views
How to perform low-level IO with a USB flash drive under the BIOS (compared to a floppy)?
I have recently been studying some bootstrap code which was intended for use with a floppy drive. My goal is to modify the program so that it uses my USB flash drive. Now I see how the INT 13H ...
2
votes
4answers
392 views
USB drive with debugging tools
I'm putting together a USB drive that should contain tools useful for troubleshooting various software problems encountered by users.
What tools would you recommend that I include?
Main environment: ...
2
votes
4answers
5k views
Portable Ruby on Rails environment
I got myself a new 8 gig USB key and I'm looking for a decent solution to have a portable RoR environment to learn on. I did the google on it and found a few possibilities, but I'm curious to hear ...
1
vote
2answers
38 views
ASP.NET detect usb drive
it is possible to detect usb drive with asp.Net (C#) ?
i know it is possible with windows application, i wonder it work also on WebApplication.
Thanks in advance
1
vote
0answers
35 views
Android Development Environment on USB Drive
I'm going to my parents for Christmas, will have limited access to their Windows 7 laptop. Is it possible to have a full development environment running from my USB drive?
(Currently I use Eclipse ...
1
vote
1answer
72 views
What is the easiest way to get an usb-drive unique id with python on linux?
I want to get the unique id from an usb hard-drive with python for a project im working on. What is the easiest way of achieving this? Is there a better way to do it? Can this be done platform ...
1
vote
0answers
31 views
Use the name of a usb drive as a way to overflow a buffer (esp. in OS X)? [closed]
Keep in mind this question is for educational (in the sense I'm not about to do something bad).
With that said here is my question: when a computer processes the name of a usb drive the computer ...
1
vote
1answer
317 views
How to detect MTP/PTP device in Honeycomb?
I want to detect the MTP/PTP device when it plugs in the android device. I know there is one method using Intent: android.hardware.usb.action.USB_DEVICE_ATTACHED and then defining meta-data which ...
1
vote
1answer
181 views
Writing a file to a USB stick in linux with Python?
I'm having a lot more trouble than expected writing to a file than I expected. I have a small Single Board computer running on an arm processor with the Angstrom embedded distribution. I'm writing an ...
1
vote
0answers
196 views
Is there a programattic API to access vault info on a SanDisk SecureAccess drive?
The simple question version is as stated: Is there a programmatic API to access vault info on a SanDisk SecureAccess drive (without installing the SecureAccess manager UI)?
Here's what the business ...
1
vote
1answer
391 views
NASM - Load code from USB Drive
Would any assembly gurus know the argument (register dl) that signifies the first USB drive?
I'm working through a couple of NASM tutorials, and would like to get a physical boot (I can get a clean ...
1
vote
2answers
318 views
Clearing sector zero of a removable media device
I need to clear sector 0 for removable media devices (custom USB memory devices) which I have been trying to clear within a WPF/C# application. My first attempt was to use DD, but I ran into ...
1
vote
1answer
208 views
1
vote
1answer
498 views
Upon USB insert, record unique identifer sting, format drive to FAT32 and copy a file. Bash or Python
This is what I want to do,
insert USB flash drive.
mount it.
record uniquie identifer string to a file.
format the drive to FAT32.
copy a text file to the drive.
unmount it.
remove the drive.
30 ...
1
vote
1answer
1k views
Detect if any USB drive is detected or not using WinForm Application
I want to do the following things in my application
1) I want to display whether any USB drive is inserted or not in my application to prompt the user to insert a USB drive. I just want to notify the ...
1
vote
1answer
112 views
How do I change the window that appears when I insert my pen drive?
Basically all that has to be said has been said in the title. How do I make a window other than the default one pop up when I insert my pen drive into my PC? Can it come from a program in the USB ...