Re: coreutils 8.21 These mount points are different as are the targets:
loui-nac01:/vol/vol_pdbuild /srv/builds nfs defaults,nosuid 0 0 loui-nac01:/vol/vol_archive /srv/archives nfs defaults,nosuid 0 0 Yet the latest df doesn't show them both: df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/hoth--vg-root 117G 2.7G 109G 3% / /dev/sda1 236M 39M 186M 18% /boot loui-nac01:/vol/vol_pdbuild 5.0T 4.3T 740G 86% /srv/builds So the logic to get rid of duplicates is too aggressive. Using "df -a" the second mount point shows: df -ha Filesystem Size Used Avail Use% Mounted on /dev/mapper/hoth--vg-root 117G 2.7G 109G 3% / /dev/sda1 236M 39M 186M 18% /boot loui-nac01:/vol/vol_archive 6.5T 5.8T 741G 89% /srv/archives loui-nac01:/vol/vol_pdbuild 5.0T 4.3T 741G 86% /srv/builds Please fix. Thanks.