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

How do you launch a C# Console App from a USB device?

I would like to run a console app from a USB drive. I have the project, the installation files, the deployable folder, and the starting .bat files all on the USB drive. The machine has the proper version of .NET to run the project but when the…
-1
votes
1 answer

Windows Defender ATP - Disable .LNK files from running on USB devices

Dear Stackoverflow Community! I've got a question concerning Windows Defender, Attack Surface Reduction and Endpoint Device Manager. To prevent LNK Worm Expoitation I want to block .LNK files on removable devices (USB drives). Example: User inserts…
-1
votes
1 answer

Is it possible to have auto-run script to open up a certain file when a thumbdrive is inserted?

I am trying to find a way to make an auto-run script that when you inserted a thumbdrive into a pc it would open a certain file on the thumb? would be for windows 7
Zach Smith
  • 5,490
  • 26
  • 84
  • 139
-1
votes
1 answer

How to access hard drive via USB & router on Win10

TLDR: I had this working two days ago, my laptop's hard drive crashed & has been replaced, now I can't map to my 8TB drive that's attached to my router via USB. For months (since Covid started & I've been WFH) I've been using an 8TB drive attached…
delliottg
  • 3,950
  • 3
  • 38
  • 52
-1
votes
1 answer

FileSystemWatcher: Its not getting any record about files inside a new created folder in C#

I am trying to make a program for watching created and deleted files inside all USBs connected to a computer, my code is currently working well, until I copy a folder. Example: I connect an USB drive I:/ . If I copy a file named file.mp4, its added…
-1
votes
1 answer

Format pen drive on windows 7

While injecting pen drive into computer, it suggests to format pen drive. When I am trying to format, it shows windows was unable to complete the format. The drive info: BitLocker status : Not Encryptable. Used space 0 bytes, free space 0 bytes.…
vidha
  • 1,257
  • 2
  • 14
  • 22
-1
votes
1 answer

Get serial num of removable usb harddrive in vb6

Am trying to get the manufacturer serial number (not volume number) of usb external harddrives or disk? [EDIT] i don't know or have any code yet on how to do this. the previous method i tried only returned the volume serial number
Smith
  • 5,765
  • 17
  • 102
  • 161
-1
votes
1 answer

How do you read input file from a USB thumb drive in java?

Scanner reader = new Scanner(new File("INPUT.txt")); This is what I have so far and I keep getting a java.io.FileNotFoundException. Is there a way to find the file. Here are the directions I have been given, "The instructor will provide your group…
yoobi
  • 41
  • 4
-1
votes
1 answer

How to disable USB device on Linux Mint?

I have consecutive log messages: usb-storage 2-1.5:1.0: USB Mass Storage device detected usb-storage 2-1.5:1.0: Quirks match for vid 05e3 pid 0723: 8000 scsi host25: usb-storage 2-1.5:1.0 usb 2-1.5: USB disconnect, device number 49 usb 2-1.5:…
Eugen Konkov
  • 22,193
  • 17
  • 108
  • 158
-1
votes
1 answer

How to run Arduino sketch automatically from flash drive?

I will be using an Arduino Gemma board, and I would like it to run a program directly from a USB drive as soon as it is plugged in. I am pretty new to Arduino, I mainly just know Raspberry Pi and Python, so anything would help, thanks.
E. Pence
  • 21
  • 1
  • 7
-1
votes
1 answer

Fedora Workstation 23 doesn't recognise 128GB USB

I'm trying to install Fedora 23 onto a 128GB USB 3 stick, which will be the basis for my NAS solution. I've used Fedora Image Writer to put Fedora 23 onto the drive, and I can successfully boot to the installation screen, however when I get to this…
Pingk
  • 532
  • 2
  • 7
  • 17
-1
votes
1 answer

How to run Android Studio from USB flash drive in Ubuntu

I'm trying to run Android Studio from a USB flash drive in Ubuntu. The laptop only has 15GB of hard drive (Chromebook converted to Linux) I installed jdk locally, but Android Studio I unzip it onto the flash drive. (No problem installing) but when I…
miatech
  • 2,150
  • 8
  • 41
  • 78
-1
votes
1 answer

USB turned RAW when making a bootable USB drive failed and now cannot be formatted

I was making a bootable usb drive(8GB) for Win7 using the tool on the microsoft site but the process failed. When i tried to run the process again the windows tool told me that the usb is used by another program and cannot be used. I tried diskpart…
-1
votes
1 answer

Run and Debugging Application using hardware device but its showing usb device not recognized

I am trying to run and debug android project using hardware device. I have Huawei P8 Lite and whenever i enable developer mode and usb debugging from my phone, it shows the message that usb device not recognized. It happens just when i enable usb…
-1
votes
1 answer

Run when USB is mounted

Microsoft disabled autorun. However to run a scan and backup files (defined in file.cmd), I found this AutoIt script: $DBT_DEVICEARRIVAL = "0x00008000" $WM_DEVICECHANGE = 0x0219 GUICreate("") GUIRegisterMsg($WM_DEVICECHANGE , "MyFunc") Func…
Chachit
  • 1
  • 3