```bash # USB 디렉토리 검색 fdisk -l # 마운트할 폴더 생성 # 마운트 mount -t vfat /dev/sdc1 /tmp/usb # 언마운트 umount /tmp/usbTest ```