Hi, Here's the results of the commands you requested:
[...@makalu ~]$ df -P --type=ext2 --type=ext3 --type=ext4 --type=xfs Filesystem 1024-blocks Used Available Capacity Mounted on /dev/sda1 307663800 229912116 74626000 76% /mnt/disk /dev/sda1 307663800 229912116 74626000 76% /srv /dev/sda1 307663800 229912116 74626000 76% /usr /dev/sda1 307663800 229912116 74626000 76% /var [...@makalu ~]$ grep '/mnt' /proc/mounts /dev/sda1 /mnt/disk ext3 rw,noatime,errors=continue,data=writeback 0 0 But /proc/mounts also contains: /dev/sda1 /srv ext3 rw,noatime,errors=continue,data=writeback 0 0 /dev/sda1 /usr ext3 rw,noatime,errors=continue,data=writeback 0 0 /dev/sda1 /var ext3 rw,noatime,errors=continue,data=writeback 0 0 So there's no distinction between the real mount and the bind mount.... Regards Rob -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org