CDROM

From Gentoo Wiki
Jump to:navigation Jump to:search
This page is a translated version of the page CDROM and the translation is 72% complete.
Outdated translations are marked like this.
Other languages:

本文介绍如CD,DVD和蓝光驱动器的内部光驱的设置。

安装

硬件检测

要选择正确的驱动程序,首先检测已使用的存储控制器。可以用: lspci

root #lspci | grep --color -E "IDE|SATA"

内核

激活以下内核选项:

内核 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

使用

文件系统可以用多种方式挂载:

故障排除

参考 libata wiki.

另请参阅

  • hdparm - A utility to change hard drive performance parameters.

外部资源