Tagged Questions
-3
votes
0answers
29 views
cp to EXT4 through USB cable [closed]
I was backing up my main EXT4 hard drive to another EXT4 hard drive using a USB cable. When the cp command finished, I forgot to unmount the USB drive, and unplugged the USB cable. There was an error ...
-1
votes
4answers
199 views
Mounting a USB Mass Storage Device in Debian [closed]
How do I mount a USB Mass Storage Device in Debian?
The USB Stick is working on other computers.
I have used dmesg which returned useful information about the USB Stick. It is attached to /dev/sdc.
...
0
votes
1answer
113 views
strange usb file system corruption
We have a few X7DBT Supermicro motherboards that is using a Kingston DataTraveler 102 USB Flash Drive as a boot drive. The customer had 10 systems and they say that the site had a power failure. Once ...
1
vote
2answers
253 views
How to share USB drive via NFS on FreeBSD
I'm trying to share USB hard drive with msdosfs connected like this:
mount_msdosfs -o large /dev/da1s1 /mnt/usb
I can see mounted drive:
/dev/da1s1 on /mnt/usb (msdosfs, local)
but when I'm ...
3
votes
4answers
304 views
optimal folder structure for storing 100k files on a USB drive
I need to store 100k files (around 40GB) in a USB drive. Each file has a unique int id (e.g 45000).
Option one is to put all files in a single folder:
root/
root/1.pdf
root/2.pdf
root/3.pdf
...
...
3
votes
3answers
1k views
Is it possible to make a USB port provide access to a file system?
This is a weird one. Allow me to clarify, I have a Debian Linux file server - and I need to access some files from it. Usually, I would just use a network for this (wifi, ethernet, etc) but ...
6
votes
6answers
3k views
Which file system to use for portable hard drive shared among different operating systems?
Something similar has been asked already but my criteria is a little different. I need to share a portable hard drive (USB/Firewire) between Mac OSX, Linux and Windows XP systems where the files being ...
10
votes
7answers
3k views
Best file system for external (USB) hard drives/USB memory media
Almost all external USB hard drive and USB memory media/sticks come today preformatted with FAT32.
As far as I know the only advantage of the file system is the compatibility among OSes and devices.
...