negoabc
(usa Ubuntu)
Enviado em 12/12/2012 - 20:23h
one can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslavev dir
mount --make-rprivate dir
mount --make-runbindable dir
a device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid.
other options: [-nfFrsvw] [-o options] [-p passwdfd]
for name more details, say man 8 mount.