Announcement

Collapse
No announcement yet.

Since upgrade, USB Drives won't stay mounted

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Since upgrade, USB Drives won't stay mounted

    Since upgrading from Feisty to Gutsy, my USB drives (both external IDE and thumb drives) have developed the annoying habit of unmounting themselves at seemingly random times. This is quite annoying. Is there anyway to get them to stay mounted indefinitely until I either unmount them manually or remove them?

    #2
    Re: Since upgrade, USB Drives won't stay mounted

    Not that I've found. I'm still running Feisty. The problem isn't related to Gutsy itself, but, I believe, to KDE 3.5.8. When I was running KDE 3.5.6 and 3.5.7, my USB drives always appeared on my desktop. When I upgraded KDE to 3.5.8, this stopped.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Since upgrade, USB Drives won't stay mounted

      Hmm... You mean they actually unmount themselves and don't appear to be connected any more?
      If you go into media:/ (in Konqueror) do they appear? How about if you execute "lsusb"?
      For external use only.

      Comment


        #4
        Re: Since upgrade, USB Drives won't stay mounted

        When this happens, the icons usually still appear on the desktop, and in /media, but the little green arrow that indicates that they are mounted is gone. If I right click on them, there is now a mount command on the context menu that isn't there otherwise, and it will work. If an application tries to access the disc, I'm told it's not accessible. If I click on the icon, either on the desktop or in /media. it will mount and open in Dolphin. Here's the output of lsusb with all devices mounted:

        kelly@dexter:~$ lsusb
        Bus 005 Device 009: ID 041e:4129 Creative Technology, Ltd
        Bus 005 Device 008: ID 0930:6533 Toshiba Corp. 512M USB Stick
        Bus 005 Device 002: ID 067b:3507 Prolific Technology, Inc. PL3507 ATAPI6 Bridge
        Bus 005 Device 003: ID 067b:3507 Prolific Technology, Inc. PL3507 ATAPI6 Bridge
        Bus 005 Device 001: ID 0000:0000
        Bus 004 Device 001: ID 0000:0000
        Bus 003 Device 003: ID 045e:00dd Microsoft Corp.
        Bus 003 Device 002: ID 046d:c404 Logitech, Inc. TrackMan Wheel
        Bus 003 Device 001: ID 0000:0000
        Bus 002 Device 001: ID 0000:0000
        Bus 001 Device 001: ID 0000:0000

        #009 is my Creative Zen player, #008 is a thumb drive, and #002 and #003 are external IDE hard drive enclosures. A little while ago, I noticed that all but one of the external drives are unmounted. Here is lsusb now:

        kelly@dexter:~$ lsusb
        Bus 005 Device 009: ID 041e:4129 Creative Technology, Ltd
        Bus 005 Device 008: ID 0930:6533 Toshiba Corp. 512M USB Stick
        Bus 005 Device 002: ID 067b:3507 Prolific Technology, Inc. PL3507 ATAPI6 Bridge
        Bus 005 Device 003: ID 067b:3507 Prolific Technology, Inc. PL3507 ATAPI6 Bridge
        Bus 005 Device 001: ID 0000:0000
        Bus 004 Device 001: ID 0000:0000
        Bus 003 Device 003: ID 045e:00dd Microsoft Corp.
        Bus 003 Device 002: ID 046d:c404 Logitech, Inc. TrackMan Wheel
        Bus 003 Device 001: ID 0000:0000
        Bus 002 Device 001: ID 0000:0000
        Bus 001 Device 001: ID 0000:0000

        Thanks...

        Comment


          #5
          Re: Since upgrade, USB Drives won't stay mounted

          This sounds similar to a problem I've been having. The best workaround (can't really call it a "solution" per se) is to run

          sudo modprobe -r ehci_hcd

          from the console.

          CAUTION: This knocks your transfer speed WAY down; all your USB 2.0 devices now look like USB 1.1. On the other hand, said devices stay mounted and don't disappear off the face of the earth.
          Good luck and let us know what happens.

          Comment

          Working...
          X