3

I want my Kubuntu to auto mount my hard disks at login without the need for password. I tried it through System settings -> removable media and checked "Enable automount removable media". But at the moment i log in Kdesudo asks for password for all the hard drive at once.

I want it without any password. How can i do that ?

Jorge Castro
  • 71,754
munir
  • 505

4 Answers4

3

Check out PySDM.

PySDM is a Storage Device Manager that allows full customization of hard disk mountpoints without manually access to fstab. It also allows the creation of udev rules for dynamic configuration of storage devices. alt text

Zoot
  • 334
1

Download ntfs-3g config from Kpackagekit

Uri Herrera
  • 14,866
0

Or edit the /etc/fstab file

http://cybernightlife.wikidot.com/fstab-explained

pst007x
  • 8,052
0

The following worked for me to mount an NTFS driver under Kubuntu. It was a GUID partitioned multi TB drive, so some standard tools like fdisk did not like it, but this worked. :)

sudo mount -t ntfs-3g /dev/sda4 /mnt/bigboy