You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Step-by-step guide

Configure

$ rclone config

Follow the instructions. Default answers can be accepted safely for every question that has one. Name your drive "OneDrive"

$ mkdir ~/OneDrive

Mount

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

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

Unmount

$ fusermount -u ~/OneDrive

Refresh token

$ rclone config

Edit OneDrive, answer yes to the first question. Answer all defaults until rclone says that the token already exists, refresh? Say yes.


  • 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

There is no content with the specified labels



  • No labels