GNOME Bugzilla – Bug 145486
Cannot move files with question marks in filename
Last modified: 2004-12-22 21:47:04 UTC
At a shell: $ echo hello > test.me In Nautilus, try to move the file to another directory. Nautilus fails and offers to Skip, Cancel or Retry. I would expect the file to be moved. This problem may also apply with copy (can't test at the moment, using a Windows machine). Thankfully, if skip is pressed Nautilus does not delete the original file. But it can be combined with another bug (will submit shortly) to cause data loss. Am using the current Debian packages from unstable on x86. I believe it's Nautilus 2.6.3-1.
Sorry, filename should have been test?me, not test.me
Ah, forget it. Not a bug with Nautilus. It is a limitation of the FAT filesystem I was copying to (doesn't allow ? in filenames). I have however verified the data loss reported in bug 145487, where you copy a directory with multiple files, one of which contains a ? in the filename, to a FAT filesystem.