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
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
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
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
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
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:
> >
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
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
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