1. 설치되어 있는 디스크 확인 명령어
# fdisk -l
2.디스크 마운트
ex ) mount -t [파일시스템] [해당장치명] [마운트디렉토리]
# mount -t ext4 /dev/sda6 /mnt
3. 디스크 언마운트
ex) umount [디렉토리]
umount /mnt
--------------------------------------------------광고(Advertising)-------------------------------------------------------------------------------------