Empty drive in win 10

What is the problem you are having with rclone?

Empty drive.

In the config when i set root folder rclone finds the right folder. Rclone lsd remote: takes a few seconds then it returns to "rclone". No list. Tried allow, shared with me. Installed win fsp (config there?). I have working apis. Id and secret are in. Mounting works but its always empty. Account is set to Manager on google.

What is your rclone version (output from rclone version) 1.52.2

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

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)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

hello and welcome to the forum.

you need to answer all the questions, so we can help you.

so you are 100% certain that there are folders in remote:?
have you tried to
rclone mkdir remote:testfolder
and then
rclone lsd remote:

Ok will do. And none of those commands work. Just goes back to "rclone"

i should have suggested that for each command to add -vv for debug output.

so can you try this and post the command and output
rclone lsd remote: -vv

2020/08/02 22:24:38 DEBUG : rclone: Version "v1.52.2" starting with parameters ["rclone" "lsd" "CBRTV:" "-vv"]
2020/08/02 22:24:38 DEBUG : Using config file from "C:\Users\falt8\.config\rclone\rclone.conf"
2020/08/02 22:24:41 DEBUG : Google drive root '': read info from team drive "Beets"
2020/08/02 22:24:41 DEBUG : 4 go routines active

The testfolder was created.

cannot help you much more now.

you still have not provided the answers to the questions, from when you first posted.

Config:
[CBRTV]
type = drive
client_id = "removed"
client_secret = "removed"
scope = drive
token = "removed"
team_drive ="removed"
use_trash = false
shared_with_me = true
chunk_size = 64M
allow_other = true

rclone mount CBRTV: h: --allow-other --vfs-cache-mode full --dir-cache-time 24h --drive-use-trash --buffer-size 6G --drive-chunk-size 64M --vfs-cache-max-age 24h --fuse-flag --VolumePrefix=\server\CBR --drive-shared-with-me --fast-list

This ok? Need anything more?

c:\rclone>rclone mount CBRTV: h: -vv
2020/08/02 22:47:11 DEBUG : rclone: Version "v1.52.2" starting with parameters ["rclone" "mount" "CBRTV:" "h:" "-vv"]
2020/08/02 22:47:12 DEBUG : Using config file from "C:\Users\falt8\.config\rclone\rclone.conf"
2020/08/02 22:47:12 DEBUG : Google drive root '': Mounting on "h:"
2020/08/02 22:47:13 DEBUG : Adding path "vfs/forget" to remote control registry
2020/08/02 22:47:13 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/08/02 22:47:13 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/08/02 22:47:13 DEBUG : Google drive root '': Mounting with options: ["-o" "fsname=CBRTV:" "-o" "subtype=rclone" "-o" "max_readahead=131072" "-o" "attr_timeout=1" "-o" "atomic_o_trunc" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=CBRTV"]
2020/08/02 22:47:13 DEBUG : Google drive root '': Init:
2020/08/02 22:47:13 DEBUG : Google drive root '': >Init:
2020/08/02 22:47:13 DEBUG : /: Statfs:
2020/08/02 22:47:13 DEBUG : Google drive root '': read info from team drive "Beets"
2020/08/02 22:47:13 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0
2020/08/02 22:47:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:13 DEBUG : /: >Getattr: errc=0
2020/08/02 22:47:13 DEBUG : /: Readlink:
2020/08/02 22:47:13 DEBUG : /: >Readlink: linkPath="", errc=-40
The service rclone has been started.
2020/08/02 22:47:13 DEBUG : /: Statfs:
2020/08/02 22:47:13 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0
2020/08/02 22:47:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:13 DEBUG : /: >Getattr: errc=0
2020/08/02 22:47:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:13 DEBUG : /: >Getattr: errc=0
2020/08/02 22:47:13 DEBUG : /: Opendir:
2020/08/02 22:47:13 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2020/08/02 22:47:13 DEBUG : /: >OpenFile: fd=/ (r), err=
2020/08/02 22:47:13 DEBUG : /: >Opendir: errc=0, fh=0x0
2020/08/02 22:47:13 DEBUG : /: Releasedir: fh=0x0
2020/08/02 22:47:13 DEBUG : /: >Releasedir: errc=0
2020/08/02 22:47:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:13 DEBUG : /: >Getattr: errc=0
2020/08/02 22:47:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:13 DEBUG : /: >Getattr: errc=0
2020/08/02 22:47:13 DEBUG : /: Opendir:
2020/08/02 22:47:13 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2020/08/02 22:47:13 DEBUG : /: >OpenFile: fd=/ (r), err=
2020/08/02 22:47:13 DEBUG : /: >Opendir: errc=0, fh=0x0
2020/08/02 22:47:13 DEBUG : /: Releasedir: fh=0x0
2020/08/02 22:47:13 DEBUG : /: >Releasedir: errc=0
2020/08/02 22:47:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:13 DEBUG : /: >Getattr: errc=0
2020/08/02 22:47:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:13 DEBUG : /: >Getattr: errc=0
2020/08/02 22:47:13 DEBUG : /: Opendir:
2020/08/02 22:47:13 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2020/08/02 22:47:13 DEBUG : /: >OpenFile: fd=/ (r), err=
2020/08/02 22:47:13 DEBUG : /: >Opendir: errc=0, fh=0x0
2020/08/02 22:47:13 DEBUG : /: Releasedir: fh=0x0
2020/08/02 22:47:13 DEBUG : /: >Releasedir: errc=0
2020/08/02 22:47:16 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:17 DEBUG : Google drive root '': read info from team drive "Beets"
2020/08/02 22:47:17 DEBUG : /autorun.inf: >Getattr: errc=-2
2020/08/02 22:47:17 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:17 DEBUG : /autorun.inf: >Getattr: errc=-2
2020/08/02 22:47:17 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:17 DEBUG : /autorun.inf: >Getattr: errc=-2
2020/08/02 22:47:17 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:17 DEBUG : /: >Getattr: errc=0
2020/08/02 22:47:17 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:17 DEBUG : /: >Getattr: errc=0
2020/08/02 22:47:17 DEBUG : /: Opendir:
2020/08/02 22:47:17 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2020/08/02 22:47:17 DEBUG : /: >OpenFile: fd=/ (r), err=
2020/08/02 22:47:17 DEBUG : /: >Opendir: errc=0, fh=0x0
2020/08/02 22:47:17 DEBUG : /: Releasedir: fh=0x0
2020/08/02 22:47:17 DEBUG : /: >Releasedir: errc=0
2020/08/02 22:47:17 DEBUG : /AutoRun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:47:17 DEBUG : /AutoRun.inf: >Getattr: errc=-2
2020/08/02 22:48:13 DEBUG : Google drive root '': Checking for changes on remote
2020/08/02 22:49:06 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:49:06 DEBUG : /: >Getattr: errc=0
2020/08/02 22:49:06 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/08/02 22:49:06 DEBUG : /: >Getattr: errc=0
2020/08/02 22:49:06 DEBUG : /: Opendir:
2020/08/02 22:49:06 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2020/08/02 22:49:06 DEBUG : /: >OpenFile: fd=/ (r), err=
2020/08/02 22:49:06 DEBUG : /: >Opendir: errc=0, fh=0x0
2020/08/02 22:49:06 DEBUG : /: Releasedir: fh=0x0
2020/08/02 22:49:06 DEBUG : /: >Releasedir: errc=0
2020/08/02 22:49:13 DEBUG : Google drive root '': Checking for changes on remote
2020/08/02 22:50:13 DEBUG : Google drive root '': Checking for changes on remote

  • do not bother with mount, until rclone ls is working, you are just making it more complex

  • you need to be sure about each and every flag that you use and not use use them twice.

  • --fast-list does nothing on a mount so you can remove it

  • allow_other = true
    that flag does nothing in windows and you are using it twice, in the config file and the command, so remove it

  • again, you are using the same flag twice.
    are you sure you need this flag at all?
    so remove shared_with_me = true from config and --drive-shared-with-me from the command
    and then test again.

you are using this flag twice.
chunk_size = 64M in the config file
and
--drive-chunk-size 64M in the command

so remove all that from the config file and please try the most simple command possible
rclone ls CBRTV: -vv and post both the command and full debug output

It worked after i removed the extra commands from the config. Used this rclone mount CBRTV: h: --vfs-cache-mode full --dir-cache-time 24h --drive-use-trash --buffer-size 6G --drive-chunk-size 64M --vfs-cache-max-age 24h --fuse-flag --VolumePrefix=\server\CBRTV(no double).
Thank you :slight_smile:

sure, glad i could help solve your problem.

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