dump multiple file systems on same tape ?
Jerry Frain
jxf at altair.cis.ksu.edu
Sat Dec 8 05:55:25 AEST 1990
In article <84 at nososl.UUCP> olav at nososl.UUCP (Jan-Olav Eide) writes:
>
>I am attempting to dump several (root) filesystems onto the same tape,
>using the following syntax:
>
> dump 0ufsdn /dev/rmt14 10000 1500 /dev/gd0a
> dump 0ufsdn /dev/rmt14 10000 1500 /dev/gd2a
> dump 0ufsdn /dev/rmt14 10000 1500 /dev/gd4a
>
>
>The dump proceeds nicely, but when I attempt to restore, all I find
>on the tape is the first filesystem. No sign of the two other.
Try:
mt fsf n
Where n is the number of filesystems to skip over on that tape.
Do this before you invoke restore. See the man page on mt(1) for
more information.
>Dump also informs the that it is rewinding the tape after each
>dump, but the time this takes is much too short for that to actually
>happen. /dev/rmt14 does not do an automatic rewind. I have not found
>anything in TFM to enlighten me, maybe anyone on the net can ?.
Dump always says that it is doing a rewind, even if it is writing to
a device which is not auto-rewind.
--Jerry
--
Jerry Frain -- Systems Programmer Kansas State University
Department of Computing & Info Sciences
Internet : jxf at cis.ksu.edu Manhattan, Kansas
UUCP : ...!rutgers!ksuvax1!jxf
More information about the Comp.unix.questions
mailing list