Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!mcvax!botter!vuecho!michael From: michael@vuecho.UUCP Newsgroups: comp.sys.mac Subject: MFS boot problems (was Re: mac problems) Message-ID: <129@wundt.vuecho.psy.vu.nl> Date: Fri, 14-Aug-87 06:08:59 EDT Article-I.D.: wundt.129 Posted: Fri Aug 14 06:08:59 1987 Date-Received: Sat, 15-Aug-87 17:54:13 EDT References: <1712@sfsup.UUCP> <112@stech.UUCP> <17501@brunix.UUCP> Reply-To: michael@psy.vu.nl (Michael Felt) Organization: VU Psychologie, Amsterdam Lines: 31 >>> >>> When I try to boot my 128K MAC from some disks I get a frowning face >>> sitting on top of a 0f0064 error code on a blank screen. >>> Once the system is booted inserting some >>> disks causes the error: 'this disk is unreadable to appear'. >>> While working with a Lisa (MacWorks, MacXL) the following occured: I turned the computer off. The next workday I turned it back on and got the infamous sad mac (0f0064). After much tinkering to determine what the disk id was (it's #4) I was able to read the boot blocks, vol info, master directory block, try to mount it, etc.. The reaction to MountVol was error -64 ( I think). In any case the error meant badMDB - bad Master Directory Block. Apparently during mounting of a volumn MountVol compares the number of free allocation blocks in the MDB with the word value stored in the volumn information block. If these are equal the result is ioError = -64 (i.e. badMDB). I solved this problem by treaking the value in the volumn info block to the amount of free space indicated by the MDB. And voila, booted. To be safe, I re-formated after backing up to floppy. All this is said not to counter what has been said already, but there are other problems. I suspect the message 'disk is unreadable' refers to a bad MDB as a double sided disk would (I expect) result in 'not a macintosh disk' as 64K roms only know about MFS disks. Regarding Bad drives: we had one machine (of 13) that had a bad drive. It was replaced and the machine has worked fine since.