Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ames!purdue!decwrl!labrea!Portia!forel!karish From: karish@forel.stanford.edu (Chuck Karish) Newsgroups: comp.unix.questions Subject: Re: tape copy and disk format questions Message-ID: <1886@Portia.Stanford.EDU> Date: 27 Apr 89 22:44:21 GMT References: <4601@drivax.UUCP> Sender: USENET News System Reply-To: karish@forel.stanford.edu (Chuck Karish) Distribution: usa Organization: Mindcraft, Inc. Lines: 20 In article <4601@drivax.UUCP> braun@drivax.UUCP (Karl T. Braun (kral)) wrote: >1) How does one make a copy of the BSD distribution tape? It's not a > tar tape, and not a dump tape; I need to make an 'image' copy. > Someone suggested using tcopy, but I don't seem to have that (unless > it's new to 4.3) If you have 4.3 on line, look at /usr/sys/dist/maketape. The first file on the tape is written by `dd' with a block size of one block (512 bytes), and the others use 10K. Files after the first one are tar files; some vendors (DEC, for one) compress them, but Berkeley doesn't. It's easy to write a shell script to use 'dd' to take the files off the tape and put them on another one. If your disks are cramped, you'll have to use 'mt' to skip files, and do a lot of tape swapping. Chuck Karish hplabs!hpda!mindcrf!karish (415) 493-7277 karish@forel.stanford.edu