根据我在工作中的实践,一般硬盘上会标明cylinders,heads,sectors的参数,但也有只标明LBA xxxxxxxx, 这时应该计算一下cylinders的值:例如一块20G硬盘上标明 Cylinders:16383,Heads:16,Sectors:63,LBA:39062500 若在安装时按cylinders=16383,heads=16,sectors=63来设置,则只认8G。这时应根据LBA的值来确定C/H/S值,公式如下: C=LBA/16/63 若C的值大于65535,则用 C=LBA/16/255 这样说可以用到20G。 另外,还可以调整Cylinders的值,想装多少G,就装多少G,多试几次!!! LBA → 总扇区数 Cylinders → 柱面数 Head
在大硬盘上面安装SCO UNIX
comments powered by Disqus