[comp.sys.sgi] more questions about dump/restore for the IRIS

sdempsey@UCSD.EDU (Steve Dempsey) (03/19/91)

1. This version of 'dump' recognizes the letters 'b' and 'c' as part of the
   key argument, but these are not documented.  I'm probably safe in assuming
   that 'b' is used to specify blocksize, but what does 'c' do?

2. The README file indicates that the 'e' key causes directories to be dumped
   in EFS format, while the comments at the beginning of the dump.8 file
   say that 'e' dumps directories in BSD format.  Which way is it?

3. Is source available?
---------------------------------------------------------------------------
Steve Dempsey					voice:	  (619) 534-0208
Dept. of Chemistry Computer Facility, 0314	UUCP:	  ucsd!sdempsey
University of Calif. at San Diego		BITNET:	  sdempsey@ucsd
9500 Gilman Drive				INTERNET: sdempsey@ucsd.edu
La Jolla, CA 92093-0314				fax:	  (619) 534-0058

ken@cs.toronto.edu (Ken Lalonde) (03/20/91)

sdempsey@UCSD.EDU (Steve Dempsey) writes:

>1. This version of 'dump' recognizes the letters 'b' and 'c' as part of the
>   key argument, but these are not documented.  I'm probably safe in assuming
>   that 'b' is used to specify blocksize, but what does 'c' do?

The argument after the b key is the number of (1024 byte) blocks per write.
The default is 10, 32 if the density is 6250 or greater.

The c key, for use with cartridge tapes, sets the density to 1000 bpi,
and the tape length to 1700 feet.

>2. The README file indicates that the 'e' key causes directories to be dumped
>   in EFS format, while the comments at the beginning of the dump.8 file
>   say that 'e' dumps directories in BSD format.  Which way is it?

The comments in dump.8 are wrong.  Dump writes in BSD directory format,
so the output can be read by the stock BSD restore.  The obsolete and
undocumented e key dumps directories in EFS format, which only this
version of restore understands.  There is no reason to use the e key.

I've mailed an updated dump.8 to Mike Muus at BRL.

>3. Is source available?

Dump contains some code derived from SGI source, so I can't sent
it to you unless you have an IRIX source license.  Sorry.

Ken Lalonde