Skip to content

Reproducible error "[sender] write error: Broken pipe (32)" when copying into the mounted FAT disk #756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
yurivict opened this issue Apr 24, 2025 · 0 comments

Comments

@yurivict
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant