.\" -*- coding: UTF-8 -*- .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" 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 "5 febbraio 2023" "Linux man\-pages 6.03" .SH NOME hd \- MFM/IDE hard disk devices .SH DESCRIZIONE I dispositivi \fBhd*\fP sono file speciali a blocchi per l'accesso ai drive dei dischi fissi MFM/IDE in modo «raw». Il primo disco (master) sul primo controller IDE (numero primario 3) è \fBhda\fP; il secondo disco (slave) è \fBhdb\fP. Il primo disco del secondo controller (numero primario 22) è \fBhdc\fP e il secondo disco è \fBhdd\fP. .PP General IDE block device names have the form \fBhd\fP\fIX\fP, or \fBhd\fP\fIXP\fP, where \fIX\fP is a letter denoting the physical drive, and \fIP\fP is a number denoting the partition on that physical drive. The first form, \fBhd\fP\fIX\fP, is used to address the whole drive. Partition numbers are assigned in the order the partitions are discovered, and only nonempty, nonextended partitions get a number. However, partition numbers 1\[en]4 are given to the four partitions described in the MBR (the "primary" partitions), regardless of whether they are unused or extended. Thus, the first logical partition will be \fBhd\fP\fIX\fP\fB5\fP\&. Both DOS\-type partitioning and BSD\-disklabel partitioning are supported. You can have at most 63 partitions on an IDE disk. .PP Per esempio, \fI/dev/hda\fP si riferisce all'intero primo disco IDE del sistema, e \fI/dev/hdb3\fP si riferisce alla terza partizione «primaria» sul secondo disco. .PP I file speciali sono creati tipicamente con: .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 FILE \fI/dev/hd*\fP .SH "VEDERE ANCHE" \fBchown\fP(1), \fBmknod\fP(1), \fBsd\fP(4), \fBmount\fP(8) .PP .SH TRADUZIONE La traduzione italiana di questa pagina di manuale è stata creata da Alessandro Rubini , Giulio Daprelà e Marco Curreli . .PP Questa traduzione è documentazione libera; leggere la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Versione 3 .UE o successiva per le condizioni di copyright. Non ci assumiamo alcuna responsabilità. .PP Per segnalare errori nella traduzione di questa pagina di manuale inviare un messaggio a .MT pluto-ildp@lists.pluto.it .ME .