Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Users will need this information when configuring access to OneDrive from a Linux Centos 8 VDI session.

Step-by-step guide

Configure

Code Block
$ rclone config

...

Code Block
$ mkdir ~/OneDrive

Mount

Code Block
$ rclone mount --vfs-cache-mode full OneDrive: ~/OneDrive &

For more detailed information, please visit: https://rclone.org/commands/rclone_mount/

Unmount

Code Block
$ fusermount -u ~/OneDrive

Refresh token

Code Block
$ rclone config

...

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

Content by Label
showLabelsfalse
max5
spaces~usv
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("vdi","onedrive","centos") and type = "page" and space = "~usv"
labelsonedrive centos vdi

...