I have a dual boot with ubuntu 22.04.2 on one disk and windows 10 on another. The disk with windows is under the user 'lucas', but this provides no security whatsoever for any files in the windows disk as long as I'm logged in to my account. For most files that's fine, but I wanted to either add a custom password or require the user password to enter the folder 'db', or change the owner of the folder 'db' to the user 'test'.
I tried sudo chown test:test 'Hydrus Network'
, and it doesn't change the owners (ls -l
shows all files of the windows disk are still under 'lucas') nor raise an error.
I saw some answers to similar questions talking about mounting, but I'm not sure if they are the answer to my question, and I'm not sure what mounting and unmounting are.
Note: This is my first week using Ubuntu, so give a detailed explanation.