Can't seem to mount on Big Sur

What is the problem you are having with rclone?

rclone cmount gdrive:/Users/bangtan/Desktop/rclone --allow-non-empty option
2021/01/20 23:27:49 Fatal error: failed to mount FUSE fs: mountpoint: stat option: no such file or directory

What is your rclone version (output from rclone version)

1.53.4

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Mac Big Sur

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone cmount gdrive:/Users/bangtan/Desktop/rclone --allow-non-empty option
2021/01/20 23:27:49 Fatal error: failed to mount FUSE fs: mountpoint: stat option: no such file or directory

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

You need a space between your remote and mount directory.

Should be:

rclone cmount gdrive: /Users/bangtan/Desktop/rclone

The directory /Users/bangtan/Desktop/rclone has to exist as well so you may need to mkdir that.

yeah I realize what I did wrong I got it to work for rclcone browser but when I do it through terminal it doesn't mount

Can you share what you typed and what the output of the terminal is?

I got it to work :smiley: just videos lag

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