Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!wb3ffv!ka3ovk!raysnec!shwake From: shwake@raysnec.UUCP (Ray Shwake) Newsgroups: comp.unix.questions Subject: Re: dump multiple file systems on same tape ? Keywords: dump,filesystems Message-ID: <171@raysnec.UUCP> Date: 9 Dec 90 00:42:57 GMT References: <84@nososl.UUCP> Organization: IRS/CI - Technical Solutions Branch Lines: 16 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 You don't specify the system or OS under question. Many systems support writing without rewinding, leaving only an "end of file" mark, but not an "end of tape" mark. That tape is then positioned for further writes. The "no rewind" option is often indicated by an "n" reference in the device name (e.g. nrct1 vs. rct1, rnmt0 vs. rmt0, etc.) but your system may follow a different strategy.