Questions tagged [usb-flash-drive]

A USB flash drive is a data storage device that includes flash memory with an integrated Universal Serial Bus (USB) interface.

USB flash drives are typically removable and rewritable, and physically much smaller than a floppy disk. USB flash drives are often used for the same purposes for which floppy disks or CD-ROMs were used, i.e., for storage, back-up and transfer of computer files. They are smaller, faster, have thousands of times more capacity, and are more durable and reliable because they have no moving parts. wikipedia

127 questions
0
votes
2 answers

How to set up a usb flash drive that has NOTHING on it

So I'm sure I did something stupid...I deleted everything off of my usb flash drive, rewriting it with zeros (as Ubuntu stated). I can see the device in "disks" on Ubuntu, but it does not show up in OS X Yosemite. In Ubuntu, the only option I have…
Sean Bearden
  • 289
  • 4
  • 14
0
votes
1 answer

Batch backup a harddrive without modifying access times C#

I'm trying to write a simple program that will backup my flash drive. I want it to work automatically and silently in the background, and I also want it to be as quick as possible. The thing is, resetting all the access times is useless to me, and…
0
votes
1 answer

Will the normal Visual Studio 2013 .exe work if installing from a flash drive?

I can't download the .ISO, as it's going to take me 9 hours. I'm wanting to take the setup .exe and put that on a flash drive, and then install it on my PC at my other house where I haven't had internet installed yet. Thanks, very much everyone here…
0
votes
1 answer

USB drive mount to access and send information to

%~d0:\Tools\Fionas_Collection.bat %1 %2 set Toolpath = %1:\Tools\ set Collectdrive = %2:\Collect\ set /p Case= "What is your case number?" echo Case Number: %Case% >> %CollectDrive%:\Collect\"%Case%_CaseFile.txt" set /p Name= "What is your…
0
votes
1 answer

How to get a file on a memory stick read into a python script?

I have a file on a memory stick which i want to use in my python script. The easiest way to do this would be to move the file into the directory it currently looks in but for security reasons i cant do this. How do i write the file location so that…
blablabla
  • 304
  • 1
  • 8
  • 18
0
votes
1 answer

Want to create a autorun flashdrive

I want to create a flash drive that opens a exe file when it is plugged into a laptop/pc. I dont want to make a Autorun.inf file. Those do not execute the program when it is plugged in, but give you the option of opening it. And i want it…
0
votes
2 answers

Changing Drive Letters

I'm having a little trouble figuring out how to use a root directory with a program for flash drives. For example: I'm trying to run "E://Program/data/install.vbs" but the driver letter keeps changing. Any help will be appreciated, thank you. I…
osyra42
  • 558
  • 1
  • 6
  • 20
0
votes
1 answer

Windows Client application on USB stick with write protection

I need one or more approaches to realize the following scenarion: Let's say we have a windows application (a journal) where journal entries are serialized as XML. The application is on a usb stick and also the XML file. The main problem is: no one…
csteinmueller
  • 2,427
  • 1
  • 21
  • 32
0
votes
2 answers

USB Drive developing ( managing the LED etc. )

I found an old USB flash drive with 4gb of storage, and I was wondering if I can manage the LED of it to show if I got an E-mail or something else. If I can access more parts of the USB drive which can be useful, I would love to hear that ! :)
Ahmed
  • 585
  • 2
  • 5
  • 17
0
votes
1 answer

Dynamic file path for IDE setting?

Can you set the drive letter to be dynamically added for an Windows application setting on a flash-USB? Would it be an environment variable, and if so what would it be called? -> (i.e. %root%/Qt/4.8.1/bin) Issue Example: I have Qt SDK 1.2.1…
Brandon Clark
  • 788
  • 1
  • 13
  • 26
0
votes
2 answers

Qt SDK 1.2.1 on flash drive

Would anyone know how one may go about installing Qt SDK 1.2.1 package on a flash drive for plug and play anywhere? If I wanted to do it for Windows would I simply install it from the installer package? Is this even possible? Update: Answered…
Brandon Clark
  • 788
  • 1
  • 13
  • 26
0
votes
1 answer

Can the MX51 support usb 3.0?

I have a device that is run by a MX51 cpu what I would like to know are: what steps to take to replace an sd slot with mini usb 3.0 thumb drives? This means physically remove the hardware and install a usb 3.0 port in place of the SD slot. What…
user409939
  • 101
  • 2
  • 4
0
votes
1 answer

How to get a list of all the USB removable storages attatched in the system using C?

I am writing a program that will copy some files in a USB removable storage. So I need a list of all removable storages available. I am using C. Portablity is preferred.
muntasir2000
  • 204
  • 1
  • 3
  • 11
-1
votes
1 answer

How to create a menu tree that will show all files in an USB flash drive?

I need to create a menu that will show all files in USB. The menu will need to auto-run when inserting the USB. the menu need to be dynamic, so if i will add files i will see the new files in the next time that i will use the USB. the menu can be in…
eyalb
  • 2,994
  • 9
  • 43
  • 64
-1
votes
2 answers

Bootable USB drive with ability to install Windows/Mac OSx/Linux

Is there a way to make a bootable USB drive with the ability to install Mac OSx, Windows 7 and a flavor of Linus from it? i understand bootable Mac OSx would only work on apple hardware, I also know that it is possible to make a bootable…
hyperexpert
  • 532
  • 1
  • 8
  • 20
1 2 3
8
9