Scroll to navigation

hd(4) Device Drivers Manual hd(4)

NUME

hd - dispozitive de discuri dure MFM/IDE

DESCRIERE

Dispozitivele hd* sunt dispozitive de bloc pentru accesarea unităților de discuri dure MFM/IDE în modul brut. Unitatea principală de pe controloul IDE primar (dispozitivul principal numărul 3) este hda; unitatea sclav este hdb. Unitatea principală a celui de-al doilea controlor (dispozitiv major numărul 22) este hdc, iar unitatea sclav este hdd.

General IDE block device names have the form hdX , or hdXP , where X is a letter denoting the physical drive, and P is a number denoting the partition on that physical drive. The first form, hdX , 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–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 hdX5 . Both DOS-type partitioning and BSD-disklabel partitioning are supported. You can have at most 63 partitions on an IDE disk.

De exemplu, /dev/hda se referă la întreaga primă unitate IDE din sistem, iar /dev/hdb3 se referă la a treia partiție DOS „primară” de pe a doua unitate.

Acestea sunt de obicei create de:


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*

FIȘIERE

/dev/hd*

CONSULTAȚI ȘI

chown(1), mknod(1), sd(4), mount(8)

TRADUCERE

Traducerea în limba română a acestui manual a fost făcută de Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>

Această traducere este documentație gratuită; citiți Licența publică generală GNU Versiunea 3 sau o versiune ulterioară cu privire la condiții privind drepturile de autor. NU se asumă NICIO RESPONSABILITATE.

Dacă găsiți erori în traducerea acestui manual, vă rugăm să trimiteți un e-mail la translation-team-ro@lists.sourceforge.net.

2 mai 2024 Pagini de manual Linux (nepublicate)