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

How to initialize USB in Bash

So I'm trying to create a bootable USB to help out in tech support for some friends. I decide to got with Puppy Linux as some of my family members don't have such powerful machines. I buy a flash drive only to be met by this error once I insert…
Daan Koning
  • 155
  • 2
  • 15
-1
votes
1 answer

Flash Disk/USB - The disk structure is corrupt and unreadable

I have a 32 GB USB flash drive and it's corrupted, the message it shows afterwards is: The disk structure is corrupt and unreadable. I tried to repair it with a software called Mini Tool Partition Wizard and it failed, it seems this tool works on…
Lutaaya Huzaifah Idris
  • 3,596
  • 8
  • 38
  • 77
-1
votes
2 answers

fork bomb which terminates when flash drive is ejected

I am trying to make a fork bomb which closes itself as soon as the flash drive on which it is stored is removed. This is my code so far: :start start %0 IF EXIST E:\forkbomb.bat goto start For some reason it stays open even once the flash drive is…
nosyarg
  • 156
  • 9
-1
votes
2 answers

How to install C# App from one computer to another

My scenario is that I have two computers A and B. Computer A has an installed C# windows forms application on it. Pretending that I dont have the source code to publish onto B, is it possible to move the app from A to B? If so, what files do I…
user112016322
  • 688
  • 3
  • 11
  • 26
-2
votes
1 answer

USB Flash Drive Partitioning

I've searched Google for hours, but I can't find the answer anywhere. I have an 8GB flash drive, and I want to install Chromium OS on it. However, I would only need about 4GB of storage for Chromium OS. Allocating the other 4GB of space for Chromium…
iAndr0idOs
  • 257
  • 4
  • 14
-2
votes
1 answer

Running a function type of program when the C header file is in a flashdrive?

Im currently working on C, and would like to know if its possible to run a program when a user made header file is in a flashdrive. It works if the file is on a PC, but not sure if it would if its external. The code looks something like…
-2
votes
1 answer

Mounting a read only drive as write

I have a special bespoke device with a USB interface. When plugging in the device to my laptop - Ubuntu 12.04 it mounts as a read only USB drive - with a file on it. This file is created by the device and writes to the file when the device scans…
RenegadeAndy
  • 5,440
  • 18
  • 70
  • 130
1 2 3
8
9