Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!wuarchive!cs.utexas.edu!rice!rice!sun-spots-request From: ekrell@ulysses.att.com Newsgroups: comp.sys.sun Subject: Re: Maxtor LXT-200S format.dat Keywords: Hardware Message-ID: <1990Aug13.010101.4144@rice.edu> Date: 9 Aug 90 14:30:32 GMT Sender: sun-spots-request@rice.edu Organization: Sun-Spots Lines: 25 Approved: Sun-Spots@rice.edu Originator: spots@titan.rice.edu X-Sun-Spots-Digest: Volume 9, Issue 297, message 13 X-Refs: Original: v9n297 >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 Krell AT&T Bell Laboratories, Murray Hill, NJ UUCP: {att,decvax,ucbvax}!ulysses!ekrell Internet: ekrell@ulysses.att.com