home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4132 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  2.0 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!udel!louie!udel.edu!neal
  2. From: neal@neal.ctd.comsat.com (Neal Becker)
  3. Newsgroups: comp.unix.bsd
  4. Subject: swap problems - Not Again!
  5. Message-ID: <NEAL.92Aug13080724@neal.ctd.comsat.com>
  6. Date: 13 Aug 92 13:07:24 GMT
  7. Sender: usenet@udel.edu (USENET News Service)
  8. Organization: COMSAT Labs
  9. Lines: 57
  10. Nntp-Posting-Host: neal.ctd.comsat.com
  11.  
  12. I have a recent 386/4Mb with Wd1007V and 150Mb Micropolis EDSI drives.
  13. When 0.1 installed, I get "clean of page xxx failed" warnings.  A LOT.
  14. By the hundreds.
  15.  
  16. I read the messages saying this was due to swap not being on a
  17. cylinder boundary.  I have battled this for a couple of weeks now.
  18.  
  19. In my most recent feeble attempt, I tried the 0.1 install but told it
  20. to use the whole disk.  This did *not* fix the problem.  Disklabel
  21. showed the dreaded asterisks on the swap partition!
  22.  
  23. I made a disktab entry and disklabeled.  Now I have this:
  24.  
  25. # /dev/rwd0d
  26. type: ESDI
  27. disk: neal
  28. label:
  29. flags:
  30. bytes/sector: 512
  31. sectors/track: 35
  32. tracks/cyl: 8
  33. sectors/cyl: 280
  34. cylinders: 1022
  35. rpm: 3600
  36. interleave: 1
  37. [...]
  38.  
  39.     size    offset    fstype    fsize    bsize    cpg
  40.     ------    ------    ------    -----    -----    ---
  41. a:    275240    0    4.2BSD    1024    8192    16    0-982
  42. b:    10080    275240    swap                983-1018
  43. c:    285880    0    unused    0    0        0-1020
  44.  
  45. 10080 is a multiple of 280.  No more cursed asterisks!!
  46.  
  47. Now I newfs'd, and installed manually.  One note here, since I did not
  48. participate in the great 0.0 experiment, I can't find any instructions
  49. on how to install manually.  Here's what I did (trial and error):
  50.  
  51. 1. mount -u /dev/fd0a /
  52. 2. mount /dev/wd0a /mnt
  53. 3. zcpio -pdm /mnt < /etc/baselist.Z
  54. 4. cd /mnt; zcpio -idm < /etc/baseutils.cpio.Z
  55. 5. shutdown
  56.  
  57. Then boot off hd.  This is OK.  Next, I used mread to load bin01 into
  58. /tmp.  Then I used extract.  This went OK.
  59.  
  60. 6. Shutdown
  61. 7. Reboot.  No good.  Says there's no /etc/fstab.
  62. 8. Make /etc/fstab.  Put this in it:
  63. /dev/wd0a / ufs rw 1 1
  64.  
  65. 9. Reboot again.  This time it boots OK (after manually running
  66. fsck).!
  67. 10. SAME PROBLEM AGAIN!@!!!!!  clean of page xxx failed!@!!!  Hundreds
  68. of them!  Help!
  69.