Migrating snapraid > raid 1 + lvm. Inconsistency with data totals?
by jmgibson1981 from LinuxQuestions.org on (#5G56R)
Using one of my parity disks as a temp holding just in case. Something is off though. I did an rsync from my /snapraid/pool (mergerfs directory) > this mountpoint.
Code:250gb:2tbspinner:500gb:750gb:thick2tbusb 4.4T 2.9T 1.4T 69% /snapraid/poolCode:/dev/sde1 3.6T 2.3T 1.2T 65% /snapraid/parity/4tb35How can I have 2.9t total on the pool, but rsync only moved 2.3? I know my content files on each aren't that big and overwrote each other. 600gigs isn't a small error.
Code:rsync -auv --progress /snapraid/pool/* /snapraid/parity/4tb35/
sending incremental file list
sent 4,670,106 bytes received 3,178 bytes 718,966.77 bytes/sec
total size is 2,427,928,040,391 speedup is 519,533.60*EDIT* Just checked, no hidden directories / files either. Could I possibly have managed to duplicate some stuff at one point? I have had a few drives go south so in copying data off the drive... idk. Only answer?


Code:250gb:2tbspinner:500gb:750gb:thick2tbusb 4.4T 2.9T 1.4T 69% /snapraid/poolCode:/dev/sde1 3.6T 2.3T 1.2T 65% /snapraid/parity/4tb35How can I have 2.9t total on the pool, but rsync only moved 2.3? I know my content files on each aren't that big and overwrote each other. 600gigs isn't a small error.
Code:rsync -auv --progress /snapraid/pool/* /snapraid/parity/4tb35/
sending incremental file list
sent 4,670,106 bytes received 3,178 bytes 718,966.77 bytes/sec
total size is 2,427,928,040,391 speedup is 519,533.60*EDIT* Just checked, no hidden directories / files either. Could I possibly have managed to duplicate some stuff at one point? I have had a few drives go south so in copying data off the drive... idk. Only answer?