This is my /etc/fstab file.
# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # #proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sdh1 during installation UUID=bc5b19b4-1674-42f6-9508-08b7b37f3645 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb5 during installation UUID=a87281f5-c64c-40dc-a3c4-5b10f475296e none swap sw 0 0 UUID=F824FD9424FD565A /mnt/Elements ntfs-3g rw,nosuid,nodev,allow_other,default_permissions,blksize=4096 0 0 UUID=1323B2B1180C1879 /mnt/MyMedia ntfs-3g rw,nosuid,nodev,allow_other,default_permissions,blksize=4096 0 0 UUID=4AD44F236B9F5FEA /mnt/MoreMedia ntfs-3g rw,nosuid,nodev,allow_other,default_permissions,blksize=4096 0 0
This is how I mounted my ntfs drive in Linux Mint. This line will mount the drive on boot and then you will have all of your Windows file easily accessible from within Linux.
UUID=F824FD9424FD565A /mnt/Elements ntfs-3g rw,nosuid,nodev,allow_other,default_permissions,blksize=4096 0 0
This is better than mounting the drives manually every time you want to use them.










Recent Comments