USB stick won't mount ("wrong fs type, bad option, bad superblock ...")
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
SOLVED: USB stick won't mount ("wrong fs type, bad option, bad superblock ...")
dmesg happily says my USB memory stick is found and ready at /dev/sdb. It's formatted in Windows as FAT. Yet it gives the following error for three differently formulated mount commands:
# mount /dev/sdb1 /mnt/usb1
# mount -t vfat /dev/sdb1 /mnt/usb1
# mount -t vfat /dev/sdb /mnt/usb1
mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage, or other error
I've also tried reformatting (FAT and FAT32) a couple of time.
The same command have worked for the same memory stick on another system/machine.
Thanks in advance for any ideas!
Last edited by Arla; 06-01-2007 at 08:33 AM.
Reason: solution found
# fdisk -l
[...]
/dev/sdb1 1 1010 1033199 6 FAT16 # mount /dev/sdb1 /mnt/usb1
mount: wrong fs type, bad option, bad superblock
on /dev/sdb1, missing codepage, or other error
Thank you for that, syg00. You made me take a look at dmesg, which said that codepage 437 couldn't be found. Then I remembered disabling something like that (apparently precisely that) in Native Language Support under File Systems in the kernel configuration (I'm running Gentoo). I'm right now recompiling and will edit this message when done.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.