It is saying some sort of IO error occurred when trying to get the
current working directory. If you have already made sure that directory
exists you should check the consistency of your disks. I remember having
similar errors when working with disks with bad sectors and floppy disks.


On 05/19/2018 07:43 PM, John Jason Jordan wrote:
> I have a 2-bay Mediasonic that is mounted as "Movies." I have a 2-bay
> Synology NAS that is mounted as "Synology." I have an rsync command
> that I use to make a backup of the Mediasonic to the Synology:
>
>       rsync -rptog --progress --stats --delete
>       --exclude-from=/media/jjj/Movies/rsync_exclusions /media/jjj/Movies/ 
> /media/jjj/Synology
>
> This command worked last time I ran it, but when I ran it just now it
> gave me:
>
>       rsync: getcwd(): Input/output error (5)
>       rsync error: errors selecting input/output files, dirs (code 3)
>       at util.c(1042) [Receiver=3.1.0]
>
> It sort of sounds like something is not mounted, but both devices are
> definitely mounted:
>
>       mount
>       192.168.1.115:/volume1/Synology on /media/jjj/Synology type nfs
>       (rw,noexec,nosuid,nodev,addr=192.168.1.115)
>       ...
>       /dev/sdd1 on /media/jjj/Movies type ext4
>       (rw,nosuid,nodev,uhelper=udisks2)
>
> I could use some clues.
> _______________________________________________
> PLUG mailing list
> [email protected]
> http://lists.pdxlinux.org/mailman/listinfo/plug

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to