Comment 0 for bug 18562

Revision history for this message
Allison Karlitskaya (desrt) wrote :

I was trying to copy a file with a '?' in the filename to my vorbis player which
is a USB device (nicely automounted by Ubuntu) with a VFAT filesystem on it.

---------------------------------------
         Error While Copying
---------------------------------------
  Error "Invalid parameters" while
  copying "/home/desrt...iou.ogg".

  Would you like to continue?

       [ Skip ] [ Cancel ] [ Retry ]
---------------------------------------

This error message confuses me an awful lot. As far as I know, I'm performing a
valid operation to a device that has enough free space. I don't know that VFAT
doesn't support certain characters and this error message doesn't make that fact
any more obvious to me. The only-slightly-guessable filename isn't even the one
that had the '?' in it (and in fact, the shown filename was transfered
successfully!).

More to the point: it should 'just work'. Something (nautilus, kernel) should
just change the ? to a _ or remove it entirely.

I tried adding 'check=relaxed' to the mount options (which the mount manpage
seems to suggest might help) but it had no effect.