Festplatten und CD-Roms unter Linux


 
 

Linux erkennt Festplatten und CDROMs wie folgt:
 

erste IDE-HD (primary) =/dev/hda
1.Partition auf 1. IDE-HD =/dev/hda1
2.Partition auf 1. IDE-HD =/dev/hda2 usw.



zweite IDE-HD (secondary) =/dev/hdb
1.Partition auf 2. IDE-HD =/dev/hdb1
2.Partition auf 2. IDE-HD =/dev/hdb2 usw


erste SCSI-HD =/dev/sda
1.Partition auf 1.SCSI-HD =/dev/sda1 usw
zweite SCSI-HD=/dev/sdb
1.Partition auf 2.SCSI-HD =/dev/sdb1 usw


ein CD-ROM am IDE-Anschluß als secondary wird wie eine Festplatte behandel,nur das es keine
Partitionen gibt. In diesem Fall wäre das: =dev/hdb
SCSI-CD-Roms laufen unter /dev/scd1 oder /dev/scd2.....usw

APUS: 

Bei einer Root-Partition auf der ersten IDE-HD als 3.Partition würde die Startzeile so aussehen:
bootstrap --apus -k vmlinux root=/dev/hda3 video=multiscan

REDHAT/EagleLinux/Debian:

Bei einer Root-Partition auf der ersten IDE-HD als 3.Partition würde die Startzeile so aussehen:
amiboot-5.6 -k vmlinux root=/dev/hda3 video=multiscan