CDROM

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

Questo articolo descrive le impostazioni di un supporto ottico interno tipo CD, DVD, e drivers Blu-Ray.

Installazione

Individuazione dell'hardware

Per scegliere il giusto driver, per prima cosa individuare il controller di memoria utilizzato. lspci può essere utilizzato per questo compito:

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

Kernel

Attivare le seguenti opzioni del kernel:

KERNEL Opzioni kernel per supporti ottici
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

Utilizzo

Il filesystems può essere montato in diversi modi:

  • mount - Commando per montare i file systems
  • fstab - Mount automatico all'avvio.
  • removable media - Mount su richiesta.
  • AutoFS - Mount automatico su richiesta.

Risoluzione dei problemi

Vedere libata wiki.

Vedere anche

  • hdparm - Utilità per variare i parametri di prestazioni dell'hard drive.

Risorse esterne