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 is my user on my local machine.)

I then try out the following:

$ sudo ./mount-box.sh 
Please enter the username to authenticate with server
https://dav.box.com/dav or hit enter for none.
  Username: USERNAME
Please enter the password to authenticate user USERNAME with server
https://dav.box.com/dav or hit enter for none.
  Password:  
/sbin/mount.davfs: Warning: can't write entry into mtab, but will mount the 
file system anyway


Thus, I am able to mount it anyway, however, as user, I do not have any read or 
write access. I can not even see the directory as a mortal user. Root of 
course, has full access. Btw, df has it listed:

....
https://dav.box.com/dav fuse      910T   12K  910T   1% /mnt/box


So, my question is: how do I mount such that I get read-write access as a 
mortal user?

Thanks very much for your time and help in answering this question!

Best wishes,
Ranjan

____________________________________________________________
FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
Check it out at http://www.inbox.com/earth

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to