Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
.TH DISKPARTS 8
2
.SH NAME
3
diskparts, dmaon \- prepare disks for use
4
.SH SYNOPSIS
5
.B diskparts
6
[
7
.I disk
8
\&...
9
]
10
.br
11
.B dmaon
12
.SH DESCRIPTION
13
.I Diskparts
14
configures FDISK (MBR) and Plan 9 partitions on the named
15
.IR disk s
16
(\c
17
.BR /dev/sd*
18
by default),
19
then configures
20
.IR fs (3)
21
by copying
22
.BR /cfg/$sysname/fsconfig ,
23
if present, to
24
.BR /dev/fs/ctl ,
25
if present,
26
one line at a time.
27
If
28
.B #S
29
or
30
.B #k
31
are not bound to
32
.B /dev
33
yet, they are first bound after the current contents.
34
.PP
35
.I Dmaon
36
enables
37
.SM DMA
38
for all attached
39
.SM IDE
40
devices that claim to support it.
41
.SH FILES
42
.TF /dev/sd[C-H]?/ctl
43
.TP
44
.B /dev/sd[C-H]?/ctl
45
storage interface control files for IDE devices
46
.PD
47
.SH SOURCE
48
.B /rc/bin
49
.SH SEE ALSO
50
.IR sd (3),
51
.IR partfs (8)