Mount Google Drive

C:\Rclone>rclone mount gdrive: c:\mountpoint -vv
2022/09/01 18:02:08 DEBUG : rclone: Version "v1.59.1" starting with parameters ["rclone" "mount" "gdrive:" "c:\mountpoint" "-vv"]
2022/09/01 18:02:08 DEBUG : Creating backend with remote "gdrive:"
2022/09/01 18:02:08 DEBUG : Using config file from "C:\Users\User\AppData\Roaming\rclone\rclone.conf"
2022/09/01 18:02:08 DEBUG : Network mode mounting is disabled
2022/09/01 18:02:08 DEBUG : Mounting on "c:\mountpoint" ("gdrive")
2022/09/01 18:02:08 DEBUG : Google drive root '': Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=gdrive"]
2022/09/01 18:02:08 DEBUG : Google drive root '': Init:
2022/09/01 18:02:08 DEBUG : Google drive root '': >Init:
2022/09/01 18:02:08 DEBUG : /: Statfs:
2022/09/01 18:02:08 DEBUG : Google drive root '': read info from Shared Drive "Games"
2022/09/01 18:02:08 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
2022/09/01 18:02:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2022/09/01 18:02:08 DEBUG : /: >Getattr: errc=0
2022/09/01 18:02:08 DEBUG : /: Readlink:
2022/09/01 18:02:08 DEBUG : /: >Readlink: linkPath="", errc=-40
2022/09/01 18:02:08 DEBUG : /: Getxattr: name="non-existant-a11ec902d22f4ec49003af15282d3b00"
2022/09/01 18:02:08 DEBUG : /: >Getxattr: errc=-40, value=""
The service rclone has been started.
2022/09/01 18:02:08 DEBUG : /: Statfs:
2022/09/01 18:02:08 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
2022/09/01 18:02:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2022/09/01 18:02:08 DEBUG : /: >Getattr: errc=0
2022/09/01 18:02:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2022/09/01 18:02:08 DEBUG : /: >Getattr: errc=0
2022/09/01 18:02:08 DEBUG : /: Opendir:
2022/09/01 18:02:08 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2022/09/01 18:02:08 DEBUG : /: >OpenFile: fd=/ (r), err=
2022/09/01 18:02:08 DEBUG : /: >Opendir: errc=0, fh=0x0
2022/09/01 18:02:08 DEBUG : /: Releasedir: fh=0x0
2022/09/01 18:02:08 DEBUG : /: >Releasedir: errc=0

and do you see files in c:\mountpoint

Yes, I can see the files that were on the shared folder

But I can't run any application from this folder

good, that means the mount is working

when you open a command prompt, make sure it does not have admin privleges
and try a different drive letter, not m:, try n:

Oh my god! Thank's Man I love you!

This is cool you are my idol!!!

New Problem:

"Windows cannot access the path device or file specified. You may not have the correct permissions to access this item."

This is what it says when I try to open an app. How to fix it?

The default permissions corresponds to --file-perms 0666 --dir-perms 0777 , i.e. read and write permissions to everyone. This means you will not be able to start any programs from the the mount. To be able to do that you must add execute permissions, e.g. --file-perms 0777 --dir-perms 0777 to add it to everyone

(rclone mount)

Hello! I am new at rclone, can you please write the full command. :slight_smile:

Just writes an error:
2022/09/01 21:09:47 Fatal error: unknown flag: --file-perms

rclone mount gdrive: c:\mountpoint --file-perms 0777 --dir-perms 0777 -vv
1 Like

C:\Rclone>rclone mount gdrive: c:\mountpoint --file-perms 0777 --dir-perms 0777 -vv
2022/09/01 21:18:52 DEBUG : rclone: Version "v1.59.1" starting with parameters ["rclone" "mount" "gdrive:" "c:\mountpoint" "--file-perms" "0777" "--dir-perms" "0777" "-vv"]
2022/09/01 21:18:52 DEBUG : Creating backend with remote "gdrive:"
2022/09/01 21:18:52 DEBUG : Using config file from "C:\Users\User\AppData\Roaming\rclone\rclone.conf"
2022/09/01 21:18:52 DEBUG : gdrive: Loaded invalid token from config file - ignoring
2022/09/01 21:18:53 DEBUG : Saving config "token" in section "gdrive" of the config file
2022/09/01 21:18:53 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2022/09/01 21:18:53 DEBUG : gdrive: Saved new token in config file
2022/09/01 21:18:53 DEBUG : Network mode mounting is disabled
2022/09/01 21:18:53 DEBUG : Mounting on "c:\mountpoint" ("gdrive")
2022/09/01 21:18:53 DEBUG : Google drive root '': Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=gdrive"]
2022/09/01 21:18:53 DEBUG : Google drive root '': Init:
2022/09/01 21:18:53 DEBUG : Google drive root '': >Init:
2022/09/01 21:18:53 DEBUG : /: Statfs:
2022/09/01 21:18:53 DEBUG : Google drive root '': read info from Shared Drive "Games"
2022/09/01 21:18:53 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
2022/09/01 21:18:53 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2022/09/01 21:18:53 DEBUG : /: >Getattr: errc=0
2022/09/01 21:18:53 DEBUG : /: Readlink:
2022/09/01 21:18:53 DEBUG : /: >Readlink: linkPath="", errc=-40
2022/09/01 21:18:53 DEBUG : /: Getxattr: name="non-existant-a11ec902d22f4ec49003af15282d3b00"
2022/09/01 21:18:53 DEBUG : /: >Getxattr: errc=-40, value=""
The service rclone has been started.
2022/09/01 21:18:53 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2022/09/01 21:18:53 DEBUG : /: >Getattr: errc=0
2022/09/01 21:18:53 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2022/09/01 21:18:53 DEBUG : /: >Getattr: errc=0
2022/09/01 21:18:53 DEBUG : /: Opendir:
2022/09/01 21:18:53 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2022/09/01 21:18:53 DEBUG : /: >OpenFile: fd=/ (r), err=
2022/09/01 21:18:53 DEBUG : /: >Opendir: errc=0, fh=0x0
2022/09/01 21:18:53 DEBUG : /: Statfs:
2022/09/01 21:18:53 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
2022/09/01 21:18:53 DEBUG : /: Statfs:
2022/09/01 21:18:53 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
2022/09/01 21:18:53 DEBUG : /: Releasedir: fh=0x0
2022/09/01 21:18:53 DEBUG : /: >Releasedir: errc=0

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