Re: [Solved (with Windows..]: F25 rsync failure on USB drive, folder corrupted

2017-05-23 Thread Rick Stevens
On 05/23/2017 08:14 AM, wwp wrote: > Hello M., > > > On Mon, 22 May 2017 13:51:48 +0200 "M. Fioretti" > wrote: > >> On 2017-05-22 06:51, Chris Murphy wrote: >> >>> I'm going to guess underpowered drive, if this is a port powered drive >>> without an external power supply. This can cause corrup

Re: [Solved (with Windows..]: F25 rsync failure on USB drive, folder corrupted

2017-05-23 Thread wwp
Hello M., On Mon, 22 May 2017 13:51:48 +0200 "M. Fioretti" wrote: > On 2017-05-22 06:51, Chris Murphy wrote: > > > I'm going to guess underpowered drive, if this is a port powered drive > > without an external power supply. This can cause corruption. > > > Pretty much only chkdsk can reliabl

Re: [Solved (with Windows..]: F25 rsync failure on USB drive, folder corrupted

2017-05-22 Thread Doug
On 05/22/2017 06:51 AM, M. Fioretti wrote: On 2017-05-22 06:51, Chris Murphy wrote: I'm going to guess underpowered drive, if this is a port powered drive without an external power supply. This can cause corruption. Pretty much only chkdsk can reliably repair NTFS. I confirm this. I plugged

Re: [Solved (with Windows..]: F25 rsync failure on USB drive, folder corrupted

2017-05-22 Thread M. Fioretti
On 2017-05-22 15:40, Tim wrote: If you both have your own LANs, you can plug a portable drive into a LAN, just the same as you can plug directly into a computer. I know that, but it is not the case for the people I have to share this with.. But if USB is what you have to do, look for a "US

Re: [Solved (with Windows..]: F25 rsync failure on USB drive, folder corrupted

2017-05-22 Thread Tim
Allegedly, on or about 22 May 2017, M. Fioretti sent: > Answering the other subscriber who recommends using networked instead > of USB, port-powered drives like this one: I agree with you, but there > are cases where they simply are not an option, I guess. For me, this > is one of them: this disk i

[Solved (with Windows..]: F25 rsync failure on USB drive, folder corrupted

2017-05-22 Thread M. Fioretti
On 2017-05-22 06:51, Chris Murphy wrote: I'm going to guess underpowered drive, if this is a port powered drive without an external power supply. This can cause corruption. Pretty much only chkdsk can reliably repair NTFS. I confirm this. I plugged the drive into a Windows 8 computer, let its

Re: F25 rsync failure on USB drive, folder corrupted

2017-05-21 Thread Chris Murphy
On Sat, May 20, 2017, 11:21 PM M. Fioretti wrote: > > > rsync: mkstemp "/run/media/marco/TOSHIBA > EXT/photo/marco/2016/20161116-family/.P1370745.JPG.2esTOB" failed: > Input/output error (5) > What kernel messages appear at the time of this i/o error? I'm going to guess underpowered drive, if

Re: F25 rsync failure on USB drive, folder corrupted

2017-05-21 Thread Tim
Allegedly, on or about 21 May 2017, M. Fioretti sent: > I use rsync to have a full copy of that folder on an external drive, > connected via USB. This morning, rsync copied many new files without > problems, but at a certain point it failed. It left behind on the > drive a folder which "looks" em

Re: F25 rsync failure on USB drive, folder corrupted

2017-05-21 Thread M. Fioretti
On 2017-05-21 09:41, Alessio Ciregia wrote: Did you try to perform an fsck on such partition? Sorry. Of course that was the next thing to do, but I forgot it. Anyway, I did it ten minutes after posting, and this is what I got: [root@polaris ~]# umount /dev/sdb1 [root@polaris ~]# fsck /dev/s

Re: F25 rsync failure on USB drive, folder corrupted

2017-05-21 Thread Alessio Ciregia
On May 21, 2017 07:21, "M. Fioretti" wrote: RSYNC COMMAND: rsync -rvt --delete --no-o --no-g /home/photo/ /run/media/marco/TOSHIBA\ EXT/photo/ FILE SYSTEMS: /dev/sda5 on /home type ext4 (rw,relatime,seclabel,data=ordered) /dev/sdb1 on /run/media/marco/TOSHIBA EXT type fuseblk (rw,nosuid,nodev

F25 rsync failure on USB drive, folder corrupted

2017-05-20 Thread M. Fioretti
Greetings, I have a computer running fc25.x86_64. It has one folder, /home/photo, with ~100 GB of photographs (about 40K files) organized in many subfolders named like username/year/MMDD-event I use rsync to have a full copy of that folder on an external drive, connected via USB. This mo