[comp.sys.next] Problem installing 2.0 on a NeXT-supplied Maxtor XT-8760S

eps@toaster.SFSU.EDU (Eric P. Scott) (03/04/91)

I assume most of you who upgraded to 2.0 used the Upgrade2.0
Application?

I tried the "complete reinstallation" route, and this is what I
got:

localhost# disk -i /dev/rsd0a
disk name: MAXTOR XT-8760S-1024
disk type: fixed_rw_scsi
writing disk label
creating new filesystem on /dev/rsd0a
/usr/etc/newfs -n -v /dev/rsd0a
/etc/mkfs /dev/rsd0a 456256 28 15 8192 1024 32 10 60 4096 t
Warning: 4096 bytes per inode impossible due
to cylinder group size, using 5685 bytes per inode
Reduce cylinder group size to reduce bytes per inode.
Warning: 284 sector(s) in last cylinder unallocated
/dev/rsd0a:     456256 sectors in 1087 cylinders of 15 tracks, 28 sectors
        467.2Mb in 34 cyl groups (32 c/g, 13.76Mb/g, 2048 i/g)
super-block backups (for fsck -b#) at:
 16, 13488, 26960, 40432, 53904, 67376, 80848, 94320, 107792, 121264,
 134736, 148208, 161680, 175152, 188624, 202096, 215056, 228528, 242000, 255472,
 268944, 282416, 295888, 309360, 322832, 336304, 349776, 363248, 376720, 390192,
 403664, 417136, 430096, 443568,
creating new filesystem on /dev/rsd0b
/usr/etc/newfs -n -v /dev/rsd0b
/etc/mkfs /dev/rsd0b 220000 28 15 8192 1024 32 10 60 8192 t
Warning: 80 sector(s) in last cylinder unallocated
/dev/rsd0b:     220000 sectors in 524 cylinders of 15 tracks, 28 sectors
        225.3Mb in 17 cyl groups (32 c/g, 13.76Mb/g, 1600 i/g)
super-block backups (for fsck -b#) at:
 16, 13488, 26960, 40432, 53904, 67376, 80848, 94320, 107792, 121264,
 134736, 148208, 161680, 175152, 188624, 202096, 215056,
initialization complete

UH-OH!  It never did THAT before.  So I brought up 1.0a again and
typed the same thing:

localhost# disk -i /dev/rsd0a
disk name: MAXTOR XT-8760S-1024
disk type: fixed_rw_scsi
writing disk label
creating new filesystem on /dev/rsd0a
/usr/etc/newfs -n -v /dev/rsd0a
/etc/mkfs /dev/rsd0a 456256 26 16 8192 1024 32 10 60 4096 t
Warning: 96 sector(s) in last cylinder unallocated
/dev/rsd0a:     456256 sectors in 1097 cylinders of 16 tracks, 26 sectors
        467.2Mb in 35 cyl groups (32 c/g, 13.63Mb/g, 2048 i/g)
super-block backups (for fsck -b#) at:
 16, 13360, 26704, 40048, 53392, 66736, 80080, 93424, 106768, 120112,
 133456, 146800, 160144, 173488, 186832, 200176, 213008, 226352, 239696, 253040,
 266384, 279728, 293072, 306416, 319760, 333104, 346448, 359792, 373136, 386480,
 399824, 413168, 426000, 439344, 452688,
creating new filesystem on /dev/rsd0b
/usr/etc/newfs -n -v /dev/rsd0b
/etc/mkfs /dev/rsd0b 220000 26 16 8192 1024 32 10 60 8192 t
Warning: 64 sector(s) in last cylinder unallocated
/dev/rsd0b:     220000 sectors in 529 cylinders of 16 tracks, 26 sectors
        225.3Mb in 17 cyl groups (32 c/g, 13.63Mb/g, 1600 i/g)
super-block backups (for fsck -b#) at:
 16, 13360, 26704, 40048, 53392, 66736, 80080, 93424, 106768, 120112,
 133456, 146800, 160144, 173488, 186832, 200176, 213008,
initialization complete

Then I switched to 2.0 and did a command-line builddisk with the
-n option.  (This being equivalent to the way things would have
been had I used Upgrade2.0.)

So, did NeXT have the disk geometry "wrong" since Day 1 or is the
"improved" disktab hosed?  This is a genuine NeXT-supplied disk--
it's supposed to work, right?

localhost# scsimodes /dev/rsd0a
SCSI information for /dev/rsd0a
Drive type: MAXTOR XT-8760S
1024 bytes per sector
28 sectors per track
15 tracks per cylinder
1632 cylinder per volume (including spare cylinders)
4 spare sectors per cylinder
45 alternate tracks per volume
676415 usable sectors on volume

localhost# scsimodes -v /dev/rsd0a
plh_len = 35
plh_medium = 0
plh_wp = 0
plh_blkdesclen = 8
bd_density = 0
bd_nblk = 0
bd_blklen = 1024
dfp_savable = 1
dfp_pagecode = 3
dfp_pagelen = 22
dfp_trkszone = 15
dfp_altsecszone = 4
dfp_alttrkszone = 0
dfp_alttrksvol = 45
dfp_sectors = 28
dfp_bytessector = 1024
dfp_interleave = 1
dfp_trkskew = 0
dfp_cylskew = 8
dfp_ssec = 0
dfp_hsec = 1
dfp_rmb = 0
dfp_surf = 0
plh_len = 31
plh_medium = 0
plh_wp = 0
plh_blkdesclen = 8
bd_density = 0
bd_nblk = 0
bd_blklen = 1024
rdp_savable = 1
rdp_pagecode = 4
rdp_pagelen = 18
rdp_maxcyl = 1632
rdp_maxheads = 15
rdp_wpstart = 0
rdp_rwcstart = 0
rdp_steprate = 0
rdp_landcyl = 0
last logical block=676415
block length=1024

					-=EPS=-