Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 1995 09:33:56 -0300 (ADT)
From:      Mike Digdon <digdon@Snoopy.UCIS.Dal.Ca>
To:        freebsd-hackers@freebsd.org
Subject:   ATAPI CD-ROM question...
Message-ID:  <199509071233.JAA01156@Snoopy.UCIS.Dal.Ca>

next in thread | raw e-mail | index | archive | help
I've been playing around with -current lately, and I've been having some
problems mounting my ATAPI CD-ROM... it looks as though the probe works fine:

wdc0: unit 1 (atapi): <FX400_02>, removable, intr, iordis
wcd0: 689Kb/sec, 256Kb cache, audio play, 255 volume levels, ejectable tray
wcd0: 120mm data disc loaded, unlocked

However, when I go to mount the CD, this is what happens:

# mount -r /dev/wcd0c /cdrom        
/dev/wcd0c on /cdrom: Incorrect super block.

Now, I would imagine that I'm not mounting the CD properly.  How *should* I
be mounting it?

Also, one other point to make.  The MAKEDEV script created /dev/wcd0c with a
major, minor of 18, 0.  However, it looks as though conf.c is looking for it
to be 19, 0.  While wcd0c was at 18, the CD would do nothing when mounted
and would fail with a "Device not configured" error.  When I changed it to
19 and tried to mount the CD, the CD became active and failed with the
"Incorrect super block" error.

-- 
         Mike Digdon # Network Operation Centre # Dalhousie University
          Phone: +1 902 494-1873 # E-mail: digdon@snoopy.ucis.dal.ca



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509071233.JAA01156>