specify scratch_dev on mount - don't rely on fstab or mtab.

This commit is contained in:
Tim Shimmin
2001-09-05 01:50:05 +00:00
parent d20ab4422e
commit c909362354
+4 -3
View File
@@ -272,9 +272,10 @@ _cleanup()
_stable_fs() _stable_fs()
{ {
umount $SCRATCH_MNT >/dev/null umount $SCRATCH_MNT >>$seq.full ||\
mount $SCRATCH_MNT >/dev/null _error "unmount failed"
# sync; sync; sleep 15 mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\
_error "mount failed"
} }
# #