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