Practice
Error when copying in ubunutu.
To figure out this problem, you need to check what filesystem is used for /media. It's possible that it doesn't support colons in file names, which means the file name must not contain characters that are invalid in FAT32 — for example, the invalid characters colon, slashes, quotes — and you need to copy it like this
Comments