Changes

Jump to navigation Jump to search
Line 11: Line 11:  
   mkdir ~/experiment
 
   mkdir ~/experiment
 
   mount.davfs https://exp.socsci.ru.nl/experiment/webdav.php ~/experiment -o rw
 
   mount.davfs https://exp.socsci.ru.nl/experiment/webdav.php ~/experiment -o rw
 +
 +
If you accidentally did not allow non-root users access, run:
 +
 +
  sudo dpkg-reconfigure davfs2
 +
  sudo usermod -a -G davfs2 $USER
 +
 +
If you want to mount this resource each time you boot your computer, put the following in /etc/fstab (replacing USER with your username)
 +
 +
  https://exp.socsci.ru.nl/experiment/webdav.php /home/USER/experiment davfs _netdev,noauto,user,uid=USER,gid=USER 0 0
 +
 +
and put the password in /etc/davfs2/secrets using:
 +
 +
  /home/USER/experiment u123456 PASSWORD
    
= Nautilus =
 
= Nautilus =

Navigation menu