Versions Compared

Key

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

...

Code Block
titleType of storage
Choose a number from below, or type in an existing value
 1 / OneDrive Personal or Business
   \ "onedrive"
 2 / Root Sharepoint site
   \ "sharepoint"
 3 / Type in driveID
   \ "driveid"
 4 / Type in SiteID
   \ "siteid"
 5 / Search a Sharepoint site
   \ "search"
Your choice>

Answer "1" (OneDrive Personal or Business).

All done. You can exit now.

Code Block
titleCreate your OneDrive folder and ensure it's readable
$ mkdir ~/OneDrive ; chmod 755 ~/OneDrive

Mount

Code Block
titleAlways mount using "full" VFS cache mode
$ rclone mount --vfs-cache-mode full OneDrive: ~/OneDrive &

...