Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 2716  / 3 Years ago, tue, august 24, 2021, 6:16:22

friends please help me with this error when i try to mount the ntfs drive i getting an error like



enter image description here



for to mount the ntfs partitions i have to use the STORAGE DEVICE MANAGER every time any help to mount them in a usual(on mouse clicking) way of mounting the drives.


More From » mount

 Answers
7

I tried to replicate your problem with my own ntfs partition, in fact i too didnt had the write permissions on the ntfs partition,



The answer to why you are not able to mount the ntfs parition with write permissions lies in the FUSE library.



In the screenshot which you have pasted, it says you are trying to mount a ntfs block device using FUSE library.



First check if you have fuse-utils package installed on your system, if not install the fuse-utils package using apt-get



Then, remove the following lines from your /etc/fstab



  /dev/sda2 /media/myMountPoint ntfs-3g quiet,defaults,rw 0 0


Now, we need to mount the ntfs block partition using fusermount command



Now, open the /etc/mtab with root priviliges, and add the following line



/dev/sda3 /media/D fuseblk rw,nosuid,nodev,allow_other,blksize=4096,default_permissions 0 0


replace with your partition and mount point and reboot the system.



Sorry for putting this in separate answer, i could not write all this as a comment. After the reboot, when i mounted my mountpoint, i was having write permissions, tell me if it works for you too.


[#41181] Thursday, August 26, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
zebrla

Total Points: 356
Total Questions: 110
Total Answers: 120

Location: Sudan
Member since Tue, Aug 3, 2021
3 Years ago
;