home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / ultrix / 6474 < prev    next >
Encoding:
Text File  |  1992-08-25  |  3.3 KB  |  93 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!gatech!utkcs2!utkux1.utk.edu!voodoo.utcc.utk.edu!snyder
  3. From: snyder@voodoo.utcc.utk.edu (kim snyder)
  4. Subject: maxtor disk problems on decstation 5000 - HELP!!
  5. Message-ID: <1992Aug25.203250.11167@utkux1.utk.edu>
  6. Followup-To: comp.unix.ultrix
  7. Sender: usenet@utkux1.utk.edu (USENET News System)
  8. Organization: University of Tennessee Computing Center
  9. Distribution: na
  10. Date: Tue, 25 Aug 1992 20:32:50 GMT
  11. Lines: 80
  12.  
  13.  
  14.  
  15. Background:
  16.  
  17. someone orders a disk for a decstation 5000 running ultrix4.1.
  18. They get a maxtor panther p1-17S disk, install it, call someone
  19. to set it up for them.
  20.  
  21. They wanted the disk divided up into 3 parts.  i partition it 
  22. into 3 parts.  now comes trouble.  whenever they use the 3rd
  23. partition, it trashes the partition table.  No superblocks can
  24. be found to recover jack.  the filesystems on partition 1 (a) 
  25. and 3 (g) are trashed and the machine freezes.  
  26.  
  27. using rzdisk, it seemed to think there were fewer sectors on the
  28. disk than the spec sheet called for.  So instead of using the number
  29. the spec sheet had, i used that number.  repartitioned, newfs'd.
  30. it was doing okay until the partition fills up (to 111% !!!).  it
  31. doesn't loose the partition table, but the filesystem on partition
  32. a gets trashed.  (that is, i newfs'd all three partitions, mounted
  33. them all, then unmounted all but the 3rd one.  tarred /usr onto
  34. it until it filled up.  then try to mount /dev/rz6a, and it says
  35. "invalid argument").
  36.  
  37. Thinking i had allocated an unacceptably large number of sectors,
  38. i used 10% of what rzdisk gave me.  same thing as above happened.
  39.  
  40. Other trivia.  using rzdisk, there is no bad block list.  rzdisk
  41. could also find no bad blocks.  
  42.  
  43. Here are the specs:
  44.  
  45. track density (tpi) 1,498
  46. disks               10
  47. data heads          19
  48. servo heads         1
  49. tracks              33,782
  50. sectors (512 bytes) 2,947,261
  51. cylinders           1,778
  52.  
  53. /etc/disktab:
  54.  
  55. rz111|RZ111|Maxtor Panther P1-17S:\
  56.         :ty=winchester:ns#80:nt#19:nc#1778:\
  57.         :pa#880977:ba#8192:fa#1024:\
  58.         :pb#32768:bb#8192:fb#1024:\
  59.         :pc#2947261:bc#8192:fc#1024:\
  60.         :pd#32768:bd#8192:fd:#1024:\
  61.         :pe#880977:be#8192:fe#1024:\
  62.         :pf#32768:bf#8192:ff#1024:\
  63.         :pg#880977:bg#8192:fg#1024:\
  64.         :ph#32768:bh#8192:fh#1024:
  65.  
  66. # chpt -q /dev/rrz6a
  67. /dev/rrz6a
  68. No partition table found in superblock...
  69. using default table from device driver.
  70. Current partition table:
  71. partition     bottom        top       size    overlap
  72.     a              0     880976     880977    b,c,d,f,h
  73.     b          32768     163839     131072    a,c
  74.     c              0    2936592    2936593    a,b,d,e,f,g,h
  75.     d              0          0          0    a,c,f,h
  76.     e         880977    1761953     880977    c
  77.     f              0          0          0    a,c,d,h
  78.     g        1761955    2642931     880977    c
  79.     h              0          0          0    a,c,d,f
  80.  
  81. [ this is after i lost the filesystem again - hence the "no
  82. partition table found in superblock..."]
  83.  
  84. there is a b partition, but it is not being used for anything.
  85. or is it?  i didn't tell it to swap here, anyway.  
  86.  
  87. Maxtor has no clue about using their disk on unix much less on a
  88. decstation.  could it be that since scsi is not scsi is not scsi,
  89. that there is something fundamentally wrong w/ this disk? 
  90.  
  91. kim
  92.  
  93.