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
1
vote
1 answer

Master boot record on flash drive doesn't work

I learn pure hardware (without OS) programming and have a problem with booting from flash-drive (using Kingston DT101 G2 8Gb). Initial code, which was not backed up and I can't reproduce it now exactly as it was :(, worked fine both in emulator…
Ruslan
  • 65
  • 6
1
vote
3 answers

USB flash drive manufacturer serial number

How can I retrieve the manufacturer serial number of an USB flash drive in java? i look at this How to get manufacturer serial number of an USB flash drive? but it doesn't help me.
user3684431
  • 29
  • 1
  • 5
1
vote
0 answers

Fine-grained (removable) drive-type determination

I’m trying to write a little tool to simplify inventorying my removable media. Getting and storing a list of files on the media is simple enough, but I want to be able to catalog them according to what type of drive they are. There is an API…
Synetech
  • 9,643
  • 9
  • 64
  • 96
1
vote
1 answer

LOST.DIR problems with flash drive

I'll try to sum this up briefly. I have an app that can synchronize its data with a USB flash drive connected via an OTG adapter. The problem is this: some files will end up in a folder called LOST.DIR in the root of the flash drive. They are all…
Nathan Walters
  • 4,116
  • 4
  • 23
  • 37
1
vote
1 answer

Is there a way to mount an external hard drive as a USB Flash Drive?

In order to avoid paying for an extra feature on a backup software, I need to mound my external hard drive as a USB Flash Drive. Windows automaticlly recognizes external hard drive as "Hard Drives" on My Computer. However, flash drives are…
1
vote
1 answer

How Can I Start Jetty and open a Browser In Platform Independent Way

I have a simple JSP web-page/site. I have installed Jetty on a Flash-Drive, and put the Jsp/Site into the root context. I have a batch file and when I click it, it starts jetty and then launches IE and the webpage starts up. I even have a JRE…
1
vote
1 answer

Detecting USB Thumb Drive when Ready in Linux Shell Script

I am a Windows admin and dev, I do not generally work with Linux so forgive me if this is in some way obvious. I have a not so good Linux box, some older version of Open SUSE, and I have a script that unmounts the USB thumb drive, formats it, and…
Robert Kaucher
  • 1,841
  • 3
  • 22
  • 44
1
vote
1 answer

usb hard drive/pen drive emulation via bios

I am trying to read/write usb hard drives and flash drives for a DOS application. I read EDD spec. and it mentions that function Int13(Fn = 48h) can be used to get interface path and device path for a particular disk drive. This also includes usb…
jacks
  • 294
  • 3
  • 15
1
vote
2 answers

make a pen drive appear as a cd?

I have a .exe file in my pen drive sitting in a long chain of directories (driveLetter:\dir1\dir2....\dir8\program.exe) Now I don't wanna go through all those directories to get to the file and run it, Problem is that in Windows7, running a .exe…
vexe
  • 5,433
  • 12
  • 52
  • 81
0
votes
5 answers

How to find my USB flash drive's path with PowerShell

I am preparing a ps1 file. It will install some programmes silently. But my programmes' setup files were saved in my USB flash drive. In my ps1 file, cd E:\User\User_Setups This path is my USB flash drive's path. But it will change on the other…
cethint
  • 2,231
  • 8
  • 28
  • 31
0
votes
1 answer

Where would I save image from flash card into guest 0S( Ubuntu) and copy that saved image into new flash drives?

Objective: To take image from embedded system into my development machine and save it. Use the save image to copy it into other flash drives. My development machine has Windows 7 and guest OS is Ubuntu. I have taken out the flash drive from embedded…
samantha
  • 565
  • 3
  • 13
  • 29
0
votes
1 answer

Android ContentResolver with data on a USB stick

I am writing an application for an Andriod tablet (3.2) that plays media that in my case is stored on a USB stick. However, I noticed that when the USB stick is NOT plugged in, the ContentResolver returns songs that are stored on the USB stick. Is…
0
votes
2 answers

How to safely use VSS when using a working directory on a thumb drive?

I know putting code into VSS in general is as safe as putting money into a mutual fund run by Bernard Madoff, but I don't have the luxury of ditching it for subversion. That said, I need to be able to write code on two machines, I'm considering…
MatthewMartin
  • 32,326
  • 33
  • 105
  • 164
0
votes
1 answer

python with flashdrives and linux commands

I have 2 questions. So i am making a python program that will backup and restore a selected directory for me. This is my first program and i am using easygui as my gui for this program. what i want to know is how i can take a linux command that is…
Huntaz556
  • 117
  • 1
  • 3
  • 12
0
votes
0 answers

Is it possible to open a file that only works on a specific flash memory without flash?

i had a presentation file named as "abc.exe" in the usb key and can only run with that usb key in it. I copied files just in case. Now usb key died and the presentation doesn't work. What can i do for this situation? Thanks.. I tried a few thing…
marcoloji
  • 1
  • 1
1 2 3
8 9