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
- 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
- Add these lines into the fstab file :
Hope that's help.. :D
- reboot.
- That's all folks