You are not logged in.
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
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
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