On 09/09/2014 04:28 PM, Carlos E. R. wrote:
And there is a bind mount:
/data/storage_c/partimag /data/partimag none bind 0 0
cer@Telcontar:~> mount | grep partimag /dev/sdc18 on /data/partimag type xfs (rw,relatime,attr2,inode64,noquota) cer@Telcontar:~> df -h | grep partimag /dev/sdc18 546G 424G 123G 78% /data/partimag cer@Telcontar:~>
Telcontar:~ # umount /data/partimag Telcontar:~ #
cer@Telcontar:~> df -h | grep storage /dev/sdd2 1,9T 1,7T 136G 93% /data/storage_d /dev/sda12 314G 168G 147G 54% /data/storage_a /dev/sdb11 384G 313G 71G 82% /data/storage_b /dev/sdc18 546G 424G 123G 78% /data/storage_c cer@Telcontar:~>
So that was it! - :-o (surprise)
Ah, that's it: as the string "/data/storage_c" is longer than "/data/partimag" (15 vs. 14 chars), df(1) has chosen to take the latter. Have a nice day, Berny -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org