Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!sdd.hp.com!mips!daver!kcdev!genco!rad From: rad@genco.bungi.com (Bob Daniel) Newsgroups: comp.sys.att Subject: Re: cpio Keywords: cpio stuff Message-ID: <141@genco.bungi.com> Date: 28 Nov 90 19:55:02 GMT References: Reply-To: rad@genco.bungi.com (Bob Daniel) Distribution: usa Organization: Gentry & Assoc. Excelsior Springs, MO Lines: 28 In article mef@remus.rutgers.edu (Marc E. Fiuczynski) writes: >A while ago I cpio'd some stuff to multiple diskettes. >It is possible to cpio large files or a collection of >files out to multiple diskettes. Unfortunately, I forgot >how to cpio them all back from the disks to the hard disk. >Cann anyone tell me what the args are for cpio to read in files >from multiple disks!!! You need to cpio to the raw device when going over multiple volumes. For SysV/386, use: cpio -ocvmB >/dev/rdsk/f0 ^ raw disk device ^floppy 0 Reading back: cpio -icvdmB