On 03/21/2018 12:12 PM, [email protected] wrote: [snip > > mount -t cifs gid=1001,uid=1001 -o username=xxxx,password=xxxx > //10.10.0.9/Images /home/thelma/mnt/Images > mount: only root can use "--options" option > > Is there a way to mount windows-7 partition as user? Windows-7 runs in > VirtualBox > This way the owner of the mounted directory/files would be thelma:thelma > (not root:root)
This command works: mount -t cifs -o username=xxxx,password=xxxx //10.10.0.9/Images /home/thelma/mnt/Images When I add: gid=1001, uid=1001 it does not work

