I'm running a Xubuntu from a Windows 8 host. I can't change the owner of shared files from xubuntu by any
sudo chown ...
command. Is there any other way I can change the owner from the root
to the user
? I also have tried to mount the shared folder into home directory, still didn't change anything
hooman@ubuntu:~/win/meteor$ ls -al
total 20
drwxrwxrwx 1 root root 0 Dec 10 19:03 .
drwxrwxrwx 1 root root 16384 Dec 11 18:30 ..
drwxrwxrwx 1 root root 4096 Dec 10 19:03 simple-todos
hooman@ubuntu:~/win/meteor$
**Edit:**
after doing sudo chown
:
hooman@ubuntu:~/win/meteor$ ls -al
total 20
drwxrwxrwx 1 root root 0 Dec 10 19:03 .
drwxrwxrwx 1 root root 16384 Dec 11 18:30 ..
drwxrwxrwx 1 root root 4096 Dec 10 19:03 simple-todos
hooman@ubuntu:~/win/meteor$ sudo chown -v hooman simple-todos/
changed ownership of ‘simple-todos/’ from root to hooman
hooman@ubuntu:~/win/meteor$ ls -al
total 20
drwxrwxrwx 1 root root 0 Dec 10 19:03 .
drwxrwxrwx 1 root root 16384 Dec 11 18:30 ..
drwxrwxrwx 1 root root 4096 Dec 10 19:03 simple-todos
Asked by Yar
(121 rep)
Dec 11, 2014, 11:52 PM
Last activity: Mar 9, 2024, 06:04 PM
Last activity: Mar 9, 2024, 06:04 PM