What is the problem you are having with rclone?
when mounting a remote the directories or filenames that have the special character "?" in their name is shown up as "" instead any ideas how I can fix this? I have enabled unicode_normalization = true in the local remotes but it doesn't do anything to help with displaying the character properly.
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.0
- os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
- os/kernel: 10.0.19045.3693 (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)
Local
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount union: H: --vfs-cache-mode off --dir-cache-time=5s --buffer-size 1G --network-mode -vv
[Disk1]
type = local
local_root = \\192.168.11.1\disk1\Backup
[Disk2]
type = local
local_root = \\192.168.11.1\disk2\Backup
[Disk3]
type = local
local_root = \\192.168.11.1\disk3\Backup
[Disk4]
type = local
local_root = \\192.168.11.1\disk4\Backup
[Disk5]
type = local
local_root = \\192.168.11.1\disk5\Backup
[union]
type = union
action_policy = mfs
create_policy = mfs
search_policy = mfs
cache_time = 120
upstreams = Disk1:\\192.168.11.1\disk1\Backup Disk2:\\192.168.11.1\disk2\Backup Disk3:\\192.168.11.1\disk3\Backup Disk4:\\192.168.11.1\disk4\Backup Disk5:\\192.168.11.1\disk5\Backup