unstack, sort: cleanup and improvement
[minix.git] / man / man8 / badblocks.8
blob904053e06ef61ede581859d3f93336a4cf2e65f3
1 .TH BADBLOCKS 8
2 .SH NAME
3 badblocks \- put a list of bad blocks in a file
4 .SH SYNOPSIS
5 \fBbadblocks \fIblock_special\fR [\fIblock\fR] ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .TP 20
19 .B badblocks /dev/hd1
20 # Handle bad blocks on \fI/dev/hd1\fP
21 .TP 20
22 .B badblocks /dev/hd3 310 570 1680
23 # Three bad blocks on \fI/dev/hd3\fP
24 .SH DESCRIPTION
25 .PP
26 If a device contains bad sectors, it is important to not have them
27 allocated to important files.  This program makes it possible to collect
28 up to 7 bad blocks into a dummy file, so they will not be allocated for a 
29 \&'real\&' file.  
30 When the program starts up, it asks for a list of bad blocks, unless
31 they are provided as arguments.
32 Then it creates a file whose name is of the
33 form \fI.Bad_xxxxx\fR, where \fIxxxxx\fR is a pid.
34 .SH "SEE ALSO"
35 .BR readall (1).
37 .\"
38 .\" $PchId: badblocks.8,v 1.2 1998/07/27 19:47:04 philip Exp $