Tag Archives: NAS
Home » Tag: NAS
1. Open a terminal and install davfs: sudo apt-get install davfs2 2. Add your Linux user account to the davfs2 group. Replace “your-username” with your Linux login username sudo adduser your-username davfs2 3. Create a folder in your Home directory to mount your Box account. In addition, also create the .davfs folder to hold your configuration files. mkdir ~/Box mkdir ~/.davfs2 4. Next, copy the davfs configuration file over and add the “user_lock” command to it: cp /etc/davfs2/davfs2.conf ~/.davfs2 echo „use_locks 0″ >> ~/.davfs2/davfs2.conf 5. Open a text editor and paste the following, replacing “Box_username” and “Box_password with your Box account login username and password (make sure the quotes around the Box_password remain). Replace „meineadress.de“ with the internet-address your storage is behind and the „1234“ with the according port for secure connection. „dav“ represents the folder on your storage (e.g. for a Synology NAS it is not the volume). https://www.meineadresse.de:1234/dav […]