https://bugzilla.novell.com/show_bug.cgi?id=866010 https://bugzilla.novell.com/show_bug.cgi?id=866010#c2 Bernhard Voelker <mail@bernhard-voelker.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |INVALID --- Comment #2 from Bernhard Voelker <mail@bernhard-voelker.de> 2014-03-20 12:12:20 UTC --- The data on 10.248.18.151:/home seems to reside on the same file system as 10.248.18.151:/Databases. You can verify this via stat(1) - the output should look something like this: $ stat -c 'device: %d, mount point: %m' /storage/{home,Databases} /usr/prg device: 33, mount point: /storage/home device: 33, mount point: /storage/Databases device: 34, mount point: /usr/prg df(1) only shows information about file systems, not about mount points. It therefore filters out such duplicate entries (as well as pseudo file systems) per default. One reason is that the summary printed with the --total option would return wrong results. If you like to see the file system statistics of /storage/Databases, too, then either mention it directly on the command line, or use "df -a" to avoid filtering of duplicate file systems. Please note that there are still some bugs known upstreams regarding that filtering in df(1) for corner cases like e.g. over-mounting on the same mount point. However, there is quite strong consensus that nothing will change regarding your case. As there is nothing we can do about it, I'm closing this bug. Feel free to comment if you need further clarification. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.