Results 1 to 6 of 6

Thread: usb mounting trouble

  1. #1
    Join Date
    Mar 2007
    Beans
    402
    Distro
    Ubuntu

    usb mounting trouble

    I'm having problems getting usb sticks and my usb external hdd to auto mount.

    when i try to mount it with the gui or plug it in it gives me this error

    Invalid mount option when attempting to mount the volume.

    the following gives
    sudo mount /dev/sdb1

    mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so

    I can force mount it and it works but i want it to auto mount.

    Thanks for any help you can provide.

  2. #2
    Join Date
    Sep 2008
    Location
    Filipinas; Formosa
    Beans
    201
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: usb mounting trouble

    Quote Originally Posted by nwadams View Post
    I'm having problems getting usb sticks and my usb external hdd to auto mount.

    when i try to mount it with the gui or plug it in it gives me this error

    Invalid mount option when attempting to mount the volume.

    the following gives
    sudo mount /dev/sdb1

    mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so

    I can force mount it and it works but i want it to auto mount.

    Thanks for any help you can provide.
    Is this a newly-installed Ubuntu? Or before it worked well and all of a sudden it turned out that way?

    I am asking this because I got the same problem after installing using live USB (NOT LIVE CD). I used a Live USB thinking it would be faster to install. After installing, I was greeted with that similar error.

    And besides that error, the system found a USB CDROM mounted which I DO NOT HAVE. I thik inmy case, that was related to the installation using Live USB.

    So what I did was simply reinstalled using Live CD and got it solved.
    Last edited by ProNux; February 28th, 2009 at 02:36 PM.
    i5-750/P55-UD3P/HD4850 1GB DDR3/4GB DDR3 A-Data Ubuntu 11.04 x64 Natty/Igelle 1.0.0 DSV /Windows7 x64 (for gaming)

  3. #3
    Join Date
    Mar 2007
    Beans
    402
    Distro
    Ubuntu

    Re: usb mounting trouble

    ya, it worked for a while. And yes I used a live usb.
    i don't want to re-install unless i absolutly have to

  4. #4
    Join Date
    Sep 2008
    Location
    Las Vegas, NV U.S.A.
    Beans
    240
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: usb mounting trouble

    perhaps a reformat of the usb drive?

  5. #5
    Join Date
    Mar 2007
    Beans
    402
    Distro
    Ubuntu

    Re: usb mounting trouble

    i could, but i'd rather not have to backup and format my terabyte external hdd.

  6. #6
    Join Date
    Jul 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: usb mounting trouble

    Quote Originally Posted by nwadams View Post
    i could, but i'd rather not have to backup and format my terabyte external hdd.
    Do you have /dev/sdb1 already defined in /etc/fstab ?
    Please post the output of :
    Code:
    dmesg|grep sdb
    cat /etc/fstab
    mount

Bookmarks

Posting Permissions

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