LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Cant get usb device to mount. (https://www.linuxquestions.org/questions/linux-hardware-18/cant-get-usb-device-to-mount-446605/)

sleekmason 05-20-2006 12:59 AM

Cant get usb device to mount.
 
I am unable to get my usb device to mount. I changed from suse to mepis and put files and such on a usb device, but when I try to mount it I get:

The reported error was:
mount: can't find /dev/sdb1 in /etc/fstab or /etc/mtab


What do I do? I am new to this and with this particular problem I would like for somebody to tell me what I need to do so I can get access to my files!

sleekmason 05-20-2006 10:05 AM

can anybody help me with this?

sleekmason 05-20-2006 10:06 AM

nevermind. Works this morningv . . . . . weird

ilpadrino 05-20-2006 10:18 AM

First of all you have to be sure that your usb device is assigned as "sdb1" and not "sda1" which is normal if you don't have another usb device connected. Once you have checked this, you must edit th file "fstab" that is under the /etc directory and add:

/dev/sda1 /mnt/the name of the directory you have created to mount the device vfat(in case of a storage device) auto 1 1

And that is all.

Good luck


All times are GMT -5. The time now is 08:06 PM.