Computing.Net > Forums > Linux > Mounting USB Drive in Knoppix

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

Reply to Message Icon

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)?

-Ryan Adams
http://www.RyansCustomComputers.cjb.net



Sponsored Link
Ads by Google

Response Number 1
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.


0

Response Number 5
Name: 3Dave
Date: May 6, 2004 at 09:25:14 Pacific
Reply:

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.


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Mounting USB Drive in Knoppix

How to mount USB drive in linux? www.computing.net/answers/linux/how-to-mount-usb-drive-in-linux/23006.html

mount dynamic drives in linux www.computing.net/answers/linux/mount-dynamic-drives-in-linux/19573.html

Mounting an intern. Zip in Knoppix www.computing.net/answers/linux/mounting-an-intern-zip-in-knoppix/24706.html