Onedrive mount not working - ubuntu 20.04

root@vmi589978:~# rclone lsd OneDrive:
          -1 2021-12-12 09:36:28         0 .Trash-1000
          -1 2021-12-07 23:06:57         3 Documents
          -1 2021-03-25 16:43:46         0 Pictures

so again what is the problem?

The mount command doesn't work,
The directory is unachievable and empty
See first posts.

to the mount command add, --allow-other

and is there a reason to run rclone mount as root?, usually, no need for that

  1. Thanks for the help the --allow-other command resolved the issue !

  2. Due to this issue I thought being root would help :pensive:

Now the drive is mounted !

thank again

Fuse mounts are user space mounts so only the user can see the mount so by running as it root (not generally a great idea anyway) only root can see it.

Allow-other makes it so everyone on the server can see the mount.

I run my mount as my own user and use allow-other as my server is not shared and solely mine.

Generally, avoid running things as root unless it is required to.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.