Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 301 Bytes

File metadata and controls

27 lines (16 loc) · 301 Bytes

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