Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!hsdndev!rutgers!banana!bill From: bill@banana.fedex.com (bill daniels) Newsgroups: comp.unix.ultrix Subject: Re: How to make dump not rewind the tape? Keywords: dump,dec,utlrix Message-ID: <1991Apr25.131610.7528@banana.fedex.com> Date: 25 Apr 91 13:16:10 GMT References: <1991Apr24.192745.19638@leland.Stanford.EDU> Organization: Federal Express Corp. Lines: 29 kocks@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@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@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@banana.fedex.com