LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   USB 2.0 memory stick mount: wrong fs type, bad option, bad superblock on /dev/sda1, o (https://www.linuxquestions.org/questions/linux-hardware-18/usb-2-0-memory-stick-mount-wrong-fs-type-bad-option-bad-superblock-on-dev-sda1-o-115107/)

olivier.riff 11-12-2003 02:55 AM

USB 2.0 memory stick mount: wrong fs type, bad option, bad superblock on /dev/sda1, o
 
Hello,

I have try to mount under Mandrake 9.1 a "USB 2.0 Micro Vault 128 MB" usb key with no success.
I have do the following:

mkdir /mnt/removable
modprobe usb-storage
mount -t msdos /dev/sda1 /mnt/removable/

I got the following message:

mount: wrong fs type, bad option, bad superblock on /dev/sda1,
or too many mounted file systems

I have also tried to test differant fs type such as -t vfat ... but with no succes.

Does anybody has a successful experience with this usb key, as I am able to mount other key but not this one.

Thanks

Olivier

Quis 11-12-2003 04:23 AM

i added this in fstab: /dev/sda1 /mnt/usb-stick vfat rw,user,noauto,sync,umask=000 0 0

and then mount it with: mount /mnt/usb-stick

Lostman 11-12-2003 08:11 AM

It didn't just pick it up? I used a USB thumb drive yesterday and it auto detected it.


All times are GMT -5. The time now is 05:18 PM.