Forrest logo
back to context overview

umount

List of commands for umount:

  • umount:ai:74d2f unmount a drive that is busy
    $ umount -l /path/to/drive
    try on your machine
    explain this command
  • umount:ai:bccc6 Unmounts the USB drive so it can be safely removed
    $ umount /dev/sdX
    try on your machine
    explain this command
  • umount:ai:f3602 Unmounts the specified drive (/dev/drive_name) from the Linux file system.
    $ umount /dev/drive_name
    try on your machine
    explain this command
  • umount:tldr:867d9 umount: Unmount all mounted filesystems (except the `proc` filesystem).
    $ umount -a
    try on your machine
    explain this command
back to context overview