Deleted Added
full compact
disktab.5 (107788) disktab.5 (114822)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)disktab.5 8.1 (Berkeley) 6/5/93
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)disktab.5 8.1 (Berkeley) 6/5/93
33.\" $FreeBSD: head/share/man/man5/disktab.5 107788 2002-12-12 17:26:04Z ru $
33.\" $FreeBSD: head/share/man/man5/disktab.5 114822 2003-05-08 00:14:48Z trhodes $
34.\"
35.Dd June 5, 1993
36.Dt DISKTAB 5
37.Os
38.Sh NAME
39.Nm disktab
40.Nd disk description file
41.Sh SYNOPSIS

--- 7 unchanged lines hidden (view full) ---

49.\"IR.Xr format 8 )
50.\"to determine how to format the disk, and
51to initialize the disk label on the disk.
52The format is patterned
53after the
54.Xr termcap 5
55terminal data base. Entries in
56.Nm
34.\"
35.Dd June 5, 1993
36.Dt DISKTAB 5
37.Os
38.Sh NAME
39.Nm disktab
40.Nd disk description file
41.Sh SYNOPSIS

--- 7 unchanged lines hidden (view full) ---

49.\"IR.Xr format 8 )
50.\"to determine how to format the disk, and
51to initialize the disk label on the disk.
52The format is patterned
53after the
54.Xr termcap 5
55terminal data base. Entries in
56.Nm
57consist of a number of `:' separated fields. The
58first entry for each disk gives the names which are
59known for the disk, separated by `|' characters. The
57consist of a number of `:'-separated fields. The
58first field for each entry gives the names by which a
59disk's entry may be selected, separated by `|' characters. The
60last name given should be a long name fully identifying
61the disk.
62.Pp
60last name given should be a long name fully identifying
61the disk.
62.Pp
63The following list indicates the normal values
64stored for each disk entry.
63The optional fields for each entry are:
65.Bl -column "indent" "boolx"
64.Bl -column "indent" "boolx"
66.It Sy "Name Type Description"
65.It Sy "ID Type Description"
67.It "\&ty str Type of disk (e.g. removable, winchester)"
68.It "\&dt str Type of controller (e.g."
69.Tn SMD , ESDI ,
70floppy)
71.It "\&ns num Number of sectors per track"
72.It "\&nt num Number of tracks per cylinder"
73.It "\&nc num Total number of cylinders on the disk"
74.It "\&sc num Number of sectors per cylinder, nc*nt default"

--- 6 unchanged lines hidden (view full) ---

81.It "\&sk num Sector skew per track, default 0"
82.It "\&cs num Sector skew per cylinder, default 0"
83.It "\&hs num Headswitch time, usec, default 0"
84.It "\&ts num One-cylinder seek time, usec, default 0"
85.It "\&il num Sector interleave (n:1), 1 default"
86.It "\&d[0-4] num Drive-type-dependent parameters"
87.It "\&bs num Boot block size, default"
88.Dv BBSIZE
66.It "\&ty str Type of disk (e.g. removable, winchester)"
67.It "\&dt str Type of controller (e.g."
68.Tn SMD , ESDI ,
69floppy)
70.It "\&ns num Number of sectors per track"
71.It "\&nt num Number of tracks per cylinder"
72.It "\&nc num Total number of cylinders on the disk"
73.It "\&sc num Number of sectors per cylinder, nc*nt default"

--- 6 unchanged lines hidden (view full) ---

80.It "\&sk num Sector skew per track, default 0"
81.It "\&cs num Sector skew per cylinder, default 0"
82.It "\&hs num Headswitch time, usec, default 0"
83.It "\&ts num One-cylinder seek time, usec, default 0"
84.It "\&il num Sector interleave (n:1), 1 default"
85.It "\&d[0-4] num Drive-type-dependent parameters"
86.It "\&bs num Boot block size, default"
87.Dv BBSIZE
88.It "\&b[0-1] num Boot block filenames; see"
89.Xr bsdlabel 8
89.It "\&sb num Superblock size, default"
90.Dv SBSIZE
91.It "\&ba num Block size for partition `a' (bytes)"
92.It "\&bd num Block size for partition `d' (bytes)"
93.It "\&be num Block size for partition `e' (bytes)"
94.It "\&bf num Block size for partition `f' (bytes)"
95.It "\&bg num Block size for partition `g' (bytes)"
96.It "\&bh num Block size for partition `h' (bytes)"

--- 47 unchanged lines hidden ---
90.It "\&sb num Superblock size, default"
91.Dv SBSIZE
92.It "\&ba num Block size for partition `a' (bytes)"
93.It "\&bd num Block size for partition `d' (bytes)"
94.It "\&be num Block size for partition `e' (bytes)"
95.It "\&bf num Block size for partition `f' (bytes)"
96.It "\&bg num Block size for partition `g' (bytes)"
97.It "\&bh num Block size for partition `h' (bytes)"

--- 47 unchanged lines hidden ---