cdrom after installing kernel
Marek Denis
marek at messiah.marek.org
Sun Jun 15 03:18:43 PDT 2003
On Sun, Jun 15, 2003 at 10:51:08AM +0000, Marek Denis wrote:
> On Sun, Jun 15, 2003 at 01:03:09AM +0200, Simon L. Nielsen wrote:
> > On 2003.06.15 00:46:43 +0000, Marek Denis wrote:
> >
> > > I have got a little problem- after rebuilding the kernel my CD ROM
> > > doesn't work. I thought maybe I had commented something necessary (like
> > > CD9660), but even if I only change ident and filename from GENERIC to
> > > something other after mount /cdrom I get this error:
> > >
> > > "cd9660: /dev/acd0c: Device not configured " (ofcourse I had put cd
> into the cdrom )
> > > while using GENERIC kernel everything is all right otherwise
> device can't be configured...why
> >
> >
> > # grep ata /var/run/dmesg.boot
>
> atapci0: <SiS 5591 ATA100 controller> port 0xff00-0xff0f at device 2.5 on pci0
> ata0: at 0x1f0 irq 14 on atapci0
> ata1: at 0x170 irq 15 on atapci0
> ad0: 39083MB <Maxtor 4D040H2> [79408/16/63] at ata0-master UDMA100
> acd0: CD-RW <CD-W524E> at ata1-slave PIO4
>
I have solved my problem. in my /etc/fstab file there was a line
/dev/acd0c /cdrom cd9660 ro,noauto 0 0
/dev/acd0c worked only with GENERIC, but when I tried
marek# mount -t cd9660 /dev/acd0a /cdrom (acd0a also listed in /dev)
everything worked great. So, the next step is only to modify /etc/fstab
and everything works all right.
More information about the freebsd-stable
mailing list