Results 1 to 4 of 4
I recently made a copy of the Debian based security distro "Operator" I love the distro and everything seems to work alright except it refuses to detect any of my ...
- 04-23-2006 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 1
USB thumb drive difficulties with Operator distro
I recently made a copy of the Debian based security distro "Operator" I love the distro and everything seems to work alright except it refuses to detect any of my USB thumb drives. I know they work because they are detected by Knoppix wich Operator is mostly based off of. If anyone could tell me how to fix this problem or even if thumb drives are supported I would appreciate it immensely.
- 04-23-2006 #2
try manually mounting it
Code:su cd /mnt mkdir usb mount -t vfat /dev/sda1 /mnt/usb
Brilliant Mediocrity - Making Failure Look Good
- 05-01-2006 #3
getting error
hello, i tried
su
cd /mnt
mkdir usb
mount -t vfat /dev/sda1 /mnt/usb
this is what i get /dev/sda1 is not a valid block device
- 05-02-2006 #4
take a look at
http://www.linuxforums.org/forum/deb...d+block+deviceBrilliant Mediocrity - Making Failure Look Good


Reply With Quote
