home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / sysadmin / 7200 < prev    next >
Encoding:
Text File  |  1992-12-24  |  2.5 KB  |  57 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!think.com!enterpoop.mit.edu!bloom-picayune.mit.edu!wccf.mit.edu!karuzis
  3. From: karuzis@wccf.mit.edu (GLENN HOLM)
  4. Subject: CDPlayer and 2 drives tips
  5. Message-ID: <1992Dec24.082517.28608@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: wccf.mit.edu
  8. Organization: Massachvsetts Institvte of Technology
  9. Date: Thu, 24 Dec 1992 08:24:00 GMT
  10. Lines: 45
  11.  
  12. with new people *finally* getting their CD players, this experience
  13. may be appropriate..
  14.  
  15. if, like me, you have added an external drive to a station with
  16. an internal having SCSI ID#1, you probably set the external's
  17. ID to 0 and made it the boot device, maybe swapping on the
  18. internal. peachy.  except now CDPlayer.app doesn't work with
  19. IDs 0 and 1 and you don't want to open the box to reset the
  20. internal ID. so you set the external ID to 2 or more.
  21.  
  22. you then have to fix /etc/fstab (and perhaps /etc/swaptab) to
  23. reflect the change that /dev/sd0a has become /dev/sd1a and
  24. /dev/sd1a has become /dev/sd0a.  but when you reboot, you find
  25. that the system boots off the internal, since it has the lower ID.
  26.  
  27. you try booting from the ROM monitor and saying
  28. bsd(1,0,0)sdmach
  29. but the system still mounts the internal as /
  30.  
  31. after mucking with fstab on both drives, you manage to make both
  32. unusable, and single-user mode mounts the internal as read-only.
  33.  
  34. here you open the NeXTSTEP 3.0 release notes and learn about
  35. booting (and reinitializing) from the CDRom.  Tucked away in 
  36. there is how to boot from a higher ID drive (and left out of the
  37. 2.1 Sysadmin book). (and wish you had made that bootable floppy).
  38.  
  39. at the ROM monitor, say
  40. bsd(1,0,0)sdmach rootdev=sd1a nbuf=128        /*or whatever*/
  41. and you can listen to tunes.
  42.  
  43. i'm not sure how to get this much into the ROM monitor's p
  44. option to set this semi-permanently, since it only holds 12
  45. characters.  sd(1,0,0)-a at least prompts you for the root
  46. device, but you can't have the larger nbuf.  wasn't there
  47. something in Preferences to set the boot drive? no longer.
  48. anyway, if you have fstab right and type the right thing at
  49. the ROM monitor, things should go ok.  if not, don't blame me.
  50. you probably didn't need the tunes that badly.
  51.  
  52. ------------------------------------------------------------------
  53. |Glenn Holm                         Internet:karuzis@wccf.mit.edu|
  54. |M.I.T Dept. of Brain + Cog. Sci.   This VAX doesn't do NeXTmail |
  55. |Cambridge, MA 02139       "Real Neuroscientists don't do gels!" |
  56. ------------------------------------------------------------------
  57.