mount unmount mounting sudo mount <source> <destination> here source is device file and destnation is target folder unmounting sudo umount <destination> if target is busy sudo lsof | grep <destination folder name> # ex: sudo lsof | grep pendrive