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)
Questo articolo descrive le impostazioni di un supporto ottico interno tipo CD, DVD, e drivers Blu-Ray.
Installazione
Individuazione dell'hardware
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"
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
See the Libata error messages article on the libata wiki.
Vedere anche
- hdparm - Utilità per variare i parametri di prestazioni dell'hard drive.