Assume it is for example /dev/sda4, and that you want to mount it in a folder named "Files", then:
- type sudo gedit /etc/fstab in a Terminal (CTRL+ALT+T) and insert your password
- at the end of the file add two lines as follows:
# My automatically mounted partition
/dev/sda4 /media/Files ntfs defaults,uid=1000,gid=1000 0 1 - save and close
The next time you'll reboot, it will be automatically mounted! =)
No comments:
Post a Comment