Lines Matching refs:mnt

44 	Let's say /mnt has a mount that is shared.
45 mount --make-shared /mnt
51 # mount --bind /mnt /tmp
52 The above command replicates the mount at /mnt to the mountpoint /tmp
55 #ls /mnt
67 #ls /mnt/a
70 Note that the mount has propagated to the mount at /mnt as well.
72 And the same is true even when /dev/sd0 is mounted on /mnt/a. The
83 Let's say /mnt has a mount which is shared.
84 # mount --make-shared /mnt
86 Let's bind mount /mnt to /tmp
87 # mount --bind /mnt /tmp
90 the mount at /mnt.
92 Now let's make the mount at /tmp; a slave of /mnt
95 let's mount /dev/sd0 on /mnt/a
96 # mount /dev/sd0 /mnt/a
98 #ls /mnt/a
113 #ls /mnt/b
116 /mnt
126 let's say we have a mount at /mnt and we make is unbindable
128 # mount --make-unbindable /mnt
131 # mount --bind /mnt /tmp
132 mount: wrong fs type, bad option, bad superblock on /mnt,
256 mount --make-shared /mnt
257 mount --bind /mnt /tmp
259 The mount at /mnt and that at /tmp are both shared and belong
261 /mnt or /tmp reflect in all the other mounts of its peer
595 mount --bind /mnt /mnt
596 mount --make-shared /mnt
597 mount --bind /mnt /tmp
598 mount --move /tmp /mnt/1
600 what should be the contents of /mnt /mnt/1 /mnt/1/1 should be?
601 Should they all be identical? or should /mnt and /mnt/1 be
616 mount --bind /mnt /mnt
617 mount --make-shared /mnt
618 mkdir -p /mnt/1/2/3 /mnt/1/test
619 mount --bind /mnt/1 /tmp
620 mount --make-slave /mnt
621 mount --make-shared /mnt
622 mount --bind /mnt/1/2 /tmp1
623 mount --make-slave /mnt
629 Next we have a third mount at /mnt with root dentry
630 mnt. Let's call this mount 'C'
644 /mnt/1/test be?