Ubuntu Forums Archive Viewer

How To Fix Mounting USB Flash Drive Problem in KDE 3.5

Archived thread 102918 from Outdated Tutorials & Tips. Markdown source: Outdated_Tutorials_&_Tips/thread_102918_How_To_Fix_Mounting_USB_Flash_Drive_Problem_in_KDE.md

Original URL About this archive
#1

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 :p

/etc/fstab

  1. Open your ```
    Ex: ```
sudo kate /etc/fstab

> 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

  1. Add these lines into the fstab file :

Hope that's help.. :D

  1. reboot.
  2. That's all folks
#2

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

Thank You. :)