HomeAbout MeContact Me
Mount NTFS partition at startup
Linux
Mount NTFS partition at startup
Emanuele Papa
Emanuele Papa
October 22, 2015
1 min

In this post we will learn how to mount NTFS partition at startup in a very simple way.

You can use the following command to retrieve a list of your partitions and their UUID.

ls -l /dev/disk/by-uuid

Pick the one you want to automatically mount and open the file /etc/fstab by using

sudo nano /etc/fstab

Add a new row like:

UUID=XXXXXXXXXXX  /hd_mount_point       ntfs-3g defaults        0       0

where XXXXXXXXXXX is your partition UUID and /hd_mount_point is a folder on your disk you will use to access that partition.

Simply reboot and you are done!


Tags

Share


Previous Article
Force Ubuntu boot after power failure
Emanuele Papa

Emanuele Papa

Android Developer

Related Posts

Assign static device name using udev rules
Assign static device name using udev rules
October 24, 2015
1 min

Quick Links

HomeAbout MeContact MeRSS Feed

Social Media