more questions about dump/restore for the IRIS
Ken Lalonde
ken at cs.toronto.edu
Wed Mar 20 15:21:09 AEST 1991
sdempsey at 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
More information about the Comp.sys.sgi
mailing list