* monut * 파일시스템 마운트 * -a * /etc/fstab의 항목 모두 마운트 * -o * 마운트 옵션 설정 * remount : 마운트 해제없어 재 마운트 * mount -o remount,ro /dev/sdb /hdd2 * umount * 파일시스템 마운트 해제 * umount * umonut /hdd2 * umount -f * 파일시스템을 사용중이라도 강제로 마운트 해제 * umount -l * 파일시스템의 사용이 끝나면 마운트 해제 * fstab 필드(번호 1~6필드) 1.File system device name * /dev/sda와 같은 장치이름. 레이블로 표시할수도있다. 2. Mount point * 해당 파일 시스템을 마운트 할 위치 3. File system type * 파일 시..