CD-ROM
From Gentoo Wiki
Dieser Artikel beschreibt die Einrichtung eines optischen Laufwerkes wie CD, DVD und Blu-Ray.
Installation
Hardwareerkennung
Um den richtigen Treiber zu wählen muss erst der benutzte Speichercontroller ermittelt werden. Hierfür kann lspci genutzt werden :
root #
lspci | grep --color -E "IDE|SATA"
Kernel
Die folgenden Kerneloptionen aktivieren :
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
Bedienung
Dateisysteme können auf verschiedene Wege gemountet werden :
- mount - Befehl zum Einhängen von Dateisystemen.
- fstab - Automatisches Einhängen zum Bootzeitpunkt.
- removable media - Einhängen bei Anfrage.
- AutoFS - Automatisches Einhängen bei Anfrage.
Fehlersuche
Siehe den Libata Fehlermeldungen Artikel im Libata Wiki.
Siehe auch
- Blu-ray — Blu-ray is the optical media successor to DVD
- CD/DVD/BD writing — how to burn optical disks on Gentoo from the command line with the app-cdr/cdrtools or app-cdr/dvd+rw-tools packages
- hdparm — a command-line utility to set and view ATA and SATA hard disk drive hardware parameters.
- FAQ - Wie brenne ich eine ISO-Datei?
- Empfohlene graphische Brennanwendungen