git.annexia.org
/
libguestfs-talks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84f4179
)
restore: Unmount floppy from mountpoint automatically.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 31 Jan 2019 12:02:42 +0000
(12:02 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 31 Jan 2019 12:02:42 +0000
(12:02 +0000)
2019-fosdem/restore
patch
|
blob
|
history
diff --git
a/2019-fosdem/restore
b/2019-fosdem/restore
index
ee22354
..
2b676da
100755
(executable)
--- 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