The Linux Newbie Guide  ⇒    Fundamentals     Advanced     Supplement   Command Index   ENG⇒中
All rights reserved, please indicate the source when citing
  

umount - Unmounting Filesystems



Unmounting filesystems is a simpler process compared to mounting them. The basic syntax for the umount command is umount [OPTIONS] MOUNT_POINT.

Here, "MOUNT_POINT" refers to the directory where the filesystem is mounted.

Common options for the umount command include:

For example:
# umount /mnt/my_driver

This command unmounts the filesystem mounted at "/mnt/my_drive".

For more examples, explanations, and options related to the umount command, you can refer to the provided link.