Score:0

can't take the ownership of my secondary hard drive

ma flag

i have a ntfs hard mounted on /mnt/HDD and i want to change the ownership of the files inside from root to amiroof. i tried

sudo chwon -R amiroof:amiroof /mnt/HDD 

but that didnt worked and the result of ls -halg /mnt/HDD is still the same.

i have windows installed on that drive (with fast startup disabled) and that might be the cause.

cn flag
"ntfs" and "chmod". ntfs=windows. chmod=posix=linux You set permissions when mounting. Add writable to the mountpoint.
cn flag
https://askubuntu.com/questions/113733/how-to-mount-a-ntfs-partition-in-etc-fstab https://askubuntu.com/questions/46588/how-to-automount-ntfs-partitions
waltinator avatar
it flag
Read `man mount` and do something like `sudo mount -o remount,rw,uid=$(id u),gid=$(id -g) /dev/whatever /mnt/HDD`. That will redo the `mount`, read/write, and "owned" by you.
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.