ntfs
Automatically mount NTFS partition on boot
· ☕ 3 min read · ✍️ noel
To mount ntfs partitions we need to specify where we want to mount those partitions. By default, when you mount any partition/plug in any flash drive/insert a cd, it is mounted in /media/ directory. So we’ll create a directory in /media/. Step 1 : Create directories sudo mkdir /media/directory name replace “directory name” with the name of the directory you want to create. I want to create a directory named data, so I will….