Linux

Linux USB 마운트 방법

Programist 2014. 11. 29. 18:34


1. 마운트할 USB장치 파일 확인
  - fdisk -l

 

 

 


2. 해당 USB장치 마운트
  - mount -t vfat /dev/sdb1 /mnt/마운트할 디렉토리명

3. 해당 USB장치 마운트 해제 
  - unmount /mnt/마운트할 디렉토리명