.\" -*- coding: UTF-8 -*- .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" %%%LICENSE_START(GPLv2+_DOC_FULL) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" .\" The GNU General Public License's references to "object code" .\" and "executables" are to be interpreted as the output of any .\" document formatting or typesetting system, including .\" intermediate and printed output. .\" .\" This manual is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" . .\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 16:56:20 1993 by Rik Faith .\" Modified Mon Oct 21 21:38:51 1996 by Eric S. Raymond .\" (and some more by aeb) .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH HD 4 "15. September 2017" Linux Linux\-Programmierhandbuch .SH BEZEICHNUNG hd \- Gerätedateien für MFM/IDE\-Festplatten .SH BESCHREIBUNG Die \fBhd*\fP\-Geräte sind blockorientierte Geräte für den Zugriff auf MFM\-/IDE\-Festplatten im RAW\-Modus. Die Master\-Festplatte am primären IDE\-Controller (mit der Major\-Gerätenummer 3) ist \fBhda\fP, das Slave\-Laufwerk \fBhdb\fP. Das Master\-Laufwerk am zweiten Controller (Major\-Gerätenummer 22) ist \fBhdc\fP; der Slave \fBhdd\fP. .PP Allgemeine Namen für blockorientierte IDE\-Geräte haben die Form \fBhd\fP\fIX\fP oder \fBhd\fP\fIXP\fP. Darin bezeichnet der Buchstabe \fIX\fP das physische Laufwerk; \fIP\fP ist die Partitionsnummer auf diesem Laufwerk. Die erste Form, \fBhd\fP\fIX\fP, spricht das Laufwerk selbst an. Partitionsnummern werden in der Reihenfolge der Erkennung nur an nicht leere und nicht erweiterte Partitionen vergeben. Allerdings sind die Partitionsnummern 1 bis 4 an die vier im MBR beschriebenen (»primären«) Partitionen vergeben \- unabhängig davon, ob sie nicht verwendet werden oder erweiterte Partitionen sind. Daher ist der Name der ersten logischen Partition \fBhd\fP\fIX\fP\fB5\fP\&. Sowohl DOS\-Partitionierung als auch BSD\-Disklabel\-Partitionierung werden unterstützt. Auf einer IDE\-Platte sind maximal 63 Partitionen möglich. .PP Beispielsweise bezieht sich \fI/dev/hda\fP auf das komplette erste IDE\-Laufwerk im System und \fI/dev/hdb3\fP bezieht sich auf die dritte »primäre« DOS\-Partition auf dem zweiten Laufwerk. .PP Sie werden normalerweise erstellt durch: .PP .in +4n .EX mknod \-m 660 /dev/hda b 3 0 mknod \-m 660 /dev/hda1 b 3 1 mknod \-m 660 /dev/hda2 b 3 2 … mknod \-m 660 /dev/hda8 b 3 8 mknod \-m 660 /dev/hdb b 3 64 mknod \-m 660 /dev/hdb1 b 3 65 mknod \-m 660 /dev/hdb2 b 3 66 … mknod \-m 660 /dev/hdb8 b 3 72 chown root:disk /dev/hd* .EE .in .SH DATEIEN \fI/dev/hd*\fP .SH "SIEHE AUCH" \fBchown\fP(1), \fBmknod\fP(1), \fBsd\fP(4), \fBmount\fP(8) .SH KOLOPHON Diese Seite ist Teil der Veröffentlichung 4.16 des Projekts Linux\-\fIman\-pages\fP. Eine Beschreibung des Projekts, Informationen, wie Fehler gemeldet werden können sowie die aktuelle Version dieser Seite finden sich unter \%https://www.kernel.org/doc/man\-pages/. .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Michael Haardt , Martin Eberhard Schauer und Mario Blättermann erstellt. Diese Übersetzung ist Freie Dokumentation; lesen Sie die GNU General Public License Version 3 oder neuer bezüglich der Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen. Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden, schicken Sie bitte eine E-Mail an .