Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux 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

  3. #3
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,204
    "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:

    Code:
    /dev/sda /media/usb0 auto noauto,rw,users 0 0
    Or, if /dev/sda1 works, obviously use that.
    DISTRO=Arch
    Registered Linux User #388732

  4. #4
    Just Joined! mfaridi's Avatar
    Join Date
    Apr 2005
    Location
    afghanistan
    Posts
    50

    Re: Help - I can't mount USB hard drive

    Quote Originally Posted by amador
    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.
    it is better you change your FSTAB files if you change it maybe it solve
    how you install your linux
    maybe some component not install
    try install another componet

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •