You are not logged in.

#1 2023-07-09 12:50:09

Jot0105
Member
Registered: 2023-07-08
Posts: 2

[SOLVED] No Write Permissions on NTFS Drive

When I try to create a file ($ touch temp) on my ntfs drive, permission is denied. I have disabled hibernation, fast boot and write-caching in windows for the drive.

My fstab is as follows:

UUID=XXXXXXXXXX                /home/jot/HDD    ntfs3        defaults    0 0

Last edited by Jot0105 (2023-07-09 13:48:09)

Offline

#2 2023-07-09 13:05:42

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: [SOLVED] No Write Permissions on NTFS Drive

And what are the permissions on the dirs/files in question? You probably need to set a umask or a uid/gid manually to have access.

Offline

#3 2023-07-09 13:47:37

Jot0105
Member
Registered: 2023-07-08
Posts: 2

Re: [SOLVED] No Write Permissions on NTFS Drive

Scimmia wrote:

And what are the permissions on the dirs/files in question? You probably need to set a umask or a uid/gid manually to have access.

The permissions were drwxrwxr-x but belonged to root, I changed the permissions to my user and that fixed it, thank you.

Offline

Board footer

Powered by FluxBB