Storage boxes ๐๏ธ
Mount storage box via davfs2โ
Install davfs2
sudo apt install davfs2
Store a configured access in the file /etc/davfs2/secrets
/etc/davfs2/secrets
https://<user>.your-storagebox.de <user> <password>
Now everything should be prepared and you can test the mounting manually or make a permanent mounting via an entry in /etc/fstab
.
/etc/fstab
# /etc/fstab: static file system information.
# [...]
# storage box
https://<user>.your-storagebox.de /mnt/<directory> davfs rw,uid=1000,gid=1000,file_mode=0660,dir_mode=0770,_netdev 0 0