Cmd Generator

umount

Unmount filesystems.

umount

Examples

# Unmount by mount point
umount /mnt

# Unmount by device
umount /dev/sda1

# Force unmount
umount -f /mnt

# Lazy unmount
umount -l /mnt

# Unmount all
umount -a

Sponsors