Karel Zak <k...@redhat.com> writes:

> 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 a big difference between "mount --bind /mnt/A/B /mnt/B" and
"mount /dev/sdb1 /mnt/B".

Andreas.

-- 
Andreas Schwab, sch...@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to