PDA

View Full Version : How To Fix Mounting USB Flash Drive Problem in KDE 3.5


mamato
December 13th, 2005, 05:21 AM
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
1. Open your /etc/fstab using your favourite editor.
Ex: 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.. :D

TheEHMan
December 31st, 2005, 10:57 AM
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!!

geppy
January 25th, 2006, 05:17 PM
Thank You. :)