-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Ditto here... EDIT: Updated fixed the issue - thanks!
-
unRAIDFindDuplicates.sh
du -b That seems to solve the issue I was having with this script. Thank you!
-
unRAIDFindDuplicates.sh
One thing to note is that the files on disk1 and disk3 are two different filesystems. reiserfs/xfs. Could that be a reason for the filesize mismatch?
-
unRAIDFindDuplicates.sh
It did happen a lot... I just showed the last few entries. root@Tower:/boot# cat duplicates.txt | grep WARNING | wc -l 1665 I've manually looked at a few of the files and the size matches what the script is printing. They are the same size. root@Tower:/boot# tail duplicates.txt WARNING: File sizes are different -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk1/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk3/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts WARNING: File sizes are different root@Tower:/boot# ls -l "/mnt/disk1/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts" -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk1/files/Wow\ World\ of\ Wonder/BDMV/STREAM/00619.m2ts root@Tower:/boot# ls -l "/mnt/disk3/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts" -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk3/files/Wow\ World\ of\ Wonder/BDMV/STREAM/00619.m2ts Spaces in names an issue? Any other thoughts?
-
unRAIDFindDuplicates.sh
The output of this script is a bit wonky. -rw-r--r-- 1 nobody users 61747200 Oct 25 2011 /mnt/disk1/files/Wow World of Wonder/BDMV/STREAM/00618.m2ts -rw-r--r-- 1 nobody users 61747200 Oct 25 2011 /mnt/disk3/files/Wow World of Wonder/BDMV/STREAM/00618.m2ts WARNING: File sizes are different -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk1/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk3/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts WARNING: File sizes are different -rw-r--r-- 1 nobody users 157181952 Oct 25 2011 /mnt/disk1/files/Wow World of Wonder/BDMV/STREAM/00620.m2ts -rw-r--r-- 1 nobody users 157181952 Oct 25 2011 /mnt/disk3/files/Wow World of Wonder/BDMV/STREAM/00620.m2ts WARNING: File sizes are different -rw-r--r-- 1 nobody users 1176 Oct 25 2011 /mnt/disk1/files/Wow World of Wonder/BDMV/index.bdmv -rw-r--r-- 1 nobody users 1176 Oct 25 2011 /mnt/disk3/files/Wow World of Wonder/BDMV/index.bdmv Those files don't look like they are different sizes to me. Anyone else see this?
rob
Members
-
Joined
-
Last visited