Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
rdms:access:linux:webdav [2023/05/08 11:51] – [Mount WebDAV using command line] giulio | rdms:access:linux:webdav [2025/04/07 11:22] (current) – small fixes to the text giulio | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== WebDAV on Linux ====== | ====== WebDAV on Linux ====== | ||
- | ===== Mount WebDAV using command line ===== | + | ===== Mount WebDAV using Command Line ===== |
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 '' | 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 '' | ||
Line 8: | Line 8: | ||
< | < | ||
- | $ sudo apt-get davfs2 | + | $ sudo apt-get |
</ | </ | ||
Line 29: | Line 29: | ||
< | < | ||
- | $ sudo mount -t davfs https:// | + | $ sudo mount -t davfs -o uid=1000, |
</ | </ | ||
Line 40: | Line 40: | ||
</ | </ | ||
- | ===== Using a file manager | + | **Notes**: |
+ | * In the '' | ||
+ | * 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 '' | ||
+ | * 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: | ||
+ | ===== 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**. | 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**. | ||
Line 53: | Line 57: | ||
Open the file manager and select **Other locations**. Input '' | Open the file manager and select **Other locations**. Input '' | ||
- | {{ : | + | {{ : |
- | After entering your username (your RUG email) and password, the RDMS home directory and its subdirectories become 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 through WebDAV, open the **Dolphin** file manager, then select **Network** to specify a remote network location. In the field for the remote address, type '' | + | 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 '' |
- | {{ : | + | {{ : |
==== 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 through WebDAV, open the **Thunar** file manager and select **Browse Network**. Enter '' | + | To connect to the RDMS through WebDAV, open the **Thunar** file manager and select **Browse Network**. Enter '' |
- | {{ : | + | {{ : |