Mario Marietto
2024-Dec-23 10:14 UTC
rsync: [sender] read errors mapping "file" : Input/output error (5)
>As it's just a single file you're trying to copy, why not use cp? >Although I expect that cp will also throw an IO error at some point.Yes,I tried cp and I got the same error,that usually happens before rsync,that is able to complete the transfer until 99%. I've detached and reattached the USB disks,but I still see the error. On Mon, Dec 23, 2024 at 11:07?AM Paul Slootman via rsync < rsync at lists.samba.org> wrote:> On Mon 23 Dec 2024, Mario Marietto via rsync wrote: > > > > Everytime I try to copy a file from one USB disk to another one (does not > > matter which one),I get this kind of error : > > > > > > mario at Z390-AORUS-PRO-DEST:/mnt/zroot-133/A_FILES/Backup/FreeBSD# rsync > > -avxHAXP FreeBSD-141-UFS-sdc-DarkMatter.img > > /mnt/sdj1/OS/Backup/BSD/FreeBSD --ignore-existing > > > > sending incremental file list > > FreeBSD-141-UFS-sdc-DarkMatter.img > > > > 320,072,933,376 100% 83.57MB/s 1:00:52 (xfr#1, to-chk=0/1) > > rsync: [sender] read errors mapping > > > "/mnt/zroot-133/A_FILES/Backup/FreeBSD/FreeBSD-141-UFS-sdc-DarkMatter.img": > > Input/output error (5) > > Input/output error (5) usually indicates some hardware problem, not > related to the application. > > As it's just a single file you're trying to copy, why not use cp? > Although I expect that cp will also throw an IO error at some point. > > You could use --inplace --append --partial with rsync and repeat the > command until it finally completes. > > > Paul > > -- > Please use reply-all for most replies to avoid omitting the mailing list. > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html >-- Mario. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20241223/486c24ce/attachment.htm>
Mario Marietto
2024-Dec-23 10:30 UTC
rsync: [sender] read errors mapping "file" : Input/output error (5)
Happened again : root at Z390-AORUS-PRO-DEST:/mnt/zroot-133/A_FILES/Backup/FreeBSD# sudo rsync -azvvP FreeBSD-141-UFS-sdc-DarkMatter.img /mnt/sdj1/OS/Backup/BSD/FreeBSD sending incremental file list delta-transmission disabled for local transfer or --whole-file FreeBSD-141-UFS-sdc-DarkMatter.img 320,072,933,376 *100%* 80.31MB/s 1:03:20 (xfr#1, to-chk=0/1) rsync: [sender] read errors mapping "/mnt/zroot-133/A_FILES/Backup/FreeBSD/FreeBSD-141-UFS-sdc-DarkMatt er.img": Input/output error (5) WARNING: FreeBSD-141-UFS-sdc-DarkMatter.img failed verification -- update discarded (will try again). FreeBSD-141-UFS-sdc-DarkMatter.img 2,391,146,496 0% 183.65MB/s 0:28:09 ^C On Mon, Dec 23, 2024 at 11:14?AM Mario Marietto <marietto2008 at gmail.com> wrote:> >As it's just a single file you're trying to copy, why not use cp? > >Although I expect that cp will also throw an IO error at some point. > > Yes,I tried cp and I got the same error,that usually happens before > rsync,that is able to complete the transfer until 99%. > I've detached and reattached the USB disks,but I still see the error. > > On Mon, Dec 23, 2024 at 11:07?AM Paul Slootman via rsync < > rsync at lists.samba.org> wrote: > >> On Mon 23 Dec 2024, Mario Marietto via rsync wrote: >> > >> > Everytime I try to copy a file from one USB disk to another one (does >> not >> > matter which one),I get this kind of error : >> > >> > >> > mario at Z390-AORUS-PRO-DEST:/mnt/zroot-133/A_FILES/Backup/FreeBSD# rsync >> > -avxHAXP FreeBSD-141-UFS-sdc-DarkMatter.img >> > /mnt/sdj1/OS/Backup/BSD/FreeBSD --ignore-existing >> > >> > sending incremental file list >> > FreeBSD-141-UFS-sdc-DarkMatter.img >> > >> > 320,072,933,376 100% 83.57MB/s 1:00:52 (xfr#1, to-chk=0/1) >> > rsync: [sender] read errors mapping >> > >> "/mnt/zroot-133/A_FILES/Backup/FreeBSD/FreeBSD-141-UFS-sdc-DarkMatter.img": >> > Input/output error (5) >> >> Input/output error (5) usually indicates some hardware problem, not >> related to the application. >> >> As it's just a single file you're trying to copy, why not use cp? >> Although I expect that cp will also throw an IO error at some point. >> >> You could use --inplace --append --partial with rsync and repeat the >> command until it finally completes. >> >> >> Paul >> >> -- >> Please use reply-all for most replies to avoid omitting the mailing list. >> To unsubscribe or change options: >> https://lists.samba.org/mailman/listinfo/rsync >> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html >> > > > -- > Mario. >-- Mario. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20241223/ae821c4e/attachment.htm>
Seemingly Similar Threads
- rsync: [sender] read errors mapping "file" : Input/output error (5)
- rsync: [sender] read errors mapping "file" : Input/output error (5)
- Re: rsync: [sender] read errors mapping "file" : Input/output error (5)
- rsync: [sender] read errors mapping "file" : Input/output error (5)
- rsync: [sender] read errors mapping "file" : Input/output error (5)