Unable to edit files on rclone mounted drive

What is the problem you are having with rclone?

We are able to mount AWS S3 bucket using rclone on AWS AppStream service. But, users are unable to edit and save files on mounted drive. Tried with '--file-perms 0777' and '--dir-perms 0777'. These settings didn't help us. Tried rclone 1.65 as well. Is it possible to edit and save files on rclone mounted drive? Can any one suggest solution for this issue please?

Run the command 'rclone version' and share the full output of the command.

rclone v1.65.0

  • os/version: Microsoft Windows Server 2019 Datacenter 1809 (64 bit)
  • os/kernel: 10.0.17763.4377 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.21.4
  • go/linking: static
  • go/tags: cmount

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

AWS S3

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

mount remote:s3_mount_v1/dirname/ Z: --vfs-cache-mode full --volname samplevol  --no-console --vfs-cache-max-age 1m --cache-dir c:\cache_dir --log-file c:\mount_log.txt

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[s3_mount_v1]
type = s3
provider = AWS
profile = default
region = us-east-1
acl = private
env_auth = true

A log from the command that you were trying to run with the -vv flag

2023/12/08 13:09:08 DEBUG : rclone: Version "v1.65.0" starting with parameters ["C:\\SessionCustomConfigs\\Libs\\rclone\\rclone.exe" "mount" "remote:s3_mount_v1/dirname/" "Z:" "--vfs-cache-mode" "full" "--volname" "samplevol" "--no-console" "--vfs-cache-max-age" "1m" "-vv" "--cache-dir" "C:\\cache_dir" "--log-file" "C:\\mount_log.txt"]
2023/12/08 13:09:08 DEBUG : Creating backend with remote "remote:s3_mount_v1/dirname/"
2023/12/08 13:09:08 DEBUG : Using config file from "C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\\rclone\\rclone.conf"
2023/12/08 13:09:08 DEBUG : fs cache: renaming cache item "remote:s3_mount_v1/dirname/" to be canonical "remote:s3_mount_v1/dirname"
2023/12/08 13:09:08 INFO  : S3 bucket s3_mount_v1 path dirname: poll-interval is not supported by this remote
2023/12/08 13:09:08 DEBUG : vfs cache: root is "C:\\cache_dir"
2023/12/08 13:09:08 DEBUG : vfs cache: data root is "\\\\?\\C:\\cache_dir\\vfs\\remote\\s3_mount_v1\\dirname"
2023/12/08 13:09:08 DEBUG : vfs cache: metadata root is "\\\\?\\C:\\cache_dir\\vfsMeta\\remote\\s3_mount_v1\\dirname"
2023/12/08 13:09:08 DEBUG : Creating backend with remote "C:/cache_dir/vfs/remote/s3_mount_v1/dirname"
2023/12/08 13:09:08 DEBUG : fs cache: renaming cache item "C:/cache_dir/vfs/remote/s3_mount_v1/dirname" to be canonical "//?/C:/cache_dir/vfs/remote/s3_mount_v1/dirname"
2023/12/08 13:09:08 DEBUG : Creating backend with remote "C:/cache_dir/vfsMeta/remote/s3_mount_v1/dirname"
2023/12/08 13:09:08 DEBUG : fs cache: renaming cache item "C:/cache_dir/vfsMeta/remote/s3_mount_v1/dirname" to be canonical "//?/C:/cache_dir/vfsMeta/remote/s3_mount_v1/dirname"
2023/12/08 13:09:08 DEBUG : Network mode mounting is disabled
2023/12/08 13:09:08 DEBUG : Mounting on "Z:" ("dirname")
2023/12/08 13:09:08 DEBUG : S3 bucket s3_mount_v1 path dirname: Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=dirname"]
2023/12/08 13:09:08 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2023/12/08 13:09:08 DEBUG : S3 bucket s3_mount_v1 path dirname: Init: 
2023/12/08 13:09:08 DEBUG : S3 bucket s3_mount_v1 path dirname: >Init: 
2023/12/08 13:09:08 DEBUG : /: Statfs: 
2023/12/08 13:09: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
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Readlink: 
2023/12/08 13:09:08 DEBUG : /: >Readlink: linkPath="", errc=-40
2023/12/08 13:09:08 DEBUG : /: Getxattr: name="non-existant-a11ec902d22f4ec49003af15282d3b00"
2023/12/08 13:09:08 DEBUG : /: >Getxattr: errc=-40, value=""
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Opendir: 
2023/12/08 13:09:08 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:08 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:08 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:08 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:08 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Opendir: 
2023/12/08 13:09:08 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:08 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:08 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:08 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:08 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Opendir: 
2023/12/08 13:09:08 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:08 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:08 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:08 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:08 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:11 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /autorun.inf: >Getattr: errc=-2
2023/12/08 13:09:11 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /autorun.inf: >Getattr: errc=-2
2023/12/08 13:09:11 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /autorun.inf: >Getattr: errc=-2
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Opendir: 
2023/12/08 13:09:11 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:11 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:11 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:11 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:11 DEBUG : /: >Releasedir: errc=0

hi,

sure, that is a common usage.

that does not look correct?
in your config, there is not an entry named remote, but there is s3_mount_v1
so based on your config, the valid path would be something like s3_mount_v1:dirname

that is lacking detail, please explain in detail?


--- why choose --vfs-cache-max-age 1m, instead of using defaults?
--- there is nothing in the debug log snippet, that shows an attempt to open/edit a file?
--- make sure to use latest winfsp.

I had some organization data which I am not supposed to mention here. While editing the log, I misplaced this. Yes. It is 's3_mount_v1:dirname' even in my original log file.

Lets say, S3 bucket has some 10 txt files. These files are mounted on to rclone drive using 'rclone mount' command. Users are able to open any file and see the content. But when they try to edit any file and save the file, system is not allowing them to do.

We had some issues in mounting big size files present in S3 bucket while mounting using rclone. This setting worked for us. We will remove after evaluating root cause.

We are on 'winfsp-2.0.23075'

Pasting there entire log.

2023/12/08 13:09:08 DEBUG : rclone: Version "v1.65.0" starting with parameters ["C:\\SessionCustomConfigs\\Libs\\rclone\\rclone.exe" "mount" "s3_mount_v1:dirname" "Z:" "--vfs-cache-mode" "full" "--volname" "samplevol" "--no-console" "--vfs-cache-max-age" "1m" "-vv" "--cache-dir" "C:\\cache_dir" "--log-file" "C:\\mount_log.txt"]
2023/12/08 13:09:08 DEBUG : Creating backend with remote "remote:s3_mount_v1/dirname/"
2023/12/08 13:09:08 DEBUG : Using config file from "C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\\rclone\\rclone.conf"
2023/12/08 13:09:08 DEBUG : fs cache: renaming cache item "remote:s3_mount_v1/dirname/" to be canonical "remote:s3_mount_v1/dirname"
2023/12/08 13:09:08 INFO  : S3 bucket s3_mount_v1 path dirname: poll-interval is not supported by this remote
2023/12/08 13:09:08 DEBUG : vfs cache: root is "C:\\cache_dir"
2023/12/08 13:09:08 DEBUG : vfs cache: data root is "\\\\?\\C:\\cache_dir\\vfs\\remote\\s3_mount_v1\\dirname"
2023/12/08 13:09:08 DEBUG : vfs cache: metadata root is "\\\\?\\C:\\cache_dir\\vfsMeta\\remote\\s3_mount_v1\\dirname"
2023/12/08 13:09:08 DEBUG : Creating backend with remote "C:/cache_dir/vfs/remote/s3_mount_v1/dirname"
2023/12/08 13:09:08 DEBUG : fs cache: renaming cache item "C:/cache_dir/vfs/remote/s3_mount_v1/dirname" to be canonical "//?/C:/cache_dir/vfs/remote/s3_mount_v1/dirname"
2023/12/08 13:09:08 DEBUG : Creating backend with remote "C:/cache_dir/vfsMeta/remote/s3_mount_v1/dirname"
2023/12/08 13:09:08 DEBUG : fs cache: renaming cache item "C:/cache_dir/vfsMeta/remote/s3_mount_v1/dirname" to be canonical "//?/C:/cache_dir/vfsMeta/remote/s3_mount_v1/dirname"
2023/12/08 13:09:08 DEBUG : Network mode mounting is disabled
2023/12/08 13:09:08 DEBUG : Mounting on "Z:" ("dirname")
2023/12/08 13:09:08 DEBUG : S3 bucket s3_mount_v1 path dirname: Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=dirname"]
2023/12/08 13:09:08 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2023/12/08 13:09:08 DEBUG : S3 bucket s3_mount_v1 path dirname: Init: 
2023/12/08 13:09:08 DEBUG : S3 bucket s3_mount_v1 path dirname: >Init: 
2023/12/08 13:09:08 DEBUG : /: Statfs: 
2023/12/08 13:09: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
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Readlink: 
2023/12/08 13:09:08 DEBUG : /: >Readlink: linkPath="", errc=-40
2023/12/08 13:09:08 DEBUG : /: Getxattr: name="non-existant-a11ec902d22f4ec49003af15282d3b00"
2023/12/08 13:09:08 DEBUG : /: >Getxattr: errc=-40, value=""
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Opendir: 
2023/12/08 13:09:08 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:08 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:08 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:08 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:08 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Opendir: 
2023/12/08 13:09:08 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:08 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:08 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:08 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:08 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:08 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:08 DEBUG : /: Opendir: 
2023/12/08 13:09:08 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:08 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:08 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:08 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:08 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:11 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /autorun.inf: >Getattr: errc=-2
2023/12/08 13:09:11 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /autorun.inf: >Getattr: errc=-2
2023/12/08 13:09:11 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /autorun.inf: >Getattr: errc=-2
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Opendir: 
2023/12/08 13:09:11 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:11 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:11 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:11 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:11 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:11 DEBUG : /AutoRun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /AutoRun.inf: >Getattr: errc=-2
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Opendir: 
2023/12/08 13:09:11 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:11 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:11 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:11 DEBUG : /: Statfs: 
2023/12/08 13:09:11 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
2023/12/08 13:09:11 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:11 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Opendir: 
2023/12/08 13:09:11 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:11 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:11 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:11 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:11 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Opendir: 
2023/12/08 13:09:11 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:11 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:11 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:11 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:11 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:11 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:11 DEBUG : /: Opendir: 
2023/12/08 13:09:11 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:11 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:11 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:11 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:11 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:13 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:13 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:13 DEBUG : /: Opendir: 
2023/12/08 13:09:13 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:13 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:13 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:13 DEBUG : /: Statfs: 
2023/12/08 13:09: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
2023/12/08 13:09:13 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:13 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:13 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:13 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:13 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:13 DEBUG : /: Opendir: 
2023/12/08 13:09:13 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:13 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:13 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:13 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:13 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:14 DEBUG : /desktop.ini: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /desktop.ini: >Getattr: errc=-2
2023/12/08 13:09:14 DEBUG : /: Releasedir: fh=0x0
2023/12/08 13:09:14 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x2
2023/12/08 13:09:14 DEBUG : /: Readdir: ofst=0, fh=0x1
2023/12/08 13:09:14 DEBUG : /: >Readdir: items=6, errc=0
2023/12/08 13:09:14 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:14 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:14 DEBUG : /: Statfs: 
2023/12/08 13:09:14 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
2023/12/08 13:09:14 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:14 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:14 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:14 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:14 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:14 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:14 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:14 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:14 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:14 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:14 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:14 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:14 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:14 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:14 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:14 DEBUG : /: Opendir: 
2023/12/08 13:09:14 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:14 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:14 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:14 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:14 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Opendir: 
2023/12/08 13:09:16 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:16 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : /: Statfs: 
2023/12/08 13:09:16 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
2023/12/08 13:09:16 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:16 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Opendir: 
2023/12/08 13:09:16 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:16 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:16 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Opendir: 
2023/12/08 13:09:16 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:16 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:16 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenEx: flags=0x0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : conf.txt: Open: flags=O_RDONLY
2023/12/08 13:09:16 DEBUG : conf.txt: newRWFileHandle: 
2023/12/08 13:09:16 DEBUG : conf.txt: >newRWFileHandle: err=<nil>
2023/12/08 13:09:16 DEBUG : conf.txt: >Open: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenFile: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenEx: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: Flush: fh=0x1
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f340): RWFileHandle.Flush
2023/12/08 13:09:16 DEBUG : /conf.txt: >Flush: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Release: fh=0x1
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f340): RWFileHandle.Release
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Opendir: 
2023/12/08 13:09:16 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:16 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:16 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f340): close: 
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f340): >close: err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >Release: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenEx: flags=0x0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : conf.txt: Open: flags=O_RDONLY
2023/12/08 13:09:16 DEBUG : conf.txt: newRWFileHandle: 
2023/12/08 13:09:16 DEBUG : conf.txt: >newRWFileHandle: err=<nil>
2023/12/08 13:09:16 DEBUG : conf.txt: >Open: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenFile: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenEx: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Flush: fh=0x1
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f3c0): RWFileHandle.Flush
2023/12/08 13:09:16 DEBUG : /conf.txt: >Flush: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Release: fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f3c0): RWFileHandle.Release
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f3c0): close: 
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenEx: flags=0x0
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f3c0): >close: err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : /conf.txt: >Release: errc=0
2023/12/08 13:09:16 DEBUG : conf.txt: Open: flags=O_RDONLY
2023/12/08 13:09:16 DEBUG : conf.txt: newRWFileHandle: 
2023/12/08 13:09:16 DEBUG : conf.txt: >newRWFileHandle: err=<nil>
2023/12/08 13:09:16 DEBUG : conf.txt: >Open: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenFile: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenEx: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: Flush: fh=0x1
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a21140): RWFileHandle.Flush
2023/12/08 13:09:16 DEBUG : /conf.txt: >Flush: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Release: fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a21140): RWFileHandle.Release
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a21140): close: 
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a21140): >close: err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >Release: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenEx: flags=0x0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : conf.txt: Open: flags=O_RDONLY
2023/12/08 13:09:16 DEBUG : conf.txt: newRWFileHandle: 
2023/12/08 13:09:16 DEBUG : conf.txt: >newRWFileHandle: err=<nil>
2023/12/08 13:09:16 DEBUG : conf.txt: >Open: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenFile: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenEx: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: Flush: fh=0x1
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f480): RWFileHandle.Flush
2023/12/08 13:09:16 DEBUG : /conf.txt: >Flush: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Release: fh=0x1
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f480): RWFileHandle.Release
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f480): close: 
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f480): >close: err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >Release: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenEx: flags=0x0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : conf.txt: Open: flags=O_RDONLY
2023/12/08 13:09:16 DEBUG : conf.txt: newRWFileHandle: 
2023/12/08 13:09:16 DEBUG : conf.txt: >newRWFileHandle: err=<nil>
2023/12/08 13:09:16 DEBUG : conf.txt: >Open: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenFile: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenEx: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: Flush: fh=0x1
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a21180): RWFileHandle.Flush
2023/12/08 13:09:16 DEBUG : /conf.txt: >Flush: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: Release: fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a21180): RWFileHandle.Release
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a21180): close: 
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a21180): >close: err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: >Release: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenEx: flags=0x0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : conf.txt: Open: flags=O_RDONLY
2023/12/08 13:09:16 DEBUG : conf.txt: newRWFileHandle: 
2023/12/08 13:09:16 DEBUG : conf.txt: >newRWFileHandle: err=<nil>
2023/12/08 13:09:16 DEBUG : conf.txt: >Open: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenFile: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenEx: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: Flush: fh=0x1
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f680): RWFileHandle.Flush
2023/12/08 13:09:16 DEBUG : /conf.txt: >Flush: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenEx: flags=0x0
2023/12/08 13:09:16 DEBUG : /conf.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : conf.txt: Open: flags=O_RDONLY
2023/12/08 13:09:16 DEBUG : conf.txt: newRWFileHandle: 
2023/12/08 13:09:16 DEBUG : conf.txt: >newRWFileHandle: err=<nil>
2023/12/08 13:09:16 DEBUG : conf.txt: >Open: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: Release: fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenFile: fd=conf.txt (rw), err=<nil>
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f680): RWFileHandle.Release
2023/12/08 13:09:16 DEBUG : /conf.txt: >OpenEx: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f680): close: 
2023/12/08 13:09:16 DEBUG : conf.txt(0xc00012f680): >close: err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >Release: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Flush: fh=0x1
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a211c0): RWFileHandle.Flush
2023/12/08 13:09:16 DEBUG : /conf.txt: >Flush: errc=0
2023/12/08 13:09:16 DEBUG : /conf.txt: Release: fh=0x1
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a211c0): RWFileHandle.Release
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a211c0): close: 
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : conf.txt(0xc000a211c0): >close: err=<nil>
2023/12/08 13:09:16 DEBUG : /conf.txt: >Release: errc=0
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Opendir: 
2023/12/08 13:09:16 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:16 DEBUG : /: >Opendir: errc=0, fh=0x1
2023/12/08 13:09:16 DEBUG : /conf.txt: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /conf.txt: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Releasedir: fh=0x1
2023/12/08 13:09:16 DEBUG : /: >Releasedir: errc=0
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/12/08 13:09:16 DEBUG : /: >Getattr: errc=0
2023/12/08 13:09:16 DEBUG : /: Opendir: 
2023/12/08 13:09:16 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2023/12/08 13:09:16 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2023/12/08 13:09:16 DEBUG : /: >Opendir: errc=0, fh=0x1

please understand, we cannot see into your machine.
again, no idea you mean, no idea what is system ?
maybe post a screenshot or some detail???


--- from the log, i see that conf.txt is opened.
--- what app are you editing that text file, notepad or what?

When users open and edit any file, system/operating system is showing 'save as' dialog box to save the file. Its not allowing them to 'save' when they click on 'save' button. It says 'permission denied'. Attached screenshots


Yes. Notepad. But, different users may use different applications to save their files based on file type

the rclone command is run as system user.
the notepad app is run as non-system user.
i believe that is the problem.

try adding this to the mount command
-o UserName=Administrator -o GroupName="Authenticated Users" -o FileSecurity="D:P(A;;FA;;;WD)"

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