Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!apple!akkana From: akkana@Apple.COM (Akkana Peck) Newsgroups: comp.unix.aux Subject: Re: cloning the A/UX root partition Keywords: clone A/UX partition SCSI Message-ID: <51392@apple.Apple.COM> Date: 10 Apr 91 23:55:53 GMT References: <6962@rex.cs.tulane.edu> <1991Apr10.025055.1029@ni.umd.edu> Distribution: usa Organization: Apple Computer Inc., Cupertino, CA Lines: 17 In article <1991Apr10.025055.1029@ni.umd.edu> steveg@ni.umd.edu (Steve Green) writes: >In article <6962@rex.cs.tulane.edu> dejesus@bourbon.ee.tulane.edu (Francisco X DeJesus) writes: >> Is there any program out there (preferably under MacOS) that can do an >>image copy of an entire SCSI partition, from one drive to another? >>[deleted] > > dd if=/dev/dsk/cxd0s31 of=/dev/dsk/cyd0s31 bs=512k >where x is the source scsi id and y is the destination scsi id. Or even ... cat! I admit that I haven't tried it on A/UX, but I've successfully cloned SunOS with commands like "cat /dev/rsd0a >/dev/rsd1a". (We were going to use dd, but just wanted to see if cat would work, for the hack value. It had been a long day. :-) ) ...Akkana (akkana@apple.com) Disclaimer: I'm a contractor, and don't speak for Apple. Apple does *not* officially recommend using "cat" to install A/UX.