On Mon, Jun 20, 2011 at 12:30:15AM +0200, Reindl Harald wrote:
> what triggers that since F15 every bind-mount is displayed in
> "df" with "ext4" and the full volume-szize and additionally

 https://bugzilla.redhat.com/show_bug.cgi?id=709351

The tools (not only df(1)) have to be fixed to de-duplicate the list
of fileststems. It's standard behavior that the same filesystem could
be mounted on more places. 

The 'bind' flag is another way how to achieve that the filesystem is
mounted on another place. Nothing other.

   # mount /dev/sdb1 /mnt/A
   # mount --bind /mnt/A /mnt/B

is the same thing as:

   # mount /dev/sdb1 /mnt/A
   # mount /dev/sdb1 /mnt/B 

there is nothing like 'bind' state of the filesystem. The 'bind' info in
mtab was always broken by design.

http://karelzak.blogspot.com/2011/04/bind-mounts-mtab-and-read-only.html

    Karel

-- 
 Karel Zak  <k...@redhat.com>
 http://karelzak.blogspot.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to