eEcoLiDAR / infrastructure

Repository where all setup information about the infra-structure and examples are stored.
Apache License 2.0
0 stars 1 forks source link

Mount Webdav as a directory. #12

Open romulogoncalves opened 6 years ago

romulogoncalves commented 6 years ago

We can follow these instructions: http://techiech.blogspot.com/2013/04/mounting-webdav-directory-in-linux.html

romulogoncalves commented 6 years ago

The fstab content should be:

<url><mount_point> davfs user,noauto,rw,_netdev 0 0

the command to mount it is:

sudo mount -t davfs https://webdav.grid.sara.nl/pnfs/grid.sara.nl/data/projects.nl/eecolidar/ /data/local/eecolidar_webdav/ -o rw,user,noauto,uid=ubuntu,file_mode=600,dir_mode=700
romulogoncalves commented 6 years ago

To be able to upload files we need to add the following to /etc/davfs2/davfs2.conf

use_locks       0