I’m pretty sure all the Linux filesystems I’ve ever used don’t care about tilde. You might have to escape it or quote it if you’re typing it into a shell, since the shell might try to replace it with your homedir, but I don’t think the FS cares.
On my ext4 FS I was able to touch me~ow just now with no issues.
It’s something to do with the extraction not liking it, when I run the same disc through the same program on windows it runs fine but doing it on Linux throws an error.
I’m pretty sure all the Linux filesystems I’ve ever used don’t care about tilde. You might have to escape it or quote it if you’re typing it into a shell, since the shell might try to replace it with your homedir, but I don’t think the FS cares.
On my ext4 FS I was able to
touch me~owjust now with no issues.It’s something to do with the extraction not liking it, when I run the same disc through the same program on windows it runs fine but doing it on Linux throws an error.