Lines Matching refs:mount
44 mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint
47 mount -t tmpfs tmpfs $mntpoint
51 while mount | grep -q "on $mntpoint "; do
56 mount -t fdescfs null /dev/fd
61 while mount | grep -q "on /dev/fd "; do
66 mount -t procfs procfs $mntpoint
68 while mount | grep -q "on $mntpoint "; do
74 mount /dev/md$mdstart $mntpoint
78 while mount | grep -q "on $mntpoint "; do
83 mount -t nullfs /bin $mntpoint
86 while mount | grep -q "on $mntpoint "; do
91 mount -t procfs procfs $mntpoint
93 while mount | grep -q "on $mntpoint "; do
98 mount -t devfs devfs $mntpoint
100 while mount | grep -q "on $mntpoint "; do