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
2
votes
1 answer

usb flash drive simulation(like cd/dvd rom virtual drive) - is it possible

is it possible to simulate usb flash drive with code (asp.net with c# is better - if not with php) or a software like virtual clone drive ? i have a program with usb flash drive unlocker (4 my laptop) and i want to simulate that usb drive , so i can…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
2
votes
1 answer

Are there any decent Windows Phone 7 device one can connect a usb flash drive to?

Are there Windows Phone 7 devices that have USB Host drivers so that my C# program can access data on a USB Flash Drive?
Dave
  • 1,822
  • 2
  • 27
  • 36
2
votes
1 answer

Can't Flash Code to Particle Photon

I have a Particle Photon which I'm trying to setup. I've tried flashing code both from the web IDE, and locally and it always times out. The device is connecting as it can be seen in these pictures: The web IDE does not give me much information. It…
2
votes
1 answer

read/write files from USB memory stick in uC-OS/II

I have a board with ARM processor and micrium RTOS on it. I need to read/write files from the USB memory stick. For example standard function, which renames file is next - int FS_Rename (const char * sExistingName, const char *…
drfred
  • 21
  • 1
2
votes
1 answer

Trying to increase USB lifetime

We are buffering on a USB drive and after x-minutes this will be send to our server. because this involves a lot of write and delete cycles the USB dies pretty quickly (between 1.5 - 6 months) I know this is not an ideal situation but due to many…
lauw
  • 545
  • 3
  • 15
2
votes
1 answer

Is there a standard for flash memory's real capacity?

For example... 16GB USB flash drive's real capacity is almost 14.8~15.4 GiB. these are different by each manufaturers or models. In this situation.... How can I expect real minimum capacity?(GiB or Sectors) Is there a standard? or de facto?
2
votes
1 answer

Why can't certain USB Mass Storage Devices be detected by some hardware?

I am trying to modify a mass storage driver using the composite usb framework to allow an embedded mass storage device to be visible on my Xbox 360. I have confirmed that this is not a simple VendorID/ProductID block. I would like to understand…
Error 454
  • 7,255
  • 2
  • 33
  • 48
2
votes
1 answer

How can I change the location of folders that Eclipse creates in the Users\(user)\ directory?

I am trying to make Eclipse run entirely on my flash drive so I could program anywhere on any computer, if it is Windows, really. To accomplish this, I need some way to make the ".eclipse", ".p2", ".gitignore", and ".tooling" be on the flash drive…
2
votes
2 answers

How to boot QNX on x86 system from USB drive?

I downloaded and built the (generic) QNX BSP and copied it on a flash drive. The target is a x86 system. The problem now is that the bios does not recognise the flash drive / bsp and therefore cannot boot the OS. Is there some trick I forgot? Please…
Boernii
  • 131
  • 1
  • 3
  • 12
2
votes
0 answers

Is it possible to run Xcode 6 beta 6 off a flash drive?

Is it possible to run Xcode 6 beta 6 off of a flash drive or external hard drive? I tried to copy Xcode 6 beta 6 from my computer to a flash drive and then run it on a different computer. Xcode 6 beta 6 would not open from the flash drive.
sally
  • 21
  • 1
2
votes
1 answer

Longevity of flash drive in Iphone

From the iPhone Programming Guide When creating files or writing out file data, keep the following guidelines in mind: Minimize the amount of data you write to the disk. File operations are relatively slow and involve writing to the Flash…
falstro
  • 34,597
  • 9
  • 72
  • 86
2
votes
1 answer

Uniquely identifying a pendrive

I am working on USB devices and can identify a usb device. But I have a theoretical question.Is it shows any usb device like portable cd drive or specifically flash drives? I could nt check all possibilities due to lack of these hardwares :). Is…
Zigma
  • 529
  • 6
  • 37
2
votes
1 answer

Can we get VID and PID from USB Flash drive in java?

I have a requirement to get VID and PID of removable Flash Drive in java? I have googled a lot I can not get any proper answer. Many of the communities there are few instructions but there is no proper instructions, which packages I have to import.…
sukanta
  • 51
  • 5
1
vote
1 answer

Cause a script stored on a flash drive to execute when it is plugged into an OS X system

I'm guessing this can't be done as it would be terrible security, can't even be done in windows 7, but is there a way to make a flash drive automatically preform a function when it is plugged into a mac with default settings. I assume all executable…
November
  • 224
  • 2
  • 11
1
vote
0 answers

get disk number(s) before getting bsdName

I have just encountered one problem, I can get the bsdName with below code lines but if there are two partitions in a USB flash disk, then I can only get the last bsdName, can someone tell me how do I get all the bsdName from the USB drive? actually…
Georg
  • 59
  • 5
1 2
3
8 9