...
| Info |
|---|
- The drive will stay mounted as long as the session is kept alive
- Even if the empty destination mount point is readable for group/all users, it won't be accessible by anyone but the user while it is mounted
- NEVER mount without the "--vfs-cache-mode full" command-line parameter to avoid risk of data corruption
|
Autostart
In order to get the mount added on login, you need to create a file named onedrive.desktop in ~/.config/autostart with the following lines:
| Code Block |
|---|
[Desktop Entry]
Name=Onedrive
Type=Application
Exec=sh -c "rclone mount --vfs-cache-mode full OneDrive: ~/OneDrive &" |
| Info |
|---|
|
| You may need to allow .desktop file to be trusted in order to make it work. |
Related articles
| Content by Label |
|---|
| showLabels | false |
|---|
| max | 5 |
|---|
| spaces | ~usv |
|---|
| showSpace | false |
|---|
| sort | modified |
|---|
| reverse | true |
|---|
| type | page |
|---|
| cql | label in ("vdi","onedrive","centos") and type = "page" and space = "~usv" |
|---|
| labels | onedrive centos vdi |
|---|
|
...