Forrest logo
tool overview
On this page you find all important commands for the CLI tool umount. If the command you are looking for is missing please ask our AI.

umount

The umount command detaches the file system(s) mentioned from the file hierarchy. A file system is specified by giving the directory where it has been mounted. Giving the special device on which the file system lives may also work, but is obsolete, mainly because it will fail in case this device was mounted on more than one directory.

List of commands for umount:

  • umount:tldr:867d9 umount: Unmount all mounted filesystems (except the `proc` filesystem).
    $ umount -a
    try on your machine
    explain this command
  • volume:unmount Unmounts the specified volume from the file system
    $ umount ${mounted_directory}
    try on your machine
    explain this command
tool overview