Empty drive after mounting

I installed the latest version of rclone on my Ubuntu server 18.04 and then created a google drive config. I can see and access the files in the web GUI. but when I mounting , the mounting drive is empty.

sudo rclone mount --allow-other --allow-non-empty -vv mygaccount mediafolder

2019/11/13 09:59:11 DEBUG : rclone: Version "v1.50.0" starting with parameters ["rclone" "mount" "--allow-other" "--allow-non-empty" "-vv" "mygaccount " "mediafolder"]
2019/11/13 09:59:11 DEBUG : Using config file from "/home/media/.config/rclone/rclone.conf"
2019/11/13 09:59:11 DEBUG : Local file system at /home/media/mygaccount : Mounting on "mediafolder"
2019/11/13 09:59:11 INFO : Local file system at /home/media/mygaccount : poll-interval is not supported by this remote
2019/11/13 09:59:11 DEBUG : Adding path "vfs/forget" to remote control registry
2019/11/13 09:59:11 DEBUG : Adding path "vfs/refresh" to remote control registry
2019/11/13 09:59:11 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2019/11/13 09:59:11 DEBUG : : Root:
2019/11/13 09:59:11 DEBUG : : >Root: node=/, err=
2019/11/13 09:59:17 DEBUG : /: Attr:
2019/11/13 09:59:17 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/11/13 09:59:23 DEBUG : /: Attr:
2019/11/13 09:59:23 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/11/13 09:59:26 DEBUG : /: Attr:
2019/11/13 09:59:26 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/11/13 09:59:26 DEBUG : /: ReadDirAll:
2019/11/13 09:59:26 DEBUG : /: >ReadDirAll: item=0, err=
2019/11/13 10:08:33 DEBUG : /: Attr:
2019/11/13 10:08:33 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/11/13 10:08:38 DEBUG : /: Attr:
2019/11/13 10:08:38 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2019/11/13 10:08:38 DEBUG : /: ReadDirAll:
2019/11/13 10:08:38 DEBUG : : Re-reading directory (9m11.501017s old)
2019/11/13 10:08:38 DEBUG : /: >ReadDirAll: item=0, err=
2019/11/13 10:08:38 DEBUG : /: ReadDirAll:
2019/11/13 10:08:38 DEBUG : /: >ReadDirAll: item=0, err=
2019/11/13 10:08:38 DEBUG : /: ReadDirAll:
2019/11/13 10:08:38 DEBUG : /: >ReadDirAll: item=0, err=
2019/11/13 10:08:38 DEBUG : /: ReadDirAll:
2019/11/13 10:08:38 DEBUG : /: >ReadDirAll: item=0, err=

and when I am using rclone lsd mygaccount: it returns the folders in the drive.

      -1 2019-10-22 17:55:32        -1 Media
      -1 2019-07-04 16:41:13        -1 Mobile
      -1 2019-07-01 10:59:51        -1 Pics

You've forgotten the : on the end of mygaccount I think so mounted a local directory instead.

1 Like

I am wondering how I forgot : ... Thanks.

1 Like

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