From 7f88baee6353cec42c4abd6ced2f176bea66c26a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 31 Jan 2019 12:02:42 +0000 Subject: [PATCH] restore: Unmount floppy from mountpoint automatically. --- 2019-fosdem/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/2019-fosdem/restore b/2019-fosdem/restore index ee22354..2b676da 100755 --- a/2019-fosdem/restore +++ b/2019-fosdem/restore @@ -2,6 +2,7 @@ # Unmount everything. sudo umount /tmp/mnt >&/dev/null +sudo umount /run/media/rjones/NBDKITFLOPY/ >&/dev/null sudo mdadm --stop /dev/md0 >&/dev/null -- 1.8.3.1