Results 1 to 3 of 3

Thread: How To Fix Mounting USB Flash Drive Problem in KDE 3.5

  1. #1
    Join Date
    Jul 2005
    Location
    Jakarta
    Beans
    24
    Distro
    Ubuntu 9.10 Karmic Koala

    Lightbulb

    When I upgraded my system to KDE 3.5, i met some problems to mount my usb drive automatically. When I go to media:/ it always return no such device.
    At last, I found the solution
    1. Open your
    Code:
    /etc/fstab
    using your favourite editor.
    Ex:
    Code:
    sudo kate /etc/fstab
    2. Add these lines into the fstab file :
    sysfs /sys sysfs defaults 0 0
    usbfs /proc/bus/usb usbfs defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    none /dev/pts devpts defaults 0 0
    3. reboot.
    4. That's all folks
    Hope that's help..

  2. #2
    Join Date
    Nov 2004
    Beans
    27

    Re: How To Fix Mounting USB Flash Drive Problem in KDE 3.5

    You are THE MAN!!! I added those lines to fstab and now I can r/w to my flash drive w/ no problems. Tried unmounting, then plugging back in.....no problems.
    Thanks for your help!!

  3. #3

    Re: How To Fix Mounting USB Flash Drive Problem in KDE 3.5

    Thank You.

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
  •