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