View previous topic :: View next topic |
Author |
Message |
gnychis Veteran
Joined: 23 Mar 2005 Posts: 1004 Location: Pittsburgh, PA
|
Posted: Wed Mar 23, 2005 5:08 am Post subject: "wrong fs type" when trying to mount flash drive [ |
|
|
Hey all,
I'm trying to mount a USB flash drive. I have two, and cannot mount either.
When I plug them in and do "fdisk -l" I get:
FlashDrive1: /dev/sda1 ...... FAT16
FlashDrive2: /dev/sda1 ...... W95 FAT32
I can't mount either, when i try to mount FlashDrive1 with "mount -t vfat /dev/sda1 /mnt/flashdrive" or "mount /dev/sda1 /mnt/flashdrive" I get:
"mount: wrong fs type, bad option, bad superblock on /dev/sda1, or too many mounted file systems"
the same goes for FlashDrive2, does anyone have any ideas?
Thanks!
George
Last edited by gnychis on Mon Feb 20, 2006 6:14 am; edited 1 time in total |
|
Back to top |
|
|
Sith_Happens Veteran
Joined: 15 Dec 2004 Posts: 1807 Location: The University of Maryland at College Park
|
Posted: Wed Mar 23, 2005 5:20 am Post subject: |
|
|
What happens if you try mounting the flash drive without the filesystem type specified with the -t flag? _________________ "That question was less stupid; though you asked it in a profoundly stupid way."
I'm the brains behind Jackass! | Tutorials: Shorewall |
|
Back to top |
|
|
electrofreak l33t
Joined: 30 Jun 2004 Posts: 713 Location: Ohio, USA
|
Posted: Wed Mar 23, 2005 6:36 am Post subject: |
|
|
is vfat in your kernel? |
|
Back to top |
|
|
|