manual page distributed with 4.1BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 28 Apr 1985 04:23:33 +0000 (20:23 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 28 Apr 1985 04:23:33 +0000 (20:23 -0800)
SCCS-vsn: old/man/dumpdir.8 4.1
SCCS-vsn: share/man/man8/man8.vax/format.8 4.1

usr/src/old/man/dumpdir.8 [new file with mode: 0644]
usr/src/share/man/man8/man8.vax/format.8 [new file with mode: 0644]

diff --git a/usr/src/old/man/dumpdir.8 b/usr/src/old/man/dumpdir.8
new file mode 100644 (file)
index 0000000..b68bb87
--- /dev/null
@@ -0,0 +1,44 @@
+.\" Copyright (c) 1980 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)dumpdir.8   4.1 (Berkeley) %G%
+.\"
+.TH DUMPDIR 8 "4/1/81"
+.UC 4
+.SH NAME
+dumpdir \- print the names of files on a dump tape
+.SH SYNOPSIS
+.B /etc/dumpdir
+[
+.B f
+filename ]
+.SH DESCRIPTION
+.I Dumpdir
+is used to read magtapes dumped with the
+.I dump
+command and list the names and inode numbers
+of all the files and directories on the tape.
+.PP
+The
+.B f
+option causes
+.I filename
+as the name of the tape instead
+of the default.
+.SH FILES
+default tape unit varies with installation
+.br
+rst*
+.SH "SEE ALSO"
+dump(1), restor(1)
+.SH DIAGNOSTICS
+If the dump extends over more than one tape,
+it may ask you to change tapes.
+Reply with a new-line when the next tape has been mounted.
+.SH BUGS
+There is redundant information on the tape
+that could be used in case of tape reading problems.
+Unfortunately,
+.I dumpdir
+doesn't use it.
diff --git a/usr/src/share/man/man8/man8.vax/format.8 b/usr/src/share/man/man8/man8.vax/format.8
new file mode 100644 (file)
index 0000000..a2026a0
--- /dev/null
@@ -0,0 +1,83 @@
+.\" Copyright (c) 1980 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)format.8    4.1 (Berkeley) %G%
+.\"
+.TH FORMAT 8 4/26/81
+.UC 4
+.SH NAME
+format \- how to format disks
+.SH DESCRIPTION
+.PP
+Warning:  These instructions are for people with 11/780 CPU's.  We don't
+know how to do this for 11/750 cpus (yet at least), you'll have to
+figure it out yourself; if you do call us and tell us how.
+.PP
+The formatting procedures are different for each type of disk.  Listed
+here are the formatting procedures for RK07's, RP0X, RM0X and Emulex Unibus
+Disks.
+.PP
+You should shut down UNIX and halt the machine to do any disk formatting.
+Make certain you put in the pack you want formatted.  It is also a good idea
+to spin down or write protect the disks you don't want to format, just in case.
+.PP
+.B Formatting a RK07.
+Load the floppy labled, "RX11 VAX DSK LD DEV #1" in the floppy disk drive,
+and type the following commands:
+.nf
+       >>>BOOT
+       DIAGNOSTIC SUPERVISOR.  ZZ-ESSAA-X5.0-119  23-JAN-1980 12:44:40.03
+       DS>ATTACH DW780 SBI DW0 3 5
+       DS>ATTACH RK07 DW0 DMA0
+       DS>SELECT DMA0
+       DS>LOAD EVRAC
+       DS>START/SEC:PACKINIT
+.fi
+.PP
+.B Formatting a RP0X.
+Follow the above procedures except that the ATTACH and SELECT lines should
+read.
+.nf
+       DS>ATTACH RH780 SBI RH0 8 5
+       DS>ATTACH RP0X RH0 DBA0         (RP0X is, e.g. RP06)
+       DS>SELECT DBA0
+.fi
+.PP
+This is for drive 0 on mba0; use 9 instead of 8 for mba1, etc.
+.PP
+.B Formatting a RM0X.
+Follow the above procedures except that the ATTACH and SELECT lines should
+read.
+.nf
+       DS>ATTACH RH780 SBI RH0 8 5
+       DS>ATTACH RM0X RH0 DRA0
+       DS>SELECT DRA0
+.fi
+.PP
+.B Formatting an Emulex Unibus Disk.
+Type these commands on the console:
+.nf
+       >>>SET REL:2013FDC0
+       >>>SET DEF WORD
+       >>>SET DEF OCT
+       >>>SET DEF PHYS
+       >>>U
+       >>>I
+       >>>D/P 10 0
+       >>>D/P 0 21
+       >>>D/P 36 177777
+       >>>D/P 0 77
+       (figure out when it is done)
+       >>>SET REL:0
+       >>>SET DEF LONG
+       >>>SET DEF HEX
+.fi
+.PP
+Once a disk is formatted, you'll still have to build file systems on it
+with mkfs(8) before you can use it with UNIX.
+.PP
+Don't forget to put your UNIX console floppy back
+in the floppy disk drive.
+.SH SEE ALSO
+bad144(8), badsect(8), mkfs(8)