Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!uakari.primate.wisc.edu!aplcen!haven!decuac!bacchus.pa.dec.com!news.crl.dec.com!shlump.nac.dec.com!energy.irc.cbm.dec.com!mamros From: mamros@energy.irc.cbm.dec.com (Shawn Mamros) Newsgroups: comp.unix.ultrix Subject: Re: CD ROM Blues Message-ID: <1990Nov7.170640@energy.irc.cbm.dec.com> Date: 7 Nov 90 22:06:40 GMT References: <4811@spdcc.SPDCC.COM> Sender: news@shlump.nac.dec.com Reply-To: mamros@crl.dec.com (Shawn Mamros) Organization: Digital Equipment Corporation Lines: 28 In article <4811@spdcc.SPDCC.COM>, jls2@spdcc.COM (Jeff Stoner) writes: |> I have received an RRD40 CD ROM drive on loan and want to set it up [...] |> 1) What device name do I need to create for it? What exact command |> does that? Assuming that you've cabled it to the SCSI bus at SCSI unit N (0 <= N <= 5): # cd /dev # MAKEDEV rzN just as you would with any other SCSI disk drive. |> 2) What exact mount command do I use to put it on the system? |> Someone I'm working with just received the same drive the same |> way and cannot successfully mount the CD ROM. You need to mount it read-only with the "-r" switch on mount: # mount -r /dev/rzNc (wherever) (Otherwise, mount complains about a "Restricted operation on file system".) |> 3) Does the Ultrix driver read ISO 9660 standard disks? [...] I'm afraid I don't know the answer to that one (never tried it myself...) |> Thanks for any help you can offer! No problem... -Shawn Mamros E-mail to: mamros@crl.dec.com Disclaimer: These are not "official" statements in any way, shape, or form. No warranty is expressed or implied, etc...