0
votes
1answer
826 views

Automount NTFS partitions in Linuxmint 14 KDE

I am trying to set an NTFS partition to be auto-mounted in Linuxmint 14 KDE. I have already added command in /etc/fstab file as below: /dev/sda1 /media/MyDrive ntfs defaults 0 0 After saving the ...