dump multiple file systems on same tape ?

Edward P. Ratazzi ratazzie at lonex.radc.af.mil
Tue Dec 11 01:43:09 AEST 1990


In article <1990Dec7.185525.14932 at maverick.ksu.ksu.edu> you write:
>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.
>

Or you can do it all in one step (in SunOS, anyway):

        restore xfs /dev/nrmt8 n

Where n is the file system to skip to (n>0).  

-- 
================================================================================
E. Paul Ratazzi                                |      ratazzie at lonex.radc.af.mil
Microelectronics Reliability Division          |            COMPMAIL:  e.ratazzi
Rome Air Development Center                    |                  (315) 330-2946



More information about the Comp.unix.questions mailing list