CDROM
From Gentoo Wiki
Outdated translations are marked like this.
W tym artykule opisano konfigurację wewnętrznego napędu optycznego, takiego jak napędy CD, DVD i Blu-Ray.
Instalacja
Wykrywanie sprzętu
Aby wybrać poprawny sterownik, najpierw wykryj używany kontroler pamięci masowej. W tym celu może zostać użyty lspci:
root #
lspci | grep --color -E "IDE|SATA"
Jądro
Aktywuj następujące opcje jądra:
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
Obsługa
Systemy plików można montować na kilka sposobów:
- mount - Komenda do montowania systemu plików
- fstab - Automatyczne montowanie przy uruchamianiu.
- removable media - Montowanie na żądanie.
- AutoFS - Automatyczne montowanie na żądanie.
Rozwiązywanie problemów
Zobacz artykuł Libata error messages na libata wiki.
Zobacz również
- hdparm — a command-line utility to set and view ATA and SATA hard disk drive hardware parameters.