There was an error while loading. Please reload this page.
2 parents 92534e3 + bee5dbe commit 3a6bfb7Copy full SHA for 3a6bfb7
1 file changed
pages/linux/umount.md
@@ -23,3 +23,7 @@
23
- Unmount all mounted filesystems (except the `proc` filesystem):
24
25
`sudo umount {{[-a|--all]}}`
26
+
27
+- Detach a filesystem from the filesystem hierarchy and unmount it as soon as there are no references to it:
28
29
+`sudo umount {{[-l|--lazy]}} {{path/to/mounted_directory}}`
0 commit comments