Search notes:

Shell command: umount

umount unmounts mounted file systems

target is busy

Identify the process that uses the mounted file system:
fuser -amuv /dev/sdb2
Apparently, lsof might help to identify such processes, too.

See also

mount
Shell commands

Index