Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
unmount — unmount filesystemsSYNOPSIS
unmount | [-fl] directory ... |
DESCRIPTION
unmount unmounts the specified paths. The mountpoint is removed so that it cannot be opened further, and unmount waits until no files on the filesystem are open, after which the filesystem is shut off cleanly.- -f, --force
- Shut off the filesystem immediately, further operations to any open files will fail. The filesystem will be consistent, but processes may be stopped in the middle of file operations.
- -l, --lazy
- Do not wait for the filesystem to be unused, and shut off the filesystem in the background. It is not safe to shut down the computer directly after using this option.