1. 리눅스에서 CD-ROM 장치 디바이스(/dev/hdc)를 /mnt/cdrom 디렉토리로 마운트 하는 명령으로 알맞은 것은?

  • 1
    mount -t iso9660 /dev/hdc /mnt/cdrom

  • 2
    mkfs /dev/hdc /mnt/cdrom

  • 3
    mount -o remount /mnt/cdrom

  • 4
    mount -t vfat /dev/fd0 /mnt/cdrom
--:--
오류 내용 신고