home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / misc / 19543 < prev    next >
Encoding:
Internet Message Format  |  1992-09-12  |  2.4 KB

  1. Path: sparky!uunet!wupost!uwm.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!cs4w+
  2. From: cs4w+@andrew.cmu.edu (Charles William Swiger)
  3. Newsgroups: comp.sys.next.misc
  4. Subject: Re: CDplayer 0.8 doesn't work.
  5. Message-ID: <0egfTf200WDJI0zWVO@andrew.cmu.edu>
  6. Date: 12 Sep 92 19:39:23 GMT
  7. Article-I.D.: andrew.0egfTf200WDJI0zWVO
  8. References: <2056@ltb.ltb.bso.nl>
  9. Organization: Senior, Chemistry, Carnegie Mellon, Pittsburgh, PA
  10. Lines: 39
  11. In-Reply-To: <2056@ltb.ltb.bso.nl>
  12.  
  13. Excerpts from netnews.comp.sys.next.misc: 11-Sep-92 CDplayer 0.8 doesn't
  14. work. Gerben Wierda@ltb.ltb.bs (665)
  15.  
  16. >It keeps asking for a disk, it won't recognize it and it tries to
  17. >mount/initialize it.
  18. >
  19. >My CD-ROM drive is a NeXT, that has SCSI id 3. I ask for /dev/rsd3h and
  20. >device 3 (whatever that means) through Tylers UI, or I run -d
  21. /dev/rsd3h. >Now as i recall, h is the live partition of a SCSI device.
  22. >
  23. >Anyway, what is going wrong here and what should i do to make it work?
  24.  
  25. The problem is that you're trying to mount SCSI partition h of off a raw
  26. device.  If the disk is a formatted device (with partition table, etc)
  27. then you could mount the various partitions with "mount /mnt /dev/sd?a"
  28. for a SCSI HD, "mount /mnt /dev/fd?a" for the floppy drive, or "mount -r
  29. /mnt /dev/sr?a" for a CD-ROM.  (Actually, the name of the CD-ROM driver
  30. may be different than sr? on the NeXT.  Doesn't really matter.)  The
  31. question marks should be replaced with the appropriate number, which is
  32. probably 0 for a floppy disk, and whatever the target number on the SCSI
  33. chain is for a SCSI device.
  34.  
  35. If you want to deal with a raw partition, as in for a music CD, or a tar
  36. dump made to floppy, or something like that, use the /dev/rsd?,
  37. /dev/rfd?, or /dev/rsr? (respectively) devices without any partition
  38. specified.
  39.  
  40. One other thing, partition h is not in general the "live" partition for
  41. any machine that I know of.  On the Suns, partition c should represent
  42. the entire device.  On the NeXT, most drives have the main partition as
  43. partition a.
  44.  
  45. -Chuck
  46.  
  47. +---------------------------------------------+
  48. |  Charles William Swiger -- a victim of CMU  | All the world's a stage,
  49. |   AMS & normal mail: cs4w+@andrew.cmu.edu   | And we are merely players,
  50. |    NeXTmail: <temporarily out of order>     | Performers and portrayers....
  51. +---------------------------------------------+          -- RUSH, "Limelight"
  52.