cannot chown file as root

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?

Lightning77

Posted 2016-09-26T23:33:25.553

Reputation: 403

change filesystem type to another which supports posix permissions. – Ipor Sircer – 2016-09-26T23:47:57.633

The 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

No answers