GNU bug report logs -
#28036
cp: suppress duplicated errors, silence errors completely
Previous Next
Full log
View this message in rfc822 format
Two related things...
Tried to copy a dir from my linux Music folder to my portable player.
Linux uses XFS. Player uses VFAT.
Wanted to copy all available & supported meta info from source to dir,
cp -af
> cp -a Valkyrja /l/
cp: preserving permissions for ‘/l/Valkyrja/folder.jpg’: Not supported
cp: preserving permissions for ‘/l/Valkyrja/01 Valkyrja(ヴァルキリア).
flac’: Not supported
cp: preserving permissions for ‘/l/Valkyrja/02 妖精帝國.flac’: Not supported
cp: preserving permissions for ‘/l/Valkyrja/Scans/mo07.jpg’: Not supported
cp: preserving permissions for ‘/l/Valkyrja/Scans/mo05.jpg’: Not supported
cp: preserving permissions for ‘/l/Valkyrja/Scans/mo06.jpg’: Not supported
cp: preserving permissions for ‘/l/Valkyrja/Scans/mo01.jpg’: Not supported
...
1) If Target file system doesn't support preserving permissions,
is it really necessary to display the problem with the target
filesystem with each item copied?
2) It used to be that 'f' silenced such errors, but posix redefined
the switch's behavior to no longer do that. So... how about
adding the behavior(s) back with a 'F' switch, to attempt to a) force
the copy, b) silence errors, and perhaps, even, c) ignore errors and
continue running as though the errors didn't occur?
Thanks...
linda
This bug report was last modified 6 years and 232 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.