.\" -*- 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 "2023년 2월 5일" "Linux man\-pages 6.05.01" .SH 이름 hd \- MFM/IDE 하드 디스크 장치 .SH 설명 The \fBhd*\fP devices are block devices to access MFM/IDE hard disk drives in raw mode. The master drive on the primary IDE controller (major device number 3) is \fBhda\fP; the slave drive is \fBhdb\fP. The master drive of the second controller (major device number 22) is \fBhdc\fP and the slave is \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 예를들어, \fI/dev/hda\fP 는 시스템상의 첫번째 IDE 드라이브 전체를 나타낸다; 그리고 \fI/dev/hdb3\fP 는 세컨드 드라이브의 세번째 도스 프라이머리 파티션을 뜻한다. .PP 문자 디바이스들은 일반적으로 다음에 의해 만들어진다. .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 파일 \fI/dev/hd*\fP .SH "추가 참조" \fBchown\fP(1), \fBmknod\fP(1), \fBsd\fP(4), \fBmount\fP(8) .PP .SH 번역 이 매뉴얼 페이지의 한국어 번역은 다음에 의해 편집되었습니다: ASPLINUX . .PP 이 번역은 무료 문서입니다. 저작권 조건에 대해서는 .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License 버전 3 .UE 이상을 읽으십시오. 책임이 없습니다. .PP 이 매뉴얼 페이지의 번역에서 오류를 발견하면 .MT translation-team-ko@googlegroups.com .ME 로 이메일을 보내주십시오.