Date: Sun, 24 Jan 1999 14:51:35 +0000 From: Mark Ovens <marko@uk.radan.com> To: DrdeHaerne@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Very anoying CDROM mounting issue Message-ID: <36AB3377.12128AA9@uk.radan.com> References: <3de8b06d.36ab0fe6@aol.com>
next in thread | previous in thread | raw e-mail | index | archive | help
DrdeHaerne@aol.com wrote: > > Hi, > > I just finished installing freebsd 2.2.7 (walnut creek cds) from the CDROM > drive, and it worked fine. > > Now when I try to mount my cdrom (a generic IDE cdrom) I always get the same > error. Here is an extract of one of my attempts (and failure): > > myname# /sbin/mount -t cd9660 /dev/wcd0c /cdrom > cd9660: /dev/wcd0c: Device not configured > Are you trying to mount the drive without a disk in? This is the exact message you get if you try to do that. Remember it's the disk you mount, not the drive. > I think I've narrowed down the problem to the fact that I do not see wcd0 > being probed at bootup. > Where is the CD-ROM? is it on the second IDE channel (wdc1)?. If so is wdc1 being probed? You need this in the kernel config file: controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr If you still have problems post your kernel config file and the output from dmesg. HTH > Although in my custome kernel, I do have these two lines in my config file: > > =================== > options ATAPI > device wcd0 > =================== > > I did do a /dev/MAKEDEV wcd0 (a suggestion often made in the freebsd.org > archives) > > Also If I did a /dev/MAKEDEV wcd01, then in my /cdrom directory, I would find: > rw* (* being every hdd slice <g> another adive often found in the freebsd.org > archives) > > So after rebooting and trying the above, it still would not help. > > The cdrom is set correctly (jumperwise, and so on). I have been working on > this all night and I am simply clueless. > > So like I said above, it must be a problem at the bootup.. but why would my > kernel not probe the cdrom, even though it was set up right in the config > file? So then I look at my floppy drive, which IS probed during bootup, but I > do not find fdc0 in /dev. > > So then I tried doing /dev/MAKEDEV fdc0, and I get this error: > bad unit for disk in: fdc0 fdc is the floppy _controller_, the drive itself is fd0 > > If that would of worked I was going to set it accordingly in my /etc/fstab > (even though I am unsure of the exact syntax) ... yet if the device is probed, > yet I try to add it to /dev and it still does not work!?! > This is what the /etc/fstab entries look like: # CD-ROM /dev/cd0a /cdrom cd9660 ro,noauto 0 0 # FAT HD partition /dev/sd0s1c /drvC msdos rw 0 0 # Floppy disk /dev/fd0 /pcfs msdos rw,noauto 0 0 # NTFS partition /dev/sd0s5 /ntfs ntfs ro 0 0 HTH > Any and all help would be really appreciated > > Sincerely, > A new and frustrated user > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Trust the computer industry to shorten Year 2000 to Y2K. It was this thinking that caused the problem in the first place. FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36AB3377.12128AA9>