Home > linux > mount an NTFS partition automatically upon boot

mount an NTFS partition automatically upon boot

Problem
You want to mount an NTFS partition automatically upon boot.

Solution
It is nicely explained here: https://wiki.archlinux.org/index.php/NTFS-3G#Configuring . To figure out the UUID of a partition, see my previous post.

Once you modified the /etc/fstab file, you can test your settings without restarting your machine. Make sure that the partition is unmounted and mount everything with the command “sudo mount -a“. Verify if it’s mounted correctly.

Categories: linux Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment