Results 1 to 1 of 1
This method automounts media and automatically places icons for them on the Gnome desktop.
First
Code:
gksu gedit /etc/fstab
and check for an entry for the NTFS partition. Mine reads
...
- 02-11-2009 #1
[SOLVED] *solved* Lenny automount NTFS partition, and USB and other removable media
This method automounts media and automatically places icons for them on the Gnome desktop.
Firstand check for an entry for the NTFS partition. Mine readsCode:gksu gedit /etc/fstab
An excellent reference for understanding and editing fstab can be found here.Code:/dev/hda1 /media/windows ntfs ro,user,noauto,umask=0 0 0
SecondThirdCode:apt-get install gnome-volume-manager
FourthCode:apt-get remove usbmount
Finally, go System>Preferences>Sessions>Startup Programs and make sure Volume Manager is present with a check in the box.Code:apt-get install pmount



