From c90936235461930cc15f6bf4e217d26a62c0b003 Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Wed, 5 Sep 2001 01:50:05 +0000 Subject: [PATCH] specify scratch_dev on mount - don't rely on fstab or mtab. --- common.dump | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/common.dump b/common.dump index 67440b7c..094a1141 100644 --- a/common.dump +++ b/common.dump @@ -272,9 +272,10 @@ _cleanup() _stable_fs() { - umount $SCRATCH_MNT >/dev/null - mount $SCRATCH_MNT >/dev/null -# sync; sync; sleep 15 + umount $SCRATCH_MNT >>$seq.full ||\ + _error "unmount failed" + mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\ + _error "mount failed" } # -- 2.47.3