Can't access mount via windows

Heyup - likely me being stupid and missing something but help would be greatly appreciated!

ISSUE:

Mounting GDrive successfully to a samba share in Rocky 8.10. When I try and access it via Windows I get a permission denied message. I've added the --allow-other and --default-permissions tags but nothing has worked so far. I've flattened the permissions also.

VERSION:

rclone v1.68.1

  • os/version: rocky 8.10 (64 bit)
  • os/kernel: 4.18.0-553.22.1.el8_10.x86_64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.23.1
  • go/linking: static
  • go/tags: none

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

''''
Google Drive
''''

COMMAND:

rclone mount lndrive:/ /mnt/GDRIVEMNT/ --allow-other  -vv

CFG:

[lndrive]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
service_account_file = /home/XXXXX/XXXXXXXX-XXXXX.json
impersonate = XXX
### Double check the config for sensitive info before posting publicly

Log below

2024/10/21 06:54:02 DEBUG : rclone: Version "v1.68.1" starting with parameters ["rclone" "mount" "lndrive:/" "/mnt/GDRIVEMNT/" "--allow-other" "-vv"]
2024/10/21 06:54:02 DEBUG : Creating backend with remote "lndrive:/"
2024/10/21 06:54:02 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2024/10/21 06:54:02 DEBUG : Google drive root '': 'root_folder_id = XXXXXXXXXXX' - save this in the config to speed up startup
2024/10/21 06:54:02 DEBUG : fs cache: renaming cache item "lndrive:/" to be canonical "lndrive:"
2024/10/21 06:54:03 DEBUG : Google drive root '': Mounting on "/mnt/GDRIVEMNT/"
2024/10/21 06:54:03 DEBUG : : Root:
2024/10/21 06:54:03 DEBUG : : >Root: node=/, err=<nil>

#
2024/10/21 06:54:11 DEBUG : /: Attr:
2024/10/21 06:54:11 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/10/21 06:54:11 DEBUG : : Statfs:
2024/10/21 06:54:12 DEBUG : : >Statfs: stat={Blocks:15728640 Bfree:9153855 Bavail:9153855 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2024/10/21 06:54:13 DEBUG : /: Attr:
2024/10/21 06:54:13 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/10/21 06:54:13 DEBUG : /: Lookup: name="desktop.ini"
2024/10/21 06:54:13 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2024/10/21 06:54:13 DEBUG : /: Lookup: name="desktop.ini"
2024/10/21 06:54:13 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2024/10/21 06:55:03 DEBUG : Google drive root '': Checking for changes on remote
2024/10/21 06:55:33 DEBUG : /: Attr:
2024/10/21 06:55:33 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/10/21 06:55:34 DEBUG : /: Lookup: name="desktop.ini"
2024/10/21 06:55:34 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2024/10/21 06:55:34 DEBUG : /: Lookup: name="desktop.ini"
2024/10/21 06:55:34 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2024/10/21 06:55:35 DEBUG : /: Attr:
2024/10/21 06:55:35 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/10/21 06:56:03 DEBUG : Google drive root '': Checking for changes on remote
2024/10/21 06:57:03 DEBUG : Google drive root '': Checking for changes on remote
2024/10/21 06:58:03 DEBUG : Google drive root '': Checking for changes on remote
2024/10/21 06:59:03 DEBUG : Google drive root '': Checking for changes on remote
2024/10/21 07:00:03 DEBUG : Google drive root '': Checking for changes on remote
2024/10/21 07:01:03 DEBUG : Google drive root '': Checking for changes on remote
2024/10/21 07:02:03 DEBUG : Google drive root '': Checking for changes on remote

Notes:

Other command I've tried and still got the permissions error message on windows:
''''
rclone mount lndrive:/ /mnt/GDRIVEMNT/ --allow-other --default-permissions --vfs-cache-mode writes --umask 000
'''''

SMB settings:
[GDRIVEMNT]
path = /mnt/GDRIVEMNT
browseable = yes
writable = yes
read only = no
guest ok = yes
create mask = 0777
directory mask = 0777
force user = nobody
force group = nobody

welcome to the forum,

what version of windows are you running?

if you search the forum, i posted an example or two on how to access a samba mount on windows.

as a test, i would setup a samba share using a local path, not /mnt/GDRIVEMNT and mount that on windows.
also, on windows, mount using the command line, sometimes get a more detailed error message.

Thank you for getting back to me!

OS:
Windows Server 2022 Desktop Experience

Hmm well I was trying to access it via UNC path so \\XXX.XXX.XXX.XXX\GDRIVEMNT on windows and I can see the share but when I try and access it I get the permission error

Will give your suggestions a go - thank you!

Tried with a share in / and it still gave the permissions error

I've tried again in /mnt/storage/ and called it drivemount and these are the permissions:

drwxr-xr-x.  1 root   root       0 Oct 22 06:17 drivemount

Tried chowning it to nobody and it is still owned by root and I get permission denied.

I can mount it using net use on windows but when I try and access it I get permission denied

Its odd as I have another smb share with the exact same permissions and it works just fine (non rclone).

The share works fine until I mount the rclone drive to it

Command run:

rclone mount lndrive:/ /mnt/storage/drivemount/ --allow-other -vv --debug-fuse
2024/10/22 07:21:57 DEBUG : rclone: Version "v1.68.1" starting with parameters ["rclone" "mount" "lndrive:/" "/mnt/storage/drivemount/" "--allow-other" "-vv" "--debug-fuse"]
2024/10/22 07:21:57 DEBUG : Creating backend with remote "lndrive:/"
2024/10/22 07:21:57 DEBUG : Using config file from "/home/engineer/.config/rclone/rclone.conf"
2024/10/22 07:21:58 DEBUG : Google drive root '': 'root_folder_id = XXXXXXXXXXXXX' - save this in the config to speed up startup
2024/10/22 07:21:58 DEBUG : fs cache: renaming cache item "lndrive:/" to be canonical "lndrive:"
2024/10/22 07:21:58 DEBUG : Google drive root '': Mounting on "/mnt/storage/drivemount/"
2024/10/22 07:21:58 DEBUG : : Root:
2024/10/22 07:21:58 DEBUG : : >Root: node=/, err=<nil>
2024/10/22 07:22:09 DEBUG : fuse: <- Getattr [ID=0x4 Node=0x1 Uid=0 Gid=0 Pid=1657] 0x0 fl=0
2024/10/22 07:22:09 DEBUG : /: Attr:
2024/10/22 07:22:09 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2024/10/22 07:22:09 DEBUG : fuse: -> [ID=0x4] Getattr valid=1s ino=1 size=0 mode=drwxrwxr-x
2024/10/22 07:22:09 DEBUG : fuse: <- Statfs [ID=0x6 Node=0x1 Uid=0 Gid=0 Pid=1657]
2024/10/22 07:22:09 DEBUG : : Statfs:
2024/10/22 07:22:09 DEBUG : : >Statfs: stat={Blocks:15728640 Bfree:8989913 Bavail:8989913 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2024/10/22 07:22:09 DEBUG : fuse: -> [ID=0x6] Statfs blocks=8989913/8989913/15728640 files=1000000000/1000000000 bsize=4096 frsize=4096 namelen=255
2024/10/22 07:22:09 DEBUG : fuse: <- Access [ID=0x8 Node=0x1 Uid=65534 Gid=65534 Pid=1657] mask=0x1
2024/10/22 07:22:09 DEBUG : fuse: -> [ID=0x8] Access
2024/10/22 07:22:09 DEBUG : fuse: <- Access [ID=0xa Node=0x1 Uid=65534 Gid=65534 Pid=1657] mask=0x1
2024/10/22 07:22:09 DEBUG : fuse: -> [ID=0xa] Access
2024/10/22 07:22:09 DEBUG : fuse: <- Lookup [ID=0xc Node=0x1 Uid=65534 Gid=65534 Pid=1657] "desktop.ini"
2024/10/22 07:22:09 DEBUG : /: Lookup: name="desktop.ini"
2024/10/22 07:22:10 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2024/10/22 07:22:10 DEBUG : fuse: -> [ID=0xc] Lookup error=ENOENT
2024/10/22 07:22:10 DEBUG : fuse: <- Access [ID=0xe Node=0x1 Uid=65534 Gid=65534 Pid=1657] mask=0x1
2024/10/22 07:22:10 DEBUG : fuse: -> [ID=0xe] Access
2024/10/22 07:22:10 DEBUG : fuse: <- Lookup [ID=0x10 Node=0x1 Uid=65534 Gid=65534 Pid=1657] "desktop.ini"
2024/10/22 07:22:10 DEBUG : /: Lookup: name="desktop.ini"
2024/10/22 07:22:10 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2024/10/22 07:22:10 DEBUG : fuse: -> [ID=0x10] Lookup error=ENOENT
2024/10/22 07:22:10 DEBUG : fuse: <- Access [ID=0x12 Node=0x1 Uid=65534 Gid=65534 Pid=1657] mask=0x1
2024/10/22 07:22:10 DEBUG : fuse: -> [ID=0x12] Access
2024/10/22 07:22:10 DEBUG : fuse: <- Access [ID=0x14 Node=0x1 Uid=65534 Gid=65534 Pid=1657] mask=0x1
2024/10/22 07:22:10 DEBUG : fuse: -> [ID=0x14] Access
2024/10/22 07:22:10 DEBUG : fuse: <- Access [ID=0x16 Node=0x1 Uid=65534 Gid=65534 Pid=1657] mask=0x1
2024/10/22 07:22:10 DEBUG : fuse: -> [ID=0x16] Access
2024/10/22 07:22:10 DEBUG : fuse: <- Getxattr [ID=0x18 Node=0x1 Uid=65534 Gid=65534 Pid=1657] "system.posix_acl_access" 132
2024/10/22 07:22:10 DEBUG : fuse: -> [ID=0x18] Getxattr error=operation not supported
2024/10/22 07:22:10 DEBUG : fuse: <- Getxattr [ID=0x1a Node=0x1 Uid=65534 Gid=65534 Pid=1657] "system.posix_acl_default" 132
2024/10/22 07:22:10 DEBUG : fuse: -> [ID=0x1a] Getxattr error=operation not supported
2024/10/22 07:22:10 DEBUG : fuse: <- Getxattr [ID=0x1c Node=0x1 Uid=65534 Gid=65534 Pid=1657] "system.posix_acl_access" 132
2024/10/22 07:22:10 DEBUG : fuse: -> [ID=0x1c] Getxattr error=operation not supported
2024/10/22 07:22:10 DEBUG : fuse: <- Getxattr [ID=0x1e Node=0x1 Uid=65534 Gid=65534 Pid=1657] "system.posix_acl_default" 132
2024/10/22 07:22:10 DEBUG : fuse: -> [ID=0x1e] Getxattr error=operation not supported
2024/10/22 07:22:58 DEBUG : Google drive root '': Checking for changes on remote

Tried with fuse debugging but don't quite get the output. Lots of errors. Red herrings maybe?

how are you trying to access the share? windows explorer or what?

as i suggested, from the command line, mount the share and then list the share, without using rclone.

check out howto guide about rclone+smb
https://forum.rclone.org/t/how-to-access-smb-samba-with-rclone/42754

this works for me, notice that i specify the users, do not use nobody, no guest access, try that setup as a test.

[agent_vserver03_ro]
    path = /data/falconer_agents/vserver03/ro
    valid users = @agent_vserver03
    browsable = no
    read only = yes
    guest ok = no

I am trying to access it via windows explorer using a UNC path or drive mount. I can access the SMB share without any issues and mount it without any issues but when I mount the rclone drive to the share I can no longer access it. I don't believe it is an issue with the SMB mount as the issue only occurs when I use the rclone mount on the SMB share.

Here are the results from mounting it without the rclone drive mounted to the SMB share:

image

I can access it from windows explorer:

Then when I mount the rclone drive to the share it errors and says I don't have sufficient permissions:

Still getting a permission denied error... Not sure where to go from here. Is it a potential issue with the --allow-other switch?

did you read my howto guide about rclone+smb?
it offers multiple ways for rclone to access smb/samba.
should try them all and see what happens...

I've read the how to guide:

I've mounted it using this guide then tried to tree and I can see the folders in the share:

There are strange looking symbols where I am assuming the permissions should be.

I then mount the Gdrive to the SMB share and I get permission denied.

Mount command and location:

Error on windows client end:

Permission of SMB share before rclone mount:
image

Permission of SMB share after rclone mount:

image

The permissions look fine but again for some reason I am getting access denied hence my confusion.

Cheers

please, just copy and paste text, not to use hard to read screenshot snippets, ok?

post the exact command

i posted a working smb.conf example. including that it specifies a user, not guest

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