[comp.sys.dec] Logical Block No. to Cylinder/track/sector for Ultrix comp.sys.dec

hascall@cs.iastate.edu (John Hascall) (12/20/89)

In article <10347@stag.math.lsa.umich.edu> jtkohl@athena.mit.edu writes:
}Archive-name: lbn-to-cyl
}Original-posting-by: jtkohl@quicksilver.mit.edu (John T Kohl)
}Original-subject: Re: LBN's versus head numbers,formula wanted
}Reposted-by: emv@math.lsa.umich.edu (Edward Vielmetti)
 
}Here's a program which reads LBN's from a Unix/Ultrix message file, and
}translates to cylinder, etc.  This one knows about ra80's and ra81's; if
}you get an RA90 user's manual, it should have the appropriate geometry
}info you need to wire into this program.
 
     No RA90's here, but for an RA82 ...

     } else if (!strcmp(argv[1], "ra82")) {
	nscyl = 755;
	nstrk = 57;
	nblk = 1216665;
     } ...

John Hascall
ISU Comp Ctr
Ames, IA