Path: utzoo!attcan!uunet!lll-winken!ncis.llnl.gov!ncis!helios.ee.lbl.gov!nosc!ucsd!rutgers!mailrus!cornell!uw-beaver!rice!sun-spots-request From: lui@cs.ucla.edu (Stephen Lui) Newsgroups: comp.sys.sun Subject: Re: Disk Formatting Problems Message-ID: <19534@shemp.CS.UCLA.EDU> Date: 19 Jan 89 10:20:24 GMT References: <8901050638.AA02017@wuthel.UUCP> Sender: usenet@rice.edu Organization: UCLA Computer Science Department Lines: 21 Approved: Sun-Spots@rice.edu Original-Date: 13 Jan 89 20:21:13 GMT X-Sun-Spots-Digest: Volume 7, Issue 112, message 12 of 14 I had the exact same problem. The parameters in /etc/format.dat are wrong. Replace the Maxtor entry with: disk_type = "Maxtor XT-4380E" \ : ctrl = MD21 \ : ncyl = 1218 : acyl = 2 : pcyl = 1224 : nhead = 15 : nsect = 32 : : rpm = 3600 : bpt = 20940 partition = "Maxtor XT-4380E" \ : disk = "Maxtor XT-4380E" : ctrl = MD21 \ : a = 0, 14880 : b = 31, 29760 : c = 0, 584640 : g = 93, 540000 and this should work fine. You might want to extract the defect list first and save it to a file. After you update the /etc/format.dat file, then read in the defect list from the file (after you change the parameters, the manufacturer's defect list is no longer readable.) Stephen Lui ARPA: lui@cs.ucla.edu UUCP: ...!{cepu,trwspp,ucbvax}!ucla-cs!lui