Results 1 to 3 of 3

Thread: Thumb Drive can't mount anymore in Hardy

  1. #1
    Join Date
    Apr 2006
    Location
    Melbourne, FL
    Beans
    17
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Thumb Drive can't mount anymore in Hardy

    Well if this is you like me... don't despair. There is a bug on launchpad about this very issue. Bug #211760 in Ubuntu.

    My symptoms were exactly the same. So I chose to use the following workaround
    Code:
    sudo modprobe -r ehci_hcd
    Someone Else mentioned Modifying the gconf-editor setting for /system/storage/default_options/vfat say that there's looked like:
    [shortname=mixed,uid=,utf8,umask=007,exec,usefree]

    Mine didn't match exactly so I decided not to play with it.
    [shortname=mixed,uid=,utf8,umask=077,exec,flush]

    Hope this helps. I remember seeing Falling Inferno today in IRC slightly frustrated hopefully she/he will see this post.

    Chriscri

  2. #2
    Join Date
    Apr 2006
    Location
    Melbourne, FL
    Beans
    17
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Thumb Drive can't mount anymore in Hardy

    OMG... I just noticed something. When I re-add that ehci_hcd, by Nostromo N-52 re-enables. So that may be why this might not affect everyone.

    I added it back by performing:

    Code:
    sudo modprobe ehci_hcd
    Quote Originally Posted by chriscri View Post
    Well if this is you like me... don't despair. There is a bug on launchpad about this very issue. Bug #211760 in Ubuntu.

    My symptoms were exactly the same. So I chose to use the following workaround
    Code:
    sudo modprobe -r ehci_hcd
    Someone Else mentioned Modifying the gconf-editor setting for /system/storage/default_options/vfat say that there's looked like:
    [shortname=mixed,uid=,utf8,umask=007,exec,usefree]

    Mine didn't match exactly so I decided not to play with it.
    [shortname=mixed,uid=,utf8,umask=077,exec,flush]

    Hope this helps. I remember seeing Falling Inferno today in IRC slightly frustrated hopefully she/he will see this post.

    Chriscri

  3. #3
    Join Date
    Sep 2008
    Location
    Florida
    Beans
    64
    Distro
    Ubuntu 13.04 Raring Ringtail

    Smile Re: Thumb Drive can't mount anymore in Hardy

    The first command by itself worked like a charm!! Thanks!!

Tags for this Thread

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
  •