NAME umount - unmount filesystems SYNOPSIS umount -a [ -dflnrv ] [ -t fstype ] [ -O option ...] umount [ -dflnrv ] { directory ... device } umount -h | -V DESCRIPTION The umount co…NAME umount, umount2 - unmount filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mount.h ... umount(const char * target ); int umount2(const char * target…NAME umount, umount2 - unmount filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mount.h ... umount(const char * target ); int umount2(const char * target…mount list ( mount (2) and umount (2)) in either mount namespace will not (by default ... automatic, controlled propagation of mount (2) and umount (2) events between namespaces (o…NAME systemd-mount, systemd-umount - Establish and destroy transient mount or auto-mount points SYNOPSIS ... systemd-mount [ OPTIONS ...] --list systemd-mount [ OPTIONS ...] --umou…file tree. Conversely, the umount (8) command will detach it again. The filesystem is used ... mount point. The programs mount and umount (8) traditionally maintained a list of cur…NAME systemd-mount, systemd-umount - Establish and destroy transient mount or auto-mount points SYNOPSIS ... systemd-mount [ OPTIONS ...] --list systemd-mount [ OPTIONS ...] --umou…/proc/self/mountinfo file. Supported actions are: mount, umount, remount and move. More than one action ... information from the mountinfo file, except the umount action which is b…cgroup filesystem can be unmounted using the umount (8) command, as in the following example ... umount /sys/fs/cgroup/pids But note well : a cgroup filesystem is unmounted onlyoldumount (2) 2.4.116 Name of the old umount (2) syscall on Alpha olduname ... ugetrlimit (2) 2.4 umask (2) 1.0 umount (2) 1.0 umount2 (2) 2.2 unameexec chroot . sh <dev/console >dev/console 2>&1 umount /old-root Mount the new root file system ... root . old_root exec chroot . sh -c 'umount /old_root; exec /sbin/init' \ <dev/c…cause programs such as mount (8) or umount (8) to fail. EXIT STATUS fstab-decode ... fstab-decode then runs the specified program, umount (8), and passes it the list2const), mount_setattr (2), pivot_root (2), umount (2), mount_namespaces (7), path_resolution ... findmnt (8), lsblk (8), mount (8), umountbusy anymore. This corresponds with umount (8)'s -l switch. Defaults to off. Added ... unreachable NFS system). This corresponds with umount (8)'s -f switch. Defaults to off. Addedneeded, it can be unpersisted by using umount (8) to remove the bind mount ... hostname FOO # nsenter --uts=/root/uts-ns hostname FOO # umount /root/uts-ns The following commands e…important because fsck (8), mount (8), and umount (8) sequentially iterate through fstab doing their ... comma-separated list. mount (8) and umount (8) support filesystem subtypes …mount (may be reused after umount (2)). (2) parent ID: the ID of the parentmount point ( new_root ). During the subsequent umount () call, resolution of "." starts with new_rootfilesystem hierarchy. And umount detaches it again. The command df will tell you how muchmkfs -t ext2 /dev/loop0 # mount /dev/loop0 /mnt ... # umount /dev/loop0 # losetup --detach /dev/loop0 AUTHORS Karel