Re: SOLVED (?): Re: mounting davfs2 on Fedora 24 (can't mount with rw access for user)

2016-07-09 Thread Samuel Sieb
On 07/09/2016 02:24 PM, Jon LaBadie wrote: BTW On my system /etc/mtab -> /proc/self/mounts despite what the manpage says about pointing to /proc/mounts. It is "not wrong" however, my /proc/mounts also points to /proc/self/mounts. This is because mounts are namespaced, so different processes can

Re: SOLVED (?): Re: mounting davfs2 on Fedora 24 (can't mount with rw access for user)

2016-07-09 Thread Ranjan Maitra
On Sat, 9 Jul 2016 17:24:40 -0400 Jon LaBadie wrote: > On Sat, Jul 09, 2016 at 02:21:05PM -0500, Ranjan Maitra wrote: > > Hi Jon, > > > > On Sat, 9 Jul 2016 13:26:48 -0400 Jon LaBadie wrote: > > > > > On Sat, Jul 09, 2016 at 09:25:49AM -0500, Ranjan Maitra wrote: > > > > I seem to have perhaps

Re: SOLVED (?): Re: mounting davfs2 on Fedora 24 (can't mount with rw access for user)

2016-07-09 Thread Jon LaBadie
On Sat, Jul 09, 2016 at 02:21:05PM -0500, Ranjan Maitra wrote: > Hi Jon, > > On Sat, 9 Jul 2016 13:26:48 -0400 Jon LaBadie wrote: > > > On Sat, Jul 09, 2016 at 09:25:49AM -0500, Ranjan Maitra wrote: > > > I seem to have perhaps unwittingly sort of solved this problem: > > > ... > > > > > > I s

Re: SOLVED (?): Re: mounting davfs2 on Fedora 24 (can't mount with rw access for user)

2016-07-09 Thread Ranjan Maitra
On Sat, 9 Jul 2016 13:01:45 -0700 Joe Zeff wrote: > On 07/09/2016 12:21 PM, Ranjan Maitra wrote: > > I tried -n for --no-mtab, but there was no difference. Note that the > > --no-mtab option was strangely not recognized. > > Was there an error message about an unrecognized option or was it simp

Re: SOLVED (?): Re: mounting davfs2 on Fedora 24 (can't mount with rw access for user)

2016-07-09 Thread Joe Zeff
On 07/09/2016 12:21 PM, Ranjan Maitra wrote: I tried -n for --no-mtab, but there was no difference. Note that the --no-mtab option was strangely not recognized. Was there an error message about an unrecognized option or was it simply ignored? -- users mailing list users@lists.fedoraproject.o

Re: SOLVED (?): Re: mounting davfs2 on Fedora 24 (can't mount with rw access for user)

2016-07-09 Thread Ranjan Maitra
Hi Jon, On Sat, 9 Jul 2016 13:26:48 -0400 Jon LaBadie wrote: > On Sat, Jul 09, 2016 at 09:25:49AM -0500, Ranjan Maitra wrote: > > I seem to have perhaps unwittingly sort of solved this problem: > > > > I have done the following: > > > > 1. sudo mkdir -m 755 /mnt/box > > > > 2. then set: > >

Re: SOLVED (?): Re: mounting davfs2 on Fedora 24 (can't mount with rw access for user)

2016-07-09 Thread Jon LaBadie
On Sat, Jul 09, 2016 at 09:25:49AM -0500, Ranjan Maitra wrote: > I seem to have perhaps unwittingly sort of solved this problem: > > I have done the following: > > 1. sudo mkdir -m 755 /mnt/box > > 2. then set: > > use_locks 0 > > in: > > /etc/davfs2/davfs2.conf > > > 3. sudo mount -t davf

SOLVED (?): Re: mounting davfs2 on Fedora 24 (can't mount with rw access for user)

2016-07-09 Thread Ranjan Maitra
I seem to have perhaps unwittingly sort of solved this problem: I have done the following: 1. sudo mkdir -m 755 /mnt/box 2. then set: use_locks 0 in: /etc/davfs2/davfs2.conf 3. sudo mount -t davfs https://dav.box.com/dav /mnt/box -o rw,user,noauto,uid=USER,file_mode=600,dir_mode=700 Plea

mounting davfs2 on Fedora 24 (can't mount with rw access for user)

2016-07-08 Thread Ranjan Maitra
Hi, I am trying to mount a Box.com share using Fedora 24. I install davfs2 using dnf and try the following: sudo ./mount-box.sh where mount-box.sh contains the following: mount -t davfs https://dav.box.com/dav /mnt/box -o rw,user,noauto,uid=USER,file_mode=600,dir_mode=700 (In the above USER