This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
CDROM/ko
From Gentoo Wiki (test)
이 글에서는 CD, DVD, 블루레이 드라이브 같은 내장 광 드라이브 설치 방법을 다룹니다.
설치
하드웨어 감지
To choose the right driver, first detect the used storage controller. lspci can be used for this task:
root #
lspci | grep --color -E "IDE|SATA"
커널
다음 커널 옵션을 활성화하십시오:
커널 광 저장 장치 커널 옵션
Device Drivers ---> <*> Serial ATA and Parallel ATA drivers ---> [*] ATA ACPI Support # If the drive is connected to a SATA Port Multiplier: [*] SATA Port Multiplier support # Select the driver for the SATA controller, e.g.: <*> AHCI SATA support (ahci) # If the drive is connected to an IDE controller: [*] ATA SFF support [*] ATA BMDMA support # Select the driver for the IDE controller, e.g.: <*> Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support (ata_piix) SCSI device support ---> <*> SCSI device support <*> SCSI CDROM support <*> SCSI generic support File systems ---> CD-ROM/DVD Filesystems ---> <M> ISO 9660 CDROM file system support [*] Microsoft Joliet CDROM extensions [*] Transparent decompression extension <M> UDF file system support
사용법
파일 시스템은 여러가지 방식으로 마운트할 수 있습니다:
- mount - 파일 시스템 마운트 명령
- fstab - 부팅할 때 자동 마운트하는 방식.
- removable media - 요청할 때 마운트.
- AutoFS - 요청할 때 자동 마운트.
문제 해결
See the Libata error messages article on the libata wiki.
추가 참조
- hdparm - 하드 드라이브 성능 설정 값 튜닝 유틸리티.