Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Mounting USB Drive in Knoppix
Name: RTAdams89 Date: April 20, 2004 at 18:09:15 Pacific OS: na CPU/Ram: na
Comment:
I'm having trouble mounting a USB thumb drive in Knoppix STD. I've tried mounting all teh usb ports but none of them work. Mybe I'm typing something wrong. Waht is the proper syntax to mount a usb thumbdrive(formatted as fat or fat32)?
Name: Jake Date: April 21, 2004 at 01:47:57 Pacific
Reply:
This should work:
mount -t vfat /dev/sda /mnt/directory_that_exists
0
Response Number 2
Name: taurus Date: April 21, 2004 at 04:38:17 Pacific
Reply:
If you look at the command dmesg, it will tell you the name of your USB drive! On my system, I do
mount -t vfat /dev/sdb1 /mnt/USB (since my external SCSI drive is known as /dev/sda1...)
taurus
0
Response Number 3
Name: 3Dave Date: April 22, 2004 at 08:29:14 Pacific
Reply:
To follow on from taurus, the USB mass storage will make a thumb drive (same for cameras, external USB hard drives etc) the first available SCSI device on your system, if you have no SCSI discs it will probably be /dev/sda1.
0
Response Number 4
Name: zarehz Date: May 5, 2004 at 14:45:52 Pacific
Reply:
I had the same problem. My IOmega Zip drive was sda1 so my USB device came out to be sdb1. However, now I have another problem. I cannot access the mounted device unless I am logged in as Root. I have tried changing permissions but it did not work. How can I access it with my regular user account? Thank you.
Create an entry in your /etc/fstab and add the "user" option to allow regular users to mount the device. An example from my fstab for a digital camera: /dev/sda1 /mnt/camera auto user,noauto,owner 0 0
If it is formated to FAT (eg as opposed to usbfs etc) then you could add the "umask=0" flag.
Summary: Mostly all usb flash devices are "usb-mass-storage" devices and work with the usb-storage driver. The musb-storage driver actually emulates a SCSI devices, so you can do the following as 3Dave said: m...
Summary: I'm having problems mounting dynamic drives in linux. It doesn't seem to work. I can mount ntfs partitions, but that's all. So, my question is how can I mount the dynamic ones? THanks. ...
Summary: How do I mount a 100 and a 250 mb zip drive in Knoppix. I have tried to use add hard drive fuction from the GUI, and in the terminal with no luck. I believe the partition for it would be SDA4 right?...