Lines Matching full:mount
31 # Change mount point from rw to ro with a file mapped rw
55 if mount | grep $mntpoint | grep -q "read-only"; then
59 mount | grep $mntpoint
60 printf "RW mount mapping and RO mount mapping:\n%s\n" "$r"
65 echo "$1 mount point RO did not succeed"
66 mount | grep $mntpoint
74 mount | grep -q "$mntpoint " && umount $mntpoint
81 mount /dev/md${mdstart}$part $mntpoint
92 mount -u -o ro $mntpoint 2>/dev/null || mount -fu -o ro $mntpoint
94 mount -u -o rw $mntpoint
99 while mount | grep -q "$mntpoint "; do
106 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export \
115 mount -u -o ro $mntpoint 2>/dev/null ||
116 mount -fu -o ro $mntpoint 2>/dev/null
122 mount -u -o rw $mntpoint 2>/dev/null
141 mount -u -o ro $mntpoint 2>/dev/null || mount -fu -o ro $mntpoint
146 mount -u -o rw $mntpoint
149 while mount | grep -q "$mntpoint "; do
156 mount -t tmpfs null $mntpoint
164 mount -u -o ro $mntpoint 2>/dev/null || mount -fu -o ro $mntpoint
167 mount -u -o rw $mntpoint
172 while mount | grep -q "$mntpoint "; do