Score:0

How to change permissions of ntfs partitions?

nu flag

I have this directory:

/second -> with "/dev/sdc2" partition.

I've used the file /etc/fstab to mount it:

/dev/sdc2 /second auto defaults 0 0

When I try to change its permissions using "chmod" or "setfacl" there are no changes (just to clarify, I'm using root privileges, obviously).

What am I doing wrong?

I`ve got another partition using ext4 as file system and it works when I try to change permissions.

hr flag
Perhaps this will be helpful? [How do I use 'chmod' on an NTFS (or FAT32) partition?](https://askubuntu.com/questions/11840/how-do-i-use-chmod-on-an-ntfs-or-fat32-partition)
waltinator avatar
it flag
Read `man mount` - there are options (for `/etc/fstab`) that can adjust the behavior. Also, disable "Fast Boot" on the Windows side.
oldfred avatar
cn flag
Microsoft formatted partitions do not support ownership & permissions. You set a default set when you mount it. And best to use more than just defaults. One example: `windows_names,nosuid,noatime,async,big_writes,uid=1000,gid=1000,fmask=0113,dmask=0022`
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.