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
From Gentoo Wiki (test)
本文介绍如CD,DVD和蓝光驱动器的内部光驱的设置。
安装
硬件检测
要选择正确的驱动程序,首先检测已使用的存储控制器。可以用: lspci
root #
lspci | grep --color -E "IDE|SATA"
内核
激活以下内核选项:
KERNEL Kernel options for optical storage media
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 wiki.
另请参阅
- hdparm - A utility to change hard drive performance parameters.