From owner-freebsd-questions Fri Jun 13 07:17:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA01692 for questions-outgoing; Fri, 13 Jun 1997 07:17:56 -0700 (PDT) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA01684 for ; Fri, 13 Jun 1997 07:17:52 -0700 (PDT) Received: by mail.EUnet.hu, id QAA28179; Fri, 13 Jun 1997 16:17:28 +0200 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id QAA01745; Fri, 13 Jun 1997 16:06:09 +0200 (MET DST) From: Zahemszky Gabor Message-Id: <199706131406.QAA01745@CoDe.hu> Subject: Re: Disk Biff [2.2.1-stable] To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Fri, 13 Jun 1997 16:06:09 +0200 (MET DST) Cc: amir@i33.com In-Reply-To: <19970612111731.27738@i33.com> from "Amir Y. Rosenblatt" at "Jun 12, 97 11:17:31 am" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Last night I heard my boot disk a Seagate ST32550W Baraccuda click and > spin down. The machine hung almost immediately (as it is often wont to do > when anything on the scsi bus flakes). I waited till the disk access > light was off before powering down, letting it rest 10 seconds and > powering it back up. Upon bootup it claimed not to be able to find the > kernel (even when I specified at the boot prompt to use 0:sd(0,a)/kernel). > I booted up off my 2.2.1 boot floppy and attempted to mount the fixit disk > I'd made from the 2.2.1 FIXIT.FLP image but it told me it couldn't mount > it (it was not write-protected). Usinf the partition and label manager on Well, you don't have to mount FIXIT, but use the fixit menu from the installation menu. After it you have to switch floppies, and go! Gabor -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"