Both sides previous revision Previous revision Next revision | Previous revision |
rdms:access:linux:webdav [2023/05/01 13:52] – [Mount WebDAV using command line] giulio | rdms:access:linux:webdav [2025/04/07 11:22] (current) – small fixes to the text giulio |
---|
====== WebDAV on Linux ====== | ====== WebDAV on Linux ====== |
| |
===== Mount WebDAV using command line ===== | ===== Mount WebDAV using Command Line ===== |
| |
It is possible to mount a WebDAV share under Linux to access the RDMS from your machine directly. The most generic method to do so is to use the mount command via the command line interface. In order for this action to work, the ''davfs2'' package has to be installed on your machine. On Debian, Ubuntu and other Ubuntu-based Linux distros, this can be installed via the ''APT'' package managing utility: | If you'd rather access the RDMS directly from your file system instead of connecting to it remotely, it is also possible to mount a WebDAV share under Linux to access the RDMS from your machine. The most generic method to do so is to use the mount command via the command line interface. In order for this action to work, the ''davfs2'' package has to be installed on your machine. As the installer for this package might vary based on your Linux distro, please check on what version of Linux your operating system is based on. |
| |
| On Debian, Ubuntu and other Ubuntu-based Linux distros, this can be installed via the ''APT'' package managing utility: |
| |
<code> | <code> |
$ sudo apt-get davfs2 | $ sudo apt-get install davfs2 |
</code> | </code> |
| |
</code> | </code> |
| |
Additionally, a empty directory on the local Linux machine is needed as a mount point. To create an empty directory called ''rdms_webdav'' in your home directory, run: | Additionally, you need to have an empty directory on the local Linux machine to use as a mount point. You can create an empty directory called ''rdms_webdav'' in your home directory by typing and running the following command in your terminal: |
| |
<code> | <code> |
</code> | </code> |
| |
To make the RDMS accessible at this mount point, run: | You can then make the RDMS accessible at this mount point by running: |
| |
<code> | <code> |
$ sudo mount -t davfs https://webdav.data.rug.nl ~/rdms_webdav/ | $ sudo mount -t davfs -o uid=1000,gid=1000 https://webdav.data.rug.nl ~/rdms_webdav/ |
</code> | </code> |
| |
After entering your RDMS username (UG mail address) and associated password, the RDMS storage becomes available at ''~/rdms_webdav/''. | WebDAV will then prompt you to provide your login credentials to connect to the RDMS. After you enter your RDMS username (UG email address) and associated password, the RDMS storage becomes available at ''~/rdms_webdav/''. |
| |
To unmount the WebDAV mount of the RDMS via the terminal, run: | Once you are done and wish to unmount the WebDAV mount of the RDMS via the terminal, simply run: |
| |
<code> | <code> |
</code> | </code> |
| |
===== Using a file manager ===== | **Notes**: |
Different flavors of Linux come with different desktop environments and also different file managers which can be used to easily mount network shares. In the following text, the steps to mount the RDMS via WebDAV for the three file managers **GNOME Files**, **Dolphin** and **Thunar** are explained. | * In the ''sudo mount'' command shown above, the RDMS WebDAV was mounted with the permissions of the default user with a user and group id (uid/gid) of 1000. Assigning this incorrectly can cause issues if you want to read and especially write data to the mounted RDMS folder. If you are unsure about your current users uid/gid, you can run ''id <your_linux_username>'' to retrieve this info. |
| * The email address of the RDMS account you want to use for mounting can be also already specified during command execution by additionally giving the '' -o username=<emailaddress>'' command. If you do so, do not forget to substitute the email placeholder with your correct RDMS account. |
| * The command as shown above will mount the RDMS WebDAV root folder which contains different RDMS folders like your user's home folder, available [[rdms:solution:team|RDMS Team Drives]] and [[rdms:solution:projects|RDMS Projects]]. You can also specify a specific subfolder in the RDMS WebDAV root if you do not want to make all available via the mount point by changing the WebDAV address. For example adjusting to ''%%https://webdav.data.rug.nl%%/<Team_Name>'' will make the Team Drive ''<Team_Name>'' available while ''%%https://webdav.data.rug.nl%%/<emailadress>'' will mount the home folder of the user with the specified mail address. |
| ===== Using a File Manager ===== |
| Different distros of Linux come with different desktop environments and also different file managers which can be used to easily mount network shares. In the following paragraph, you will read about how to mount the RDMS via WebDAV for the three file managers **GNOME Files**, **Dolphin** and **Thunar**. |
| |
If you are unsure about the standard file manager on your Linux system, you can display this information by running the following command in the terminal: | If you are unsure about the standard file manager on your Linux system, you can display this information by running the following command in the terminal: |
==== GNOME Desktop Environment ==== | ==== GNOME Desktop Environment ==== |
The standard file manager of the GNOME desktop environment is **GNOME Files**, formerly known as **Nautilus**. | The standard file manager of the GNOME desktop environment is **GNOME Files**, formerly known as **Nautilus**. |
Open the file manager and select **Other locations**. As server address use ''%%davs://webdav.data.rug.nl%%'' and press **Connect**. | Open the file manager and select **Other locations**. Input ''%%davs://webdav.data.rug.nl%%'' as the server address and press **Connect**. |
| |
{{ :rdms:access:linux:webdav_gnome.png?600 |}} | {{ :rdms:access:linux:webdav_gnome.png?direct&600 |}} |
| |
After entering the username and password, the RDMS WebDAV becomes available via the **GNOME Files** file manager as **webdav.data.rug.nl**. | After entering your username (your UG mail in lowercase) and password, the RDMS home directory and its subdirectories become available via the **GNOME Files** file manager as **webdav.data.rug.nl**. |
| |
==== KDE Desktop Environment ==== | ==== KDE Desktop Environment ==== |
The standard file manager of the KDE desktop environment is called **Dolphin**. | The standard file manager of the KDE desktop environment is called **Dolphin**. |
To connect to the RDMS WebDAV, open the **Dolphin** file manager, select **Network** to specify a remote network location. In the field for the remote address, type ''%%webdavs://webdav.data.rug.nl%%'' and hit Enter. You will be asked for your username and password, and RDMS WebDAV becomes available after giving correct credentials. | To connect to the RDMS through WebDAV, open the **Dolphin** file manager, then select **Network** to specify a remote network location. In the field for the remote address, type ''%%webdavs://webdav.data.rug.nl%%'' and hit Enter. You will be asked for your username (your UG mail in lowercase) and password, and after connecting to the WebDAV address, the RDMS becomes available in your file browser. |
| |
{{ :rdms:access:linux:webdav_dolphin.png?600 |}} | {{ :rdms:access:linux:webdav_dolphin.png?direct&600 |}} |
| |
==== Xfce Desktop Environment ==== | ==== Xfce Desktop Environment ==== |
The standard file manager of the Xfce desktop environment is called **Thunar**. | The standard file manager of the Xfce desktop environment is called **Thunar**. |
To connect to the RDMS WebDAV, open the **Thunar** file manager and select **Browse Network**. Enter ''%%webdavs://webdav.data.rug.nl%%'' in the address bar of the newly opened window and hit Enter. You will be asked for your username and password, and RDMS WebDAV becomes available after giving correct credentials. | To connect to the RDMS through WebDAV, open the **Thunar** file manager and select **Browse Network**. Enter ''%%webdavs://webdav.data.rug.nl%%'' in the address bar of the newly opened window and hit Enter. You will be asked for your username (your UG mail in lowercase) and password, and after connecting to the WebDAV address, the RDMS becomes available in your file browser. |
| |
{{ :rdms:access:linux:webdav_thunar.png?600 |}} | {{ :rdms:access:linux:webdav_thunar.png?direct&600 |}} |
| |