Lines Matching refs:mnt
47 Let's say /mnt has a mount that is shared::
49 mount --make-shared /mnt
57 # mount --bind /mnt /tmp
59 The above command replicates the mount at /mnt to the mountpoint /tmp
64 #ls /mnt
77 #ls /mnt/a
80 Note that the mount has propagated to the mount at /mnt as well.
82 And the same is true even when /dev/sd0 is mounted on /mnt/a. The
93 Let's say /mnt has a mount which is shared.
94 # mount --make-shared /mnt
96 Let's bind mount /mnt to /tmp
97 # mount --bind /mnt /tmp
100 the mount at /mnt.
102 Now let's make the mount at /tmp; a slave of /mnt
105 let's mount /dev/sd0 on /mnt/a
106 # mount /dev/sd0 /mnt/a
108 #ls /mnt/a
123 #ls /mnt/b
126 /mnt
136 let's say we have a mount at /mnt and we make it unbindable::
138 # mount --make-unbindable /mnt
142 # mount --bind /mnt /tmp
143 mount: wrong fs type, bad option, bad superblock on /mnt,
271 mount --make-shared /mnt
272 mount --bind /mnt /tmp
274 The mount at /mnt and that at /tmp are both shared and belong
276 /mnt or /tmp reflect in all the other mounts of its peer
622 mount --bind /mnt /mnt
623 mount --make-shared /mnt
624 mount --bind /mnt /tmp
625 mount --move /tmp /mnt/1
627 what should be the contents of /mnt /mnt/1 /mnt/1/1 should be?
628 Should they all be identical? or should /mnt and /mnt/1 be
647 mount --bind /mnt /mnt
648 mount --make-shared /mnt
649 mkdir -p /mnt/1/2/3 /mnt/1/test
650 mount --bind /mnt/1 /tmp
651 mount --make-slave /mnt
652 mount --make-shared /mnt
653 mount --bind /mnt/1/2 /tmp1
654 mount --make-slave /mnt
660 Next we have a third mount at /mnt with root dentry
661 mnt. Let's call this mount 'C'
675 /mnt/1/test be?