I can't create a mount point if the path contains some Latin-script characters like č, ř, š,... etc.
I've tried quotes:
Result:
Or ascii (\283 = ě):
Result: Create mount point with path
Characters with acute (like á, í, é, etc.) will pass. But then the...
Read more
I've tried quotes:
Code:
pct set 100 -mp0 /mnt/disk/"ě",mp=/mnt/folder
Wide character in print at /usr/share/perl5/PVE/Tools.pm line 290.Or ascii (\283 = ě):
Code:
pct set 100 -mp0 /mnt/disk/\283,mp=/mnt/folder
/mnt/disk/283, so the ascii codes don't work here.Characters with acute (like á, í, é, etc.) will pass. But then the...
Read more