mirror of
https://github.com/rclone/rclone.git
synced 2025-08-13 15:37:26 +02:00
Enable syntax highlight for the script
@ -2,6 +2,7 @@
|
||||
|
||||
To enable mounting a rclone volume using system mount tool, the following helper script must be named `rclonefs` and placed in `$PATH`:
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
remote=$1
|
||||
mountpoint=$2
|
||||
@ -43,8 +44,7 @@ To enable mounting a rclone volume using system mount tool, the following helper
|
||||
until grep -q " ${mountpoint// /\\\\040} fuse.rclone " /proc/mounts; do
|
||||
sleep 0.5
|
||||
done
|
||||
|
||||
|
||||
```
|
||||
## fstab
|
||||
|
||||
In `/etc/fstab` you can add something like:
|
||||
|
Reference in New Issue
Block a user