Results 1 to 4 of 4
A friend just installed Debian sarge with kernel 2.6 in it. I am a Linux newbie.
I am trying to mount a Lacie USB drive - VFAT file system. I ...
- 04-19-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 17
Help - I can't mount USB hard drive
A friend just installed Debian sarge with kernel 2.6 in it. I am a Linux newbie.
I am trying to mount a Lacie USB drive - VFAT file system. I try to mount with
$ mount -t vfat /dev/sda /media/usb0
But I get error message:
"wrong fs type, bad option, bad superblock on /dev/sda, or too many mounted file systems"
This drive appears in the device list in fstab, but the file type is "auto" instead of "vfat". I don't know how to edit fstab, or if I should edit it at all to solve this problem. Any help, before I do something stupid? Linux newbie pages that I have visited haven't been helpful.
- 04-19-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Location
- Where my hat is
- Posts
- 765
Try the command with auto instead of vfat and see if that works.
Registered Linux user #384279
Vector Linux SOHO 6 / Vector Linux 7 RC 3.4
- 04-19-2005 #3
"auto" means the fs type will be automatically determined. It's easier to use that way.
And I think I see the problem... try /dev/sda1, not /dev/sda.
Either way, since it's in your fstab, you only have to type "mount /media/usb0", and it will all happen. Your fstab line should look like:
Or, if /dev/sda1 works, obviously use that.Code:/dev/sda /media/usb0 auto noauto,rw,users 0 0
DISTRO=Arch
Registered Linux User #388732
- 04-19-2005 #4
Re: Help - I can't mount USB hard drive
it is better you change your FSTAB files if you change it maybe it solve
Originally Posted by amador
how you install your linux
maybe some component not install
try install another componet


Reply With Quote
