0
After mounting a NTFS or fat32 partition (not as readonly), I try to change it to my user permissions with
sudo chown user: file
However I am then told that the "Operation is not Permitted". I have read that could because of immutable set, When I try something like:
sudo chattr -i file
I am told "Inappropriate ioctl for device while reading flags file/
Does anyone have any other ideas to chown my drive?
change filesystem type to another which supports posix permissions. – Ipor Sircer – 2016-09-26T23:47:57.633
1
See How do I correctly mount a NTFS partition in /etc/fstab? or How do I use 'chmod' on an NTFS (or FAT32) partition? on Ask Ubuntu
– Deltik – 2016-09-27T00:51:10.713The exporting or sharing host may have permissions set up so that you can't do what you want. – strobelight – 2016-09-29T19:12:11.820