Files
oldlinux-files/Minix/2.0.0/wwwman/man1/readfs.1.html
2024-02-19 00:21:39 -05:00

74 lines
1.1 KiB
HTML

<HTML>
<HEAD>
<TITLE>readfs(1)</TITLE>
</HEAD>
<BODY>
<H1>readfs(1)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
readfs - read a MINIX file system
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>readfs</STRONG> [<STRONG>-il</STRONG>] <EM>block</EM>_<EM>special</EM> [<EM>dir</EM>]
</PRE>
<H2>OPTIONS</H2><PRE>
<STRONG>-i</STRONG> Give information about the file, but do not extract files
<STRONG>-l</STRONG> List the files extracted on standard output
</PRE>
<H2>EXAMPLES</H2><PRE>
<STRONG>readfs</STRONG> <STRONG>-l</STRONG> <STRONG>/dev/fd0</STRONG> # List contents of diskette
</PRE>
<H2>DESCRIPTION</H2><PRE>
<EM>Readfs</EM> reads a diskette containing a MINIX file system. It can extract
all the files from it, give a listing of them, or both. The files
extracted can be put in a user-specified directory (default: current
directory). If subdirectories are needed, they will be created
automatically.
</PRE>
<H2>SEE ALSO</H2><PRE>
<STRONG><A HREF="../man1/mkproto.1.html">mkproto(1)</A></STRONG>.
</PRE>
</BODY>
</HTML>