Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 21449  / 2 Years ago, thu, january 6, 2022, 2:42:29

Possible Duplicate:

How to automount NTFS partitions?






... and having full access on it plus auto mount option on Ubuntu startup?



Thanks,
Dave


More From » ntfs

 Answers
7

Add the disc to /etc/fstab. Your create a backup and can edit the file with these 2 lines:



sudo cp /etc/fstab /etc/fstab.old
gksudo gedit /etc/fstab


Example:



This assumes sda3 is your ntfs partition and it should be mounted into /media/windows/



/dev/sda3   /media/windows  ntfs    defaults    0   0


So change sda3 to your partitionname and the windows directory name to something you like better. You can use fdisk to see what ntfs is named in Ubuntu:



sudo fdisk -l

[#38325] Friday, January 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
scusaper

Total Points: 335
Total Questions: 111
Total Answers: 119

Location: Belize
Member since Mon, Jun 20, 2022
2 Years ago
;