You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am copying several multi-gigabyte multimedia files from the FreeBSD disk to the mounted slow FAT (msdosfs) disk.
All files happen to have the "wheel" group, while FAT doesn't support groups.
'rsync -rav' first complains about failing chgrp, but then it prints this for one of the large files:
rsync error: error in file IO (code 11) at receiver.c(380) [receiver=3.3.0]
rsync: [sender] write error: Broken pipe (32)
Either chgrp failures cause this failure, or slowness of the disk causes it.
Version: 3.4.1
FreeBSD 14.2
The text was updated successfully, but these errors were encountered:
I am copying several multi-gigabyte multimedia files from the FreeBSD disk to the mounted slow FAT (msdosfs) disk.
All files happen to have the "wheel" group, while FAT doesn't support groups.
'rsync -rav' first complains about failing chgrp, but then it prints this for one of the large files:
Either chgrp failures cause this failure, or slowness of the disk causes it.
Version: 3.4.1
FreeBSD 14.2
The text was updated successfully, but these errors were encountered: