I've got two identical 1TB Seagate drives in a DNS323 as JBOD. One drive has network shared folders that I back data up on to from multiple clients. I have a rsync cron job set up to mirror the first drive to the second drive daily so the contents of both drives should be identical.
I've had this setup for at least 3 years. I've recently noticed the status web page showing one drive with about 70 GB less free space than the other, even though they should be mirrors. I don't see any difference in listing the files and folders on each volume.
If I SSH into the unit and show the free space, it shows the same 70 GB difference between /mny/HD_a2 and /mnt/HD_b2:
root@DNS323:/mnt# df -h
Filesystem Size Used Available Use% Mounted on
rootfs 9.7M 7.4M 1.8M 80% /
/dev/root 9.7M 7.4M 1.8M 80% /
/dev/loop0 5.6M 5.6M 0 100% /sys/crfs
/dev/sda2 915.9G 835.2G 80.8G 91% /mnt/HD_a2
/dev/sdb2 915.9G 763.8G 152.1G 83% /mnt/HD_b2
/dev/sda4 486.2M 26.0k 486.2M 0% /mnt/HD_a4
/dev/sdb4 486.2M 17.0k 486.2M 0% /mnt/HD_b4
However, if I show the usage of /mnt/HD_a2 and /mnt/HD_b2, both show the same value:
root@DNS323:/mnt# du -sh /mnt/HD_*2
763.8G /mnt/HD_a2
763.8G /mnt/HD_b2
I can't find any hidden files or partitions to explain the difference. Anyone have any ideas?
Thanks!