I've tested this with two source filesystems:
- An NTFS filesystem mounted with
ntfs-3g under ubuntu
- An ext4 filesystem mounted under ubuntu.
The destination filesystem is an ext4 filesystem mounted under debian and exposed as a network share with samba.
The version of vifm is 12.0. It's the default package from ubuntu 23.10.
The number of entries in the selection doesn't seem to change the behavior. I get the same result whether it's one entry or a dozen.
If I use the default :copy command, I get a dialog for each file in the selection, with no option to ignore future issues.
If I put the job in the background with :copy & I get periodic dialogs with different subsets of files in the selection. These dialogs do have a message that Ctrl-C can ignore future dialogs.
Sample modal text from :copy
Background Process Error
cp: preserving times for '/home/xxx/FS/scratch/a': Operation not permitted
Press Return to continue
Sample modal text from :copy &
Background Process Error
cp: preserving times for '/home/xxx/FS/scratch/a': Operation not permitted
cp: preserving times for '/home/xxx/FS/scratch/b': Operation not permitted
cp: preserving times for '/home/xxx/FS/scratch/c': Operation not permitted
cp: preserving times for '/home/xxx/FS/scratch/d': Operation not permitted
cp: preserving times for '/home/xxx/FS/scratch/e': Operation not permitted
cp: preserving times for '/home/xxx/FS/scratch/f': Operation not permitted
Press Return to continue or Ctrl-C to skip its future error messages