Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!euclid.jpl.nasa.gov!pjs From: pjs@euclid.jpl.nasa.gov (Peter Scott) Newsgroups: comp.unix.questions Subject: Re: dump multiple file systems on same tape ? Keywords: dump,filesystems Message-ID: <1990Dec7.230112.24121@elroy.jpl.nasa.gov> Date: 7 Dec 90 23:01:12 GMT References: <84@nososl.UUCP> Sender: news@elroy.jpl.nasa.gov (Usenet) Reply-To: pjs@euclid.jpl.nasa.gov Organization: Jet Propulsion Laboratory, NASA/Caltech Lines: 26 Nntp-Posting-Host: euclid.jpl.nasa.gov In article <84@nososl.UUCP>, olav@nososl.UUCP (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. > 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 ?. At least on my system, I would call the device /dev/nrmt14; the n stands for "no rewind" (intuitive, huh :-)). Dump will still claim that it's rewinding, but it isn't. You can verify the dumps with a sequence of restore ivf; mt fsf commands. -- This is news. This is your | Peter Scott, NASA/JPL/Caltech brain on news. Any questions? | (pjs@euclid.jpl.nasa.gov)