Rclone mount

Version : 1.0
Category : Other
WindowsMacLinux

Easily mount your Debrid-Link files as a local drive on your computer using Rclone and WebDAV for seamless access.

1) Rclone installation

For installation instructions, please refer to the official Rclone documentation.

2) Configure the Debrid-Link WebDAV on Rclone

Run the command and follow the instructions

rclone config
  • Type n and press Enter to create a new remote.
  • Enter a name for the remote (e.g., debridlink).
  • Select WebDAV as the Storage Type
  • Configure the WebDAV using the WebDAV configuration
    • URL: https://webdav.debrid.link
    • Vendor: Other
    • Username: Your Debrid-Link username
    • Password: The passkey

You can try the config by runing the following command:

rclone ls debridlink

If everything is configured correctly, you should see Downloader and Seedbox folders

3) Mount WebDAV as a Local Drive

To mount the WebDAV remote as a local drive, use the following command:
If you only want to mount Seedbox files, replace debridlink: by debridlink:/Seedbox.

rclone mount debridlink: /mnt/debridlink \
  --daemon \
  --allow-other \
  --dir-cache-time 10s \
  --vfs-cache-mode full \
  --vfs-cache-max-size 500M \ # You can increase this value to several gigabytes if you have sufficient available space.
  --vfs-read-chunk-size 8M \
  --vfs-read-chunk-size-limit 128M \
  --vfs-fast-fingerprint \
  --no-modtime \
  --read-only \
  --allow-non-empty

Cloud Downloader

Start from 3€, free try