• # reponse partiel

    Posté par . En réponse au message Linux vserver et montages réseaux. Évalué à 4.

    j'ai pas d'explication pour bind, mais apparemment il y a des options à mount pour dire de propager le demontage d'un dossier vers les autres

    c'est dans le manuel de MOUNT :

    Since Linux 2.6.15 it is possible to mark a mount and its submounts as shared, private, slave or unbindable.
    A shared mount provides ability to create mirrors of that mount such that mounts and umounts within any of the mirrors propagate to the other mirror.
    A slave mount receives propagation from its master, but any not vice-versa.
    A private mount carries no propagation abilities

    mount --make-shared mountpoint
    mount --make-slave mountpoint
    mount --make-private mountpoint
    mount --make-unbindable mountpoint