2009년 1월 7일 수요일

usb 마운트

자신의 usb 의 장치명 확인

# fdisk -l

마운트: # mount /dev/장치명 /mnt/usb
언마운트 :# umount /mnt/usb

댓글 없음:

댓글 쓰기

After today's update to 24.04 LTS, thumbnails no longer being created

  Steps to fix it: Relax the security restriction (immediate fix): Open your terminal and run: sudo sysctl -w kernel.apparmor_restrict_unpr...