Click on any of the 687 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Bookshelf.
System administration command. Unmount filesystem specified by directory. You may also specify the filesystem by device name. umount announces to the system that the removable file structure previously mounted on the specified directory is to be removed. Any pending I/O for the filesystem is completed, and the file structure is flagged as clean. A busy filesystem cannot be unmounted.
Options
-a
Unmount all filesystems listed in /etc/mtab other than /proc.
-d
If the unmounted device was a loop device, free the loop device too. See also the losetup command.
-f
Force the unmount. This option requires kernel 2.1.116 or later.
-h
Print help message and exit.
-l
Lazy unmount. Detach the filesystem from the hierarchy immediately, but don't clean up references until it is no longer busy. Requires kernel 2.4.11 or later.
-n
Unmount, but do not record changes in /etc/mtab.
-Ooptions
Unmount only filesystems with the specified options in /etc/fstab. Specify multiple options as a comma-separated list. Add no as a prefix to an option to indicate filesystems that should not be unmounted.
-r
If unmounting fails, try to remount read-only.
-ttype
Unmount only filesystems of type type. Multiple types can be specified as a comma-separated list, and any type can be prefixed with no to specify that filesystems of that type should not be unmounted.