home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 8089 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.9 KB

  1. Xref: sparky comp.sys.sun.admin:8089 comp.unix.solaris:289
  2. Newsgroups: comp.sys.sun.admin,comp.unix.solaris
  3. Path: sparky!uunet!spool.mu.edu!caen!zaphod.mps.ohio-state.edu!mstar!mstar!bob
  4. From: bob@MorningStar.Com (Bob Sutterfield)
  5. Subject: need format.dat for Micropolis 1548-15
  6. Message-ID: <BOB.92Nov9161338@volitans.MorningStar.Com>
  7. Sender: news@MorningStar.Com
  8. Nntp-Posting-Host: volitans.morningstar.com
  9. Organization: Morning Star Technologies
  10. Date: Mon, 9 Nov 1992 21:13:48 GMT
  11. Lines: 43
  12.  
  13. I'm trying to format a Micropolis 1548-15.  Neither SunOS 4.1.1 nor
  14. Solaris 2.0 (FCS) can apparently manage it.  The best format.dat entry
  15. I have come up with so far is
  16.  
  17. disk_type = "Micropolis 1548-15" \
  18.         : ctlr = SCSI : fmt_time = 30 \
  19.         : ncyl = 2097 : acyl = 2 : pcyl = 2099 : nhead = 15 : nsect = 107 \
  20.         : rpm = 3600
  21.  
  22. I'm trying to set it up like this:
  23.  
  24. partition> print
  25. Current partition table (puffer):
  26. Part      Tag    Flag     Cylinders        Size       Blocks
  27.   0       root    wm       0 -   15       12.54MB    (16/0/0)
  28.   1       swap    wu      16 -   56       32.13MB    (41/0/0)
  29.   2     backup    wu       0 - 2096        1.60GB    (2097/0/0)
  30.   3 unassigned    wm      57 -  108       40.75MB    (52/0/0)
  31.   4 unassigned    wm     109 -  236      100.31MB    (128/0/0)
  32.   5        usr    wm     237 -  300       50.16MB    (64/0/0)
  33.   6       home    wm     301 -  428      100.31MB    (128/0/0)
  34.   7 unassigned    wm     429 - 2096        1.28GB    (1668/0/0)
  35.  
  36. partition>
  37.  
  38. When I try to write the partition table and label, Solaris 2.0's
  39. format program says
  40.  
  41.     partition> label
  42.     Ready to label disk, continue? y
  43.      
  44.     Warning: error writing VTOC.
  45.     Illegal request during read: block 3349512 (0x331c08) (2086/13/91)
  46.     ASC: 0x0   ASCQ: 0x0
  47.     Warning: error reading backup label.
  48.     Illegal request during read: block 3349512 (0x331c08) (2086/13/91)
  49.     ASC: 0x0   ASCQ: 0x0
  50.     ...
  51.     Warning: no backup labels
  52.     Label failed.
  53.     partition> 
  54.  
  55. Any suggestions?
  56.