Questions tagged [usb-drive]

Storage drives connected by USB devices known otherwise as flash drive, memory stick, pen drive, USB stick, USB key and thumb drive. Also includes larger storage devices such as portable hard drives.

USB drives are storage drives connected by USB (Universal Serial Bus) to the computer. A USB drive -- also known as a flash drive or keychain drive -- is a plug-and-play portable storage device that uses flash memory and is lightweight enough to attach to a key chain.

Above the OS level, work with these drives does not differ much from the work with the fixed drives: they can be partitioned and partitions can be formatted OS-supported filesystems.

Such drives can also be bootable. Developers may use this capability to test new operating system without installing it, or to gain access to non-encrypted fixed hard drive if the main operating system does not boot any longer.

571 questions
0
votes
1 answer

Batch for loop issue

This batch script is supposed to detect removable drives, and loop though the following process for each drive: format, wrtie files to. Problem is that it only does this for one drive. For example, I can put two drives in, it will detect them both…
flockerman
  • 15
  • 2
0
votes
1 answer

how to display the volume name automatically on windows/linux

I am writing a USB driver to a product which is basically a USB pen drive. Upon connecting the product to the usb port, I want to see the drive name/volume name as "XXXX Corporation". I see that by default it always gets shown as "Removable Disk" in…
0
votes
1 answer

Unable to format a pen drive, volume does not contain a recognized system

I want to format pendrive, but it shows the following message. Adding the screen shots of the same. When i enter the command format h : following message is displayed. I have entered the same command to format, then following message is displayed…
vermaraj
  • 634
  • 3
  • 10
  • 34
0
votes
2 answers

auto-run for applescript editor

Can I make an apple script that auto runs when I put in my flash drive? I want to be able to do this so that when I put my flash drive in the computer at school I can make my presentation automatically play to save time and so i don't have to go…
mtwisterr
  • 337
  • 4
  • 16
0
votes
2 answers

How to format Pen Drive on Mac OS X programmatically?

How can I format a pen drive programmatically with particular disc type like fat, exFat, NTFS etc. I am trying in cocoa, please help.
Shardul
  • 4,266
  • 3
  • 32
  • 50
0
votes
2 answers

insmod: error inserting 'usb338x.ko': -1 Unknown symbol in module

I compiled a driver then tried to load de module and this is the return insmod: error inserting 'usb338x.ko': -1 Unknown symbol in module and dmesg [ 8128.506098] usb338x: Unknown symbol usb_add_gadget_udc (err 0) [ 8128.506116] usb338x: Unknown…
Arturo Veras
  • 145
  • 2
  • 10
0
votes
2 answers

save db access file in to pendrive

I have a very small application. This save data in mdb file (this mdb file only have 2 tables). MDB file is stored in my PC. From application I can set the path to my .mdb file. I have installed my app in 2 PC (office and home) and now I want to…
aco
  • 819
  • 4
  • 15
  • 32
0
votes
1 answer

How to flush file buffers when using boost::serialization?

I'm saving a file on an USB drive and need to make sure that it's completely written to avoid corruption in case the USB drive is not removed properly. Well I've done some research and it seems this is possible via calling the FlushFileBuffers Win32…
Alex Jenter
  • 4,324
  • 4
  • 36
  • 61
0
votes
0 answers

Make Python 3 recognize USB drive

I'm running Python 3.3 and I'm wondering how to have my program recognize a USB Drive and give the option to open it. Can this work?
Luke Dinkler
  • 731
  • 5
  • 16
  • 36
0
votes
2 answers

backtrack 5 wont boot

First off, sorry for my english, it is not very good. I have a Toshiba satellite c885d running windows 8.1. I have a lexar 4 gigabyte usb flashdrive. It says on the back: LJDS50-4GB. I used Linuxlive usb creator and backtrack 5 r3 gnome 32 bit. …
user2605194
0
votes
1 answer

External USB storage on Android

I'm writing small media player for Android on DigiBoard(Evaluation Board). I want to use USB storage for playing music. I can plug USB, my board mount it(I see a notification) and when I use ADB shell and go to /mnt/ i have several folders, one of…
Prettygeek
  • 2,461
  • 3
  • 22
  • 44
0
votes
2 answers

how to run developed application on asus tablet?

I developed an android application and tested on Samsung mobile phone. then i tried to run that application on asus tablet. but it couldn't install the USB drivers correctly. Can anyone helped me to run this application on asus tablet?
hesh
  • 11
  • 3
0
votes
3 answers

What files can I safely delete from the Vim install directory?

I have an old 256mb usb drive that I'm using as a place to store text files. Scratch notes, links, todo lists, and a personal journal logfile. I installed vim onto the drive in order to always have a decent text editor, even if I'm switching between…
Gray
  • 109
  • 1
0
votes
1 answer

USB Y Cable - Does it only split the power or also the data?

Does an USB-Y-Cable (often found for USB 3.0 devices, for better backwards compatibility/faster speed?) like the following just splits the power or also the data? The second USB-male-plug has a thinner cable, so I think something is missing…
codepleb
  • 10,086
  • 14
  • 69
  • 111
0
votes
2 answers

How can we run Web Server from a Pen Drive without Installation?

I have a system with Windows XP Professional and I do not have access to Administrator login. I wish to test some PHP sites however, do not have access to install web servers like IIS, XAMP or WAMP. Is there an alternate to run any such web server…