How to make dump not rewind the tape?
bill daniels
bill at banana.fedex.com
Thu Apr 25 23:16:10 AEST 1991
kocks at jessica.stanford.edu (Peter Kocks) writes:
>I have found that the dump command always rewinds the tape when it is
>done. Is there a way of having dump not rewind when it finishes?
>Thanks
>Peter Kocks
>pkocks at chemistry.stanford.edu
You can more than likely specify the no-rewind tape device, ie. /dev/nrmt0h.
This will allow you to concatenate dumps on a single large tape such as
8mm or 4mm.
Try something like this:
dump 0uf /dev/nmt0h / ; dump 0uf /dev/rmt0h /usr
mt rewind
restore tf /dev/nrmt0h ; mt fsf ; restore tf /dev/rmt0h
bill
--
these ravings are in no way sanctioned by federal express corp
bill daniels | voice: (901)797-6328
federal express corp | fax: (901)797-6388
box 727-2891, memphis, tn 38194 | email: bill at banana.fedex.com
--
these ravings are in no way sanctioned by federal express corp
bill daniels | voice: (901)797-6328
federal express corp | fax: (901)797-6388
box 727-2891, memphis, tn 38194 | email: bill at banana.fedex.com
More information about the Comp.unix.ultrix
mailing list