Issues rclone mount Mac Sequoia

What is the problem you are having with rclone?

Similar to the problem here Error code 100093 in macOS Sequoia

Given three options to use mount file system on Mac (on Apple M4)

  • nfsmount
    The directory is mounted and I can browse the content stored in remote directory. The issue is if I attempt to copy, a dialog shows up that continues to 'process'. This loading dialog is not typical progress bar but it keep processing and out of the blue, files are written into remote directory. My expectation were I would see some sort of 'progress' as the files are written or copied into the remote directory.

I do get tons of error message in the terminal, please view the snippet below:

"2025/01/19 19:10:57 ERROR : nfs: failing create to indicate lack of support for 'exclusive' mode.
"

Another EXTREMELY odd behavior is files (several MB) is copied immediately into remote cloud (Pcloud/Mail.ru cloud) I know for fact that my upload speed is no where close to instantly the said file. I instead expect some sort of 'progress' as the file is copied.

I have zero indication how long the file will take to upload.
Anyone know why is this the case?

  • macfuse

Does not work at all.

  • fuse-t

The moment I drag or copy a file from local dir to remote dir at the mount, I can this error message

"The operation can’t be completed because an unexpected error occurred (error code 100093)."

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

~ rclone version

rclone v1.69.0

  • os/version: darwin 15.2 (64 bit)

  • os/kernel: 24.2.0 (arm64)

  • os/type: darwin

  • os/arch: arm64 (ARMv8 compatible)

  • go/version: go1.23.4

  • go/linking: dynamic

  • go/tags: amount

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

PCloud
Mail RU Cloud

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

Paste command here

The rclone config contents with secrets removed.

rclone mount|nfsmount remote_pcloud:test-copy ./mount_pcloud  --vfs-cache-mode full ```


#### A log from the command with the `-vv` flag  

There are around ~444,000 lines and I have no idea why! Please view the truncated version below.

Paste log here


Full Log: https://u.pcloud.link/publink/show?code=XZWc0F5ZR4oqCtyyFr727jkiyjCgoJhTIA4y

update:

Mac native progress bar is displayed if I remove the vfs options.

I'm beginning to realize maybe rclone isn't to be used as mount but the correct way is to use via CLI? Is this true?

The file system mount does not work well or there is an issue with my rclone configuration.

From my experience the best option is FUSE-T. macFUSE is history and nfsmount has still some unresolved issues on macOS.

Instead of trying everything I would focus on one solution and remote. Make sure you uninstall macFUSE completely. Install the latest FUSE-T and post all details including your rclone confing file.

Instead of mounting all remote mount only one directory - it will make log file more manageable.

In terms of upload progress - there is none from UI. What you see is only progress saving files to cache. You could query rclone about upload status using rc interface - you will find plenty of examples on this forum.

And indeed if your goal is only copy/sync/move files to/from some remote then it is better to use command line. You will have much more control and visibility what is going on.

After coming across more material online, the general consensus is to use FUSE-T over macFUSE. If my understanding is correct, FUSE-T is the reimagined version of macFUSE.

I have uninstalled and restored Mac setting prior to what it was installing macFUSE. I am confident there is not more macFUSE in my computer.

By 'upload progress bar', I mean the built-in Finder way or Windows Explorer way of telling the user what percent of the file has been written to a given directory. I should point out again, I do get progress on file transfer which is realistic if I don't specify any VFS options.

Good suggestion, I did the exact same setup but this time, with just one remote to keep things simple (using pCloud as an example). The logs from -vv, after the initial copy as completed, i.e. as the copy progress bar continued, I think what the logs were saying, "xxxx bytes' copied, the progress in the dialog was okay. However, when the data transfer is completed, the progress bar on copied get stuck and I think it is waiting for a done signal. Please view screenshot below of the last step.

I should point out I had to force eject, or terminate the mount by CONTROL+C

Any idea what might be going on here? Maybe the dialog is waiting for 'completion' confirmation from the cloud? My gut feeling tells me there is an issue with completion signals.

I did with a smaller file, it completes eventually but it took a VERY long time after all the initial file has been copied.

command


➜ ~ rclone mount -o nonamedattr remote_pcloud:mac_drive ./mount_point -vv


....

2025/01/20 12:48:48 DEBUG : Thunderbird 128.6.0esr.dmg: waiting for in-sequence write to 155418624 for 1s

2025/01/20 12:48:48 DEBUG : /Thunderbird 128.6.0esr.dmg: >Write: n=32768

2025/01/20 12:48:48 DEBUG : Thunderbird 128.6.0esr.dmg: waiting for in-sequence write to 155516928 for 1s

2025/01/20 12:48:48 DEBUG : Thunderbird 128.6.0esr.dmg: waiting for in-sequence write to 155451392 for 1s

2025/01/20 12:48:48 DEBUG : Thunderbird 128.6.0esr.dmg: waiting for in-sequence write to 155418624 for 1s

2025/01/20 12:48:48 DEBUG : /Thunderbird 128.6.0esr.dmg: >Write: n=32768

2025/01/20 12:48:48 DEBUG : Thunderbird 128.6.0esr.dmg: waiting for in-sequence write to 155451392 for 1s

2025/01/20 12:48:48 DEBUG : Thunderbird 128.6.0esr.dmg: waiting for in-sequence write to 155484160 for 1s

2025/01/20 12:48:48 DEBUG : /Thunderbird 128.6.0esr.dmg: >Write: n=32768

2025/01/20 12:48:48 DEBUG : /Thunderbird 128.6.0esr.dmg: >Write: n=32768

2025/01/20 12:48:48 DEBUG : /Thunderbird 128.6.0esr.dmg: >Write: n=32768

2025/01/20 12:48:48 DEBUG : /Thunderbird 128.6.0esr.dmg: >Write: n=7060

2025/01/20 12:48:48 DEBUG : /Thunderbird 128.6.0esr.dmg: Fsync: datasync=true, fh=0x0

...

SEE FULL LOG FILE

...

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenEx: flags=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx

2025/01/20 12:50:48 DEBUG : ._Thunderbird 128.6.0esr.dmg: Open: flags=O_RDONLY

2025/01/20 12:50:48 DEBUG : ._Thunderbird 128.6.0esr.dmg: >Open: fd=._Thunderbird 128.6.0esr.dmg (r), err=<nil>

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenFile: fd=._Thunderbird 128.6.0esr.dmg (r), err=<nil>

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenEx: errc=0, fh=0x0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Flush: fh=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Flush: errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Release: fh=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Release: errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Getattr: fh=0xFFFFFFFFFFFFFFFF

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Getattr: errc=0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenEx: flags=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx

2025/01/20 12:50:48 DEBUG : ._Thunderbird 128.6.0esr.dmg: Open: flags=O_RDONLY

2025/01/20 12:50:48 DEBUG : ._Thunderbird 128.6.0esr.dmg: >Open: fd=._Thunderbird 128.6.0esr.dmg (r), err=<nil>

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenFile: fd=._Thunderbird 128.6.0esr.dmg (r), err=<nil>

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenEx: errc=0, fh=0x0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Flush: fh=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Flush: errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Release: fh=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Release: errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Getattr: fh=0xFFFFFFFFFFFFFFFF

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Getattr: errc=0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenEx: flags=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx

2025/01/20 12:50:48 DEBUG : ._Thunderbird 128.6.0esr.dmg: Open: flags=O_RDONLY

2025/01/20 12:50:48 DEBUG : ._Thunderbird 128.6.0esr.dmg: >Open: fd=._Thunderbird 128.6.0esr.dmg (r), err=<nil>

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenFile: fd=._Thunderbird 128.6.0esr.dmg (r), err=<nil>

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenEx: errc=0, fh=0x0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Flush: fh=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Flush: errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Release: fh=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Release: errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Getattr: fh=0xFFFFFFFFFFFFFFFF

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Getattr: errc=0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenEx: flags=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx

2025/01/20 12:50:48 DEBUG : ._Thunderbird 128.6.0esr.dmg: Open: flags=O_RDONLY

2025/01/20 12:50:48 DEBUG : ._Thunderbird 128.6.0esr.dmg: >Open: fd=._Thunderbird 128.6.0esr.dmg (r), err=<nil>

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenFile: fd=._Thunderbird 128.6.0esr.dmg (r), err=<nil>

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenEx: errc=0, fh=0x0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Flush: fh=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Flush: errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Release: fh=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Release: errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Getattr: fh=0xFFFFFFFFFFFFFFFF

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Getattr: errc=0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenEx: flags=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx

2025/01/20 12:50:48 DEBUG : ._Thunderbird 128.6.0esr.dmg: Open: flags=O_RDONLY

2025/01/20 12:50:48 DEBUG : ._Thunderbird 128.6.0esr.dmg: >Open: fd=._Thunderbird 128.6.0esr.dmg (r), err=<nil>

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenFile: fd=._Thunderbird 128.6.0esr.dmg (r), err=<nil>

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenEx: errc=0, fh=0x0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Flush: fh=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Flush: errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Release: fh=0x0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Release: errc=0

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: Getattr: fh=0xFFFFFFFFFFFFFFFF

2025/01/20 12:50:48 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Getattr: errc=0

2025/01/20 12:50:48 DEBUG : /: Statfs:

2025/01/20 12:50:48 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:48 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF

2025/01/20 12:50:48 DEBUG : /: >Getattr: errc=0

2025/01/20 12:50:50 DEBUG : /: Statfs:

2025/01/20 12:50:50 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:52 DEBUG : /: Statfs:

2025/01/20 12:50:52 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:52 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF

2025/01/20 12:50:52 DEBUG : /: >Getattr: errc=0

2025/01/20 12:50:57 DEBUG : /: Statfs:

2025/01/20 12:50:57 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:2883584 Bfree:2878766 Bavail:2878766 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0

2025/01/20 12:50:57 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF

2025/01/20 12:50:57 DEBUG : /: >Getattr: errc=0

2025/01/20 12:50:57 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenEx: flags=0x2

2025/01/20 12:50:57 DEBUG : /._Thunderbird 128.6.0esr.dmg: OpenFile: flags=O_RDWR, perm=-rwxrwxrwx

2025/01/20 12:50:57 DEBUG : ._Thunderbird 128.6.0esr.dmg: Open: flags=O_RDWR

2025/01/20 12:50:57 DEBUG : ._Thunderbird 128.6.0esr.dmg: >Open: fd=._Thunderbird 128.6.0esr.dmg (w), err=<nil>

2025/01/20 12:50:57 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenFile: fd=._Thunderbird 128.6.0esr.dmg (w), err=<nil>

2025/01/20 12:50:57 DEBUG : /._Thunderbird 128.6.0esr.dmg: >OpenEx: errc=0, fh=0x0

2025/01/20 12:50:57 DEBUG : /._Thunderbird 128.6.0esr.dmg: Write: ofst=0, fh=0x0

2025/01/20 12:50:57 ERROR : ._Thunderbird 128.6.0esr.dmg: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes

2025/01/20 12:50:57 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Write: n=-1

2025/01/20 12:50:57 DEBUG : /._Thunderbird 128.6.0esr.dmg: Flush: fh=0x0

2025/01/20 12:50:57 DEBUG : ._Thunderbird 128.6.0esr.dmg: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions

2025/01/20 12:50:57 ERROR : ._Thunderbird 128.6.0esr.dmg: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes

2025/01/20 12:50:57 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Flush: errc=-1

2025/01/20 12:50:57 DEBUG : /._Thunderbird 128.6.0esr.dmg: Release: fh=0x0

2025/01/20 12:50:57 DEBUG : ._Thunderbird 128.6.0esr.dmg: WriteFileHandle.Release closing

2025/01/20 12:50:57 DEBUG : /._Thunderbird 128.6.0esr.dmg: >Release: errc=0

short read on fuse device

2025/01/20 12:50:57 DEBUG : pcloud root 'mac_drive': Destroy:

2025/01/20 12:50:57 DEBUG : pcloud root 'mac_drive': >Destroy:

2025/01/20 12:50:57 ERROR : pcloud root 'mac_drive': Mount failed

2025/01/20 12:50:57 DEBUG : Not calling host.Unmount as mount already Destroyed

2025/01/20 12:50:57 DEBUG : Unmounted successfully

2025/01/20 12:50:57 ERROR : ./mount_point: Unmounted rclone mount

2025/01/20 12:50:57 CRITICAL: Fatal error: failed to umount FUSE fs: mount failed

Full log: 32mb

you need to use a vfs cache mode
--vfs-cache-mode=writes or --vfs-cache-mode=full


might check out my summary of rclone two vfs caches

--vfs-cache-mode=writes or --vfs-cache-mode=full

Enabling that disables 'progress' when copying files to remote.
If I do use VFS option, the write operation is 'instant' to the remote file system when the underlying copy/move operation hasn't been completed yet.

as already mentioned, there is no easy way to monitor the upload progress using rclone mount
tho that would be a nice feature.

correct.

Thank you.

I will close this thread now since it is a limitation of rclone.

I will stick to using rclone using cli. The progress using -P is superb.

so is --progress-terminal-title


well, also, net use and subst did not work.


another workaround might be using mklink

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