NFS

Chris Torek chris at mimsy.UUCP
Wed Jul 26 08:54:14 AEST 1989


In article <20365 at adm.BRL.MIL> mchinni at pica.army.mil
(Michael J. Chinni, SMCAR-CCS-E) writes:
>Systems: s1 DEC VAX 8600 ULTRIX 3.0
>	 s2 GOULD PN9080 UTX/32 2.0u03
>... the dump tape format of s1 and s2 are NOT compatable

Correct; dump tapes are machine dependent.  Use tar or cpio for machine
independent backups (tar will not back up device special files, which
is proper---special files are machine dependent0---and will fill holes,
which is sometimes but not always bad).

>NFS mounting lets us use s1 dump to dump s2 filesystems, and use s2 dump to
>dump s1 filesystems.

This is misguided.  Dump reads the raw device-special file, which is why
it and its tapes are machine-dependent.  It does this for speed.

It is usually possible (and sometimes even easy) to jury-rig restore so
that it can restore dump tapes made from other systems.  The 4.3BSD-tahoe
restore can read Sun dump tapes.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris at mimsy.umd.edu	Path:	uunet!mimsy!chris



More information about the Comp.unix.questions mailing list