From 06aebf6571794c305a27fca45b09757626967682 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Fri, 31 Aug 2001 04:06:45 +0000 Subject: [PATCH] Use umount/mount to ensure stuff is written to disk so that bulkstat will be sure to have the latest attributes for dump/restore. --- common.dump | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common.dump b/common.dump index 74dc52de..67440b7c 100644 --- a/common.dump +++ b/common.dump @@ -272,9 +272,9 @@ _cleanup() _stable_fs() { -# umount $SCRATCH_MNT >/dev/null -# mount $SCRATCH_MNT >/dev/null - sync; sync; sleep 15 + umount $SCRATCH_MNT >/dev/null + mount $SCRATCH_MNT >/dev/null +# sync; sync; sleep 15 } # -- 2.39.5