Re: F15: ugly behavior of "df"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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  <kzak@xxxxxxxxxx>
 http://karelzak.blogspot.com
-- 
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/devel


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux