Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!sgi!parcvax!cdp!scott From: scott@cdp.UUCP Newsgroups: comp.unix.microport Subject: Re: Microport System V/386 install woes Message-ID: <138500031@cdp> Date: 17 May 88 03:57:00 GMT References: <1984@sugar.UUCP> Lines: 18 Nf-ID: #R:sugar.UUCP:1984:cdp:138500031:000:828 Nf-From: cdp.UUCP!scott May 16 20:57:00 1988 Note that when you do a low level format with an MS-DOS utility be *sure* the MS-DOS utility does not do any sparing (which sometimes means you have to tell it to not do any testing). Then, use diskadd or the boot disk to do the sparing. echo * is a reasonable alternative to ls . Also, I once created shell scripts to do cat, sed (search & replace), grep, etc, and it worked fairly well (using case statements for the pattern matching). But it's much easier to just mount a hard disk with a Unix filing system than put the mounted disk's binary directories in your search path (or copy a few utilities over to the boot disk; I copied a kernel with a tape cartridge, and then the dd and tape utilities, so I could reboot off cartridge tape). Don't forget that the table of sector to bfi is wrong for 3:1 interleave. -scott