CDROM/ko
From Gentoo Wiki
Outdated translations are marked like this.
이 글에서는 CD, DVD, 블루레이 드라이브 같은 내장 광 드라이브 설치 방법을 다룹니다.
설치
하드웨어 감지
올바른 드라이버를 선택하려면 우선 사용 중인 저장 컨트롤러를 찾으십시오. 이 과정에 lspci를 활용할 수 있습니다.
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 - 요청할 때 자동 마운트.
문제 해결
libata 위키en를 참고하십시오.
추가 참조
- hdparm - 하드 드라이브 성능 설정 값 튜닝 유틸리티.