Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!cs.utexas.edu!rice!rice!sun-spots-request From: barry@ADS.COM (Barry Lustig) Newsgroups: comp.sys.sun Subject: Re: Maxtor LXT-200S format.dat Keywords: Hardware Message-ID: <1990Aug15.235240.6899@rice.edu> Date: 14 Aug 90 21:32:36 GMT Sender: sun-spots-request@rice.edu Organization: Sun-Spots Lines: 36 Approved: Sun-Spots@rice.edu Originator: spots@titan.rice.edu X-Sun-Spots-Digest: Volume 9, Issue 302, message 20 X-Refs: Original: v9n292, Replies: v9n295 v9n297 In article <1990Aug13.010101.4144@rice.edu> ekrell@ulysses.att.com writes: >>Note also that >>on the Sun you only get about 160MB out of the drive rather than 200... > >>disk_type = "Maxtor LXT-200S" \ >> : ctlr = MD21 : fmt_time = 2 \ >> : cache = 0x5c : trks_zone = 6 : atrks = 0 : asect = 1 \ >> : ncyl = 1314 : acyl = 2 : pcyl = 1320 : nhead = 7 : nsect = 33 \ >> : rpm = 3662 : bpt = 16896 > >This format.dat entry doesn't use all the sectors the disk has, that's why >you only get 160MB or so. If you use > >disk_type = "Maxtor LXT-200S" \ > : ctlr = MD21 : fmt_time = 5 \ > : trks_zone = 1 : atrks = 0 : asect = 1 \ > : ncyl = 998 : acyl = 2 : pcyl = 1314 \ > : nhead = 7 : nsect = 56 \ > : rpm = 3600 : bpt = 33920 > >You get around 195MB. That's the entry we use. It yields a total of >391,216 sectors. Eduardo, I call your 391,216 and raise you 784 sectors to 391,300. Try this format.dat entry: disk_type = "Maxtor LXT-200S" \ : ctlr = MD21 : fmt_time = 5 \ : trks_zone = 1 : atrks = 7 : asect = 1 \ : ncyl = 1300 : acyl = 2 : pcyl = 1302 : nhead = 7 : nsect = 43 \ : rpm = 3600 : bpt = 33920 Barry Lustig Advanced Decision Systems barry@ads.com