Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-blockdevices.xml
Date: Mon, 31 Mar 2008 21:50:39
Message-Id: E1JgRtl-0002jE-3t@stork.gentoo.org
1 nightmorph 08/03/31 21:50:37
2
3 Added: hb-install-blockdevices.xml
4 Log:
5 added hb-install-blockdevices.xml so i can delete it from /draft/
6
7 Revision Changes Path
8 1.1 xml/htdocs/doc/en/handbook/hb-install-blockdevices.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-blockdevices.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-blockdevices.xml?rev=1.1&content-type=text/plain
12
13 Index: hb-install-blockdevices.xml
14 ===================================================================
15 <?xml version='1.0' encoding="UTF-8"?>
16 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-blockdevices.xml,v 1.1 2008/03/31 21:50:37 nightmorph Exp $ -->
17 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
18
19 <included>
20
21 <version>1</version>
22 <date>2008-03-02</date>
23
24 <section id="blockdevicesdesc">
25 <title>Block Devices</title>
26 <body>
27
28 <p>
29 We'll take a good look at disk-oriented aspects of Gentoo Linux
30 and Linux in general, including Linux filesystems, partitions and block devices.
31 Then, once you're familiar with the ins and outs of disks and filesystems,
32 you'll be guided through the process of setting up partitions and filesystems
33 for your Gentoo Linux installation.
34 </p>
35
36 <p>
37 To begin, we'll introduce <e>block devices</e>. The most famous block device is
38 probably the one that represents the first IDE drive in a Linux system, namely
39 <path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
40 drive would be <path>/dev/sda</path>. Serial ATA drives are also
41 <path>/dev/sda</path> even if they are IDE drives. If you're using the new
42 libata framework in the kernel, all hard drives will be labeled
43 <path>/dev/sd*</path>.
44 </p>
45
46 <p>
47 The block devices above represent an abstract interface to the disk. User
48 programs can use these block devices to interact with your disk without worrying
49 about whether your drives are IDE, SCSI or something else. The program can
50 simply address the storage on the disk as a bunch of contiguous,
51 randomly-accessible 512-byte blocks.
52 </p>
53
54 </body>
55 </section>
56 </included>
57
58
59
60 --
61 gentoo-doc-cvs@l.g.o mailing list