add/re-enable at_wini debug output
[minix3.git] / man / man1 / readfs.1
blobc06a57034c44e8c1c0f2084348e84bb4297c935c
1 .TH READFS 1
2 .SH NAME
3 readfs \- read a MINIX 3 file system
4 .SH SYNOPSIS
5 \fBreadfs\fR [\fB\-il\fR] \fIblock_special\fR [\fIdir\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 OPTIONS
18 .FL "\-i" "Give information about the file, but do not extract files"
19 .FL "\-l" "List the files extracted on standard output"
20 .SH EXAMPLES
21 .EX "readfs \-l /dev/fd0" "List contents of diskette"
22 .SH DESCRIPTION
23 .PP
24 \fIReadfs\fR reads a diskette containing a 
25 \s-1MINIX 3\s-1
26 file system.  It can
27 extract all the files from it, give a listing of them, or both.  The files
28 extracted can be put in a user-specified directory (default: current
29 directory).  If subdirectories are needed, they will be created automatically.
30 .SH "SEE ALSO"
31 .BR mkproto (1).