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

Autorun removable drive

Autorun was disabled in Windows. I am looking for an alternative. I got this AutoIt script : $DBT_DEVICEARRIVAL = "0x00008000" $WM_DEVICECHANGE = 0x0219 GUICreate("") GUIRegisterMsg($WM_DEVICECHANGE , "MyFunc") Func MyFunc($hWndGUI, $MsgID,…
Chachit
  • 1
  • 3
-1
votes
1 answer

How to share USB 3.0 Hard Disk directly over a local network

Like the title object, I'm looking for a way to share my external hard disk (which have a usb 3.0 connectors) over a local network without a computer. I think that a NAS adapter should be the perfect solution but I don't want to spend too many money…
perascotta
  • 133
  • 9
-1
votes
1 answer

listFiles method of java.io.File throws NullPointerException

I was running this code and it works fine within the NetBeans IDE but as soon as I built the JAR file and ran it by clicking, it crashed and threw a NullPointerException String sepChar = File.separator; File homeFolder = new…
gbenroscience
  • 994
  • 2
  • 10
  • 33
-1
votes
1 answer

Pen Drive Control

I want to control television through pen drive. What should I do with pen drive means at hardware and software level? What type of kernel should I load and how I load the kernel and bootloader in pen driver?
goblin2986
  • 971
  • 3
  • 16
  • 32
-1
votes
1 answer

Running ubuntu/debian from USB hard drive in Macosx?

I have a macbook pro, just bought western digital externall 500gb hard drive connects through usb. i want to run ubuntu linux from my usb hard drive, as i have no disk space in my Macbook. Is this possible? I created 2 partitions, BOOT and ROOT in…
pbu
  • 2,982
  • 8
  • 44
  • 68
-1
votes
2 answers

Distribute html app on pendrive

I have an html app, with html, js, css and images, which I need to distribute on a pendrive for Mac and PC. When users open the app, however, they're receiving security errors in their browser. I'm looking for a simple solution to this, but I can't…
Jaycreation
  • 2,029
  • 1
  • 15
  • 30
-1
votes
1 answer

strang files name in my USB drive

I used my usb drive on my brother's laptop, after which all of my files and folders look like in this picture:
Malek
  • 25
  • 6
-1
votes
2 answers

Android USB drive for windowS installing problems

I recently bought a tablet from a company, in order to test my Unity3d games in a real android device. The problem is, the company did not provide the android USB windows drive to be installed and if Im not wrong it is necessary to make the…
-1
votes
1 answer

Can I install a msys .bashrc file on a usb drive?

I'm using Git-bash (msys) as my command line tool. I would like to have basic commands like: export PATH=$PATH:/f/ppython275/App/Scripts run automatically when I start my shell, but I would like it to be completely self contained, i.e. have the…
user1592380
  • 34,265
  • 92
  • 284
  • 515
-1
votes
1 answer

install windows 7/8 from .iso in a usb flash drive usind debian

I know it's although a very simple task . I am working on Debian system , and I have a windows .iso file somewhere on my system . I want to prepare a bootable usb pen drive for that iso file , while I am on a Debian Run system . Research Work :- I…
user3040487
  • 181
  • 1
  • 3
  • 7
-1
votes
2 answers

Batch Script to run a computer test

I am not really a programmer. I am a newbie. Can you guys please help me with a windows batch file that will run a computer test? Detect any hard drives then run a chkdisk on them Detect any usb port Detect any flash drive plug in the pc Check the…
user2378786
  • 41
  • 1
  • 7
-1
votes
1 answer

File not being sent to Pen drive

I have a 32Gb Pen Drive with me. When i Try to send a file greater than 4GB it displays a message that the file is too large for the destination. Why does it displays this message? How can i solve this problem?
Vipin Verma
  • 5,330
  • 11
  • 50
  • 92
-2
votes
1 answer

Is formatting a USB stick to NTFS a good idea?

I have a Sandisk dual drive USB stick which can be plugged into android and PC. I was wondering if I should format it to NTFS before using. I intend to use it for storing my important files from android, which are quite large. I often find my USB…
-2
votes
1 answer

How to run a program from USB?

We have a program. We provide this program to client in USB. The Requirement is that when USB is inserted it checks whether the Installer present in USB is already installed on the system or not? If the Installer on the USB is not installed on the…
Ali Ahmed
  • 1,749
  • 6
  • 20
  • 29
-2
votes
1 answer

Cannot Transfer File to USB (Too Large?)

I bought a 64gb USB to install Windows on since my version of Windows corrupted. When I download the ISO and try to drag it to my USB it says that the file size is too large (even though it's less than 5gb). I was wondering if I was doing anything…
Julio Galan
  • 134
  • 2
  • 10