I want to transfer files from my PC to an external HDD. I tried all the chmod commands but they are not changing file permissions. The GUI settings are also not working. My external HDD is NTFS.
Asked
Active
Viewed 9,645 times
1
-
Hey Are you trying to change the permissions for files you have copied from a Ubuntu system to an NTFS drive? – David Mar 14 '22 at 10:36
-
1NTFS does not support UNIX style permissions so chmod wont work on NTFS partitons and their files. – Thomas Ward Mar 14 '22 at 11:42
1 Answers
2
It does not work because you are trying to change permissions on a file system, ntfs, that does not support linux ownerships and permissions. Such file systems are mounted with default settings, which eventually can be adapted through the mount options.

vanadium
- 88,010