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
0 answers

Script that will make a backup pictures and movies from android smartphone to connected USB flash drive

Lately, I write a batch script that allows me to search whole hard drive in my computer, find all pictures and movies and make a copy of them on USB flash drive or external USB storage. Script is also run from the USB flash drive. Now I want to go…
alzajac
  • 17
  • 4
0
votes
0 answers

Using a USB flash drive with Raspberry Pi/Linux

I have a project where I am programatically (via Python) recording video from a camera, recording audio from a separate microphone, and then merging the two files using ffmpeg and saving that new file to an external flash drive. Every time I boot my…
smartzer
  • 89
  • 9
0
votes
1 answer

Why does writing to USB flash drive from memory indicate HDD usage?

I have a Python script that serializes a sizable data structure to JSON and then persists it to a USB flash drive.For some reason when I do the actual writing, I notice increasing activity on my internal HDD. The activity is clearly visible because…
Crossfire
  • 1,801
  • 3
  • 21
  • 37
0
votes
2 answers

Documentation about file systems for flash drives

My bachelor work is about file systems for flash drives. What can I read and where can I find documentation about this?
0xAX
  • 20,957
  • 26
  • 117
  • 206
0
votes
1 answer

Can't mount flash drive

Is there somebody who knows how to mount usb flash drive in QNX Neutrino OS properly? I have two versions of QNX, the first version is installed on VMWare virtual machine and second is installed on other PC(this image OS I have assembled…
infernalcucumber
  • 103
  • 1
  • 12
0
votes
1 answer

Error partitioning and formatting USB flash drive in C++

I'm stuck attempting to re-partition and format a USB flash drive using C++, any help would be great! The goal is to re-partition any arbitrary flash drive with a single partition taking the entire space and formatted FAT32 (later options NTFS and…
Matt
  • 391
  • 5
  • 15
0
votes
1 answer

Windows 10 Image Backup to Thumb Drive

Fellow Forum Members, How does one create a System Image of an entire Windows10 installation onto a 128GB thumb drive? I tried doing it through the Windows 10 System Image tool but it sees a thumb drive as an invalid storage device. Then I Googled…
binar
  • 39
  • 4
0
votes
0 answers

Some flash drives will not format in code (C++), but format fine via. "Disk Management" widget, what am I missing?

I've inherited some c++ code for formatting USB flash drives, but it fails if the flash disk is in a bad state and I can't figure out why (or what makes the flash disk state bad). If the flash drive (usb fob) has a partition but no file system,…
Matt
  • 391
  • 5
  • 15
0
votes
1 answer

Safely remove flash drive - git bash - Windows 7 x 64

I am trying to eject a usb flash drive but I cannot find a way to do it via git bash. Of course I can do it the traditional way, but I want to know if there is an option via git bash. Thanks
nico
  • 58
  • 1
  • 8
0
votes
1 answer

Start Method when USB was plugged in [C#]

I made a method that writes a txt file on a usb flash drive. At the moment I start that method via a RelayCommand that is binded to a button. But I want to start that method evertime a usb flash drive is plugged in automatically. So that this method…
L4c0573
  • 333
  • 1
  • 7
  • 23
0
votes
1 answer

Most efficient way to copy data to multiple USB drives in OS X

I have a need to duplicate about 10 USB thumb drives a day from a Dropbox folder that changes slightly each day (about 10GB of data). I considered the $300 "Aleratec 1:10 USB 3.0 Copy Cruiser" but upon study, realized it's no more than a USB 3.0 hub…
CaymanCarver
  • 389
  • 3
  • 14
0
votes
1 answer

How to safely remove a USB drive on Windows CE 5.0?

Until today, I assumed that Windows CE was writing everything to disk and I wouldn't end up with a broken FAT16 when I removed the USB stick. Today, I was proven wrong. I use a USB stick to test things on a WinCE 5.0 device. I don't write anything…
Radu C
  • 1,340
  • 13
  • 31
0
votes
0 answers

Tiring App to a USB Sticks.

I am required to tied an app to a USB stick (A flash drive). It is a desktop app which can only run from a usb stick sold by the vendor of the application and none other. Is there any method i can use in achieving this (in java)? Maybe a better…
Belvi Nosakhare
  • 3,107
  • 5
  • 32
  • 65
0
votes
0 answers

Issue executing command prompt command in VB

I am making a program that will format flash drives that are selected by the user. For this I am using the format.com process and sending the "Enter" key so the process will be fully automatic. For this to work correctly, I delay the press of the…
Josh
  • 718
  • 2
  • 15
  • 38
0
votes
2 answers

Invalid Drive F when installing MSI installer

I am encountering an INVALID DRIVE F:/ message when installing an installer that I created using VS2010 Setup Project. Drive F is not existing. We just did file transfer from a usb flash drive (:F/) previously. Solutions we did: SOLUTION 1:Check…
1 2 3
8 9