Shared subtrees
Shared subtrees
Posted Nov 10, 2005 3:52 UTC (Thu) by npj (guest, #4267)Parent article: Shared subtrees
Should this command example about 60% of the way through the article:
mount --bind /mnt /mnt
mount --make-shared /subtree
Read like this instead:
mount --bind /mnt /mnt
mount --make-shared /mnt
?
Posted Nov 10, 2005 3:56 UTC (Thu)
by corbet (editor, #1)
[Link]
Yes, it should. Fixed now.
Corrected