On Fri, Nov 10, 2017 at 10:21:51AM +0000, trebol wrote: > Hello, > > I'd appreciate it if someone could tell me how to copy a file from a ntfs > partition with a colon in its name. This character is used to get files > attributes, and I can't find a way to avoid it.
I may remember wrong, but ":" is not an allowed character in ntfs file names, isn't it? Reserved characters are something like <>:"/\|?* plus anything with the char value between 0 and 31. Martin