Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rsync: mkstemp - failed: Permission denied (13)
Date: Wed, 21 Mar 2018 18:22:08
Message-Id: 47da215c-c612-de27-6b23-2fde96ab344c@sys-concept.com
In Reply to: Re: [gentoo-user] rsync: mkstemp - failed: Permission denied (13) by thelma@sys-concept.com
1 On 03/21/2018 12:12 PM, thelma@×××××××××××.com wrote:
2 [snip
3 >
4 > mount -t cifs gid=1001,uid=1001 -o username=xxxx,password=xxxx //10.10.0.9/Images /home/thelma/mnt/Images
5 > mount: only root can use "--options" option
6 >
7 > Is there a way to mount windows-7 partition as user? Windows-7 runs in
8 > VirtualBox
9 > This way the owner of the mounted directory/files would be thelma:thelma
10 > (not root:root)
11
12 This command works:
13 mount -t cifs -o username=xxxx,password=xxxx //10.10.0.9/Images /home/thelma/mnt/Images
14
15 When I add:
16 gid=1001, uid=1001
17 it does not work