What is the problem you are having with rclone?
After mounting vfs using rclone rc mount command the vfs/stat is showing wrong permission for Directory permission.
"opt": {
"BlockNormDupes": false,
"CacheMaxAge": 1800000000000000,
"CacheMaxSize": 21474836480,
"CacheMinFreeSpace": -1,
"CacheMode": 3,
"CachePollInterval": 60000000000,
"CaseInsensitive": false,
"ChunkSize": 536870912,
"ChunkSizeLimit": -1,
"DirCacheTime": 1800000000000000,
**"DirPerms": 2147484157**,
"DiskSpaceTotalSize": -1,
"FastFingerprint": false,
"FilePerms": 644,
"GID": 1002,
"NoChecksum": false,
"NoModTime": false,
"NoSeek": false,
"PollInterval": 60000000000,
"ReadAhead": 0,
"ReadOnly": false,
"ReadWait": 20000000,
"Refresh": false,
"UID": 1002,
"Umask": 2,
"UsedIsSize": false,
"WriteBack": 5000000000,
"WriteWait": 1000000000
}
Run the command 'rclone version' and share the full output of the command.
rclone v1.66.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.5.0-1021-oracle (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.22.1
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Onedrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone rc --rc-addr=127.0.0.1:45250 --rc-user=nirzak --rc-pass=nirjas724! mount/mount fs=odrive: mountPoint=/plex vfsOpt='{"CacheMode": 3, "DirCacheTime": 1800000000000000, "ChunkSize": 536870912, "ChunkSizeLimit": -1, "CacheMaxAge": 1800000000000000, "DirPerms": 755, "FilePerms": 644, "CacheMaxSize": 21474836480, "PollInterval": 60000000000}' mountOpt='{"AllowOther": true}'
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[dbox]
type = dropbox
token = XXX
[obox]
type = onedrive
client_id = XXX
client_secret = XXX
token = XXX
drive_id = XXX
chunk_size = 120M
drive_type = business
[odrive]
type = onedrive
token = XXX
drive_id = XXX
chunk_size = 120M
drive_type = business
### Double check the config for sensitive info before posting publicly