home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3088 < prev    next >
Encoding:
Text File  |  1992-07-28  |  3.0 KB  |  92 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!math.fu-berlin.de!unidui!du9ds3!veit
  3. From: veit@du9ds3.uni-duisburg.de (Holger Veit)
  4. Subject: Re: 386BSD-0.1 Install problem: can't relabel disk, etc...
  5. References: <1992Jul28.200625.11771@donau.et.tudelft.nl>
  6. Date: 29 Jul 92 08:31:12 GMT
  7. Reply-To: veit@du9ds3.uni-duisburg.de
  8. Organization: Uni-Duisburg FB9 Datenverarbeitung
  9. Keywords: 386bsd
  10. Sender: @unidui.uni-duisburg.de
  11. Message-ID: <veit.712398672@du9ds3>
  12. Lines: 78
  13.  
  14. In <1992Jul28.200625.11771@donau.et.tudelft.nl> franky@duteca.et.tudelft.nl (Frank W. ten Wolde) writes:
  15.  
  16. >I'm having trouble installing 386BSD-0.1 to my system.
  17.  
  18. [...]
  19.  
  20. >When I prepare a partition of type A5 on my disk and try to install again
  21. >(install -debug) I get:
  22.  
  23. >     bios finds: cyl 1001 heads 15 sectors 17
  24. >    Partitions:
  25. >    offset    size    type    flag
  26. >    17    153748    a5    0
  27. >    153765    101235    81    0
  28. >    0    0    0    0
  29. >    0    0    0    0
  30. >    Do you want to install <...> disk drive's 386BSD partition? (y/n) y
  31. >    making root size 143055 offset 17
  32. >    making swap size 10000 offset 143265
  33. >    label written at sector 17
  34. >    High level formatting of 386 BSD disk storage:
  35. >    ...
  36. >    ...
  37. >    super-block backups (for fsck -b #) at:
  38. >    32, ...
  39. >    ...
  40. >    ...
  41. >    ...                    , 134704, 138816
  42. >    newfs: ioctl (WDINFO): No such process
  43. >    newfs: /dev/rwd0a: can't rewrite disk label
  44.  
  45. >and the installation fails again.
  46. >Can someone please explain? I also tries the fixit.fs boot floppy and
  47. >used disklabel. Then I get errors about not being able to find/write the
  48. >disk label and I get '/dev/rwd0a: invalid argument' errors.
  49.  
  50. This should be in the FAQ (but is not yet :-(
  51. Your listing shows that you A5 partition does not start at a cylinder boundary.
  52. It starts at head 1, cylinder 0, sector 1 according to your disk parameters.
  53. This happens as a "feature" when you prepare the partition by FDISK and 
  54. change the ID to A5 then. 
  55. NEWFS does not like to start at a non-cylinder boundary and does not find the
  56. location to store the disk label. I think this is not a bug, but a vital
  57. feature, so don't patch the newfs source to get the remaining 238 sectors
  58. (they won't save your life).
  59.  
  60. Change the offset to 15*17 = 255 and adjust the size accordingly (subtract
  61. 255-17). Install should work then.
  62.  
  63. >My system is:    386/33 (unknown chipset)
  64. >        4 Mb core
  65. >        no NCP
  66. >        ST1144AT    (drive 1: 125Mb)
  67. >        ST251AT        (drive 2: 43Mb)
  68. >        SC499        (tape controller)
  69.  
  70. I am not sure about your tape controller, but the rest is not critical.
  71.  
  72. >    
  73. >Thanks!
  74.  
  75. >-Frank ten Wolde
  76.  
  77. >--
  78. >#############################################################################
  79. ># Frank W. ten Wolde (PA3FMT)    | E-mail: franky@duteca.et.tudelft.nl
  80. ># Delft University of Technology |
  81. ># The Netherlands                |
  82.  
  83. Hope that helps
  84.  
  85. Holger
  86.  
  87. -- 
  88. |  |   / Holger Veit             | INTERNET: veit@du9ds3.uni-duisburg.de
  89. |__|  /  University of Duisburg  | BITNET: veit%du9ds3.uni-duisburg.de@UNIDO
  90. |  | /   Dept. of Electr. Eng.   | "No, my programs are not BUGGY, these are
  91. |  |/    Inst. f. Dataprocessing |          just unexpected FEATURES"
  92.