From owner-freebsd-questions Thu Apr 4 9:48:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rumms.uni-mannheim.de (rumms.uni-mannheim.de [134.155.50.52]) by hub.freebsd.org (Postfix) with ESMTP id 3185837B417 for ; Thu, 4 Apr 2002 09:48:42 -0800 (PST) Received: from rz.uni-mannheim.de (pD955D511.dip.t-dialin.net [217.85.213.17]) (authenticated) by rumms.uni-mannheim.de (8.11.0/8.11.0) with ESMTP id g34HmeK19517 for ; Thu, 4 Apr 2002 19:48:40 +0200 (MEST) Message-ID: <3CAC93D4.743C668F@rz.uni-mannheim.de> Date: Thu, 04 Apr 2002 19:56:36 +0200 From: joerg.maier@rz.uni-mannheim.de X-Mailer: Mozilla 4.78 [de] (X11; U; Linux 2.4.16-4GB i686) X-Accept-Language: de MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Re: some problem with mount_cd9660 References: <3CAC4BD2.6613E914@rz.uni-mannheim.de> <3CAC5E10.64C287D7@rz.uni-mannheim.de> <3CAC92AB.BBE472EA@rz.uni-mannheim.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG he oops and even a ./MAKEDEV acd0 in /dev just gave me (without error) /dev/acd0a /dev/acd0c /dev/racd0a /dev/racd0c joerg joerg.maier@rz.uni-mannheim.de schrieb: > > hi > > a kldstat gave me just the kernel and linux.ko, which obviosly means > linux compatibility. > > trying kldload cd9660 sayd: > kldload: can't load cd9660: file exists > > and then came some kernel messages like /kernel : module_register: > module cd9660 exists > /kernel: linker_file_sysinit "cd9660.ko" failed to register!17 > > after that, kldstat showed cd9660.ko, but mount /cdrom dindnt work with > the same error message: > /dev/acd0: device not configured. > > thanx joerg > > Peter McGarvey schrieb: > > > > If you haven't got any dev entries for acd do this (as root): > > > > cd /dev > > ./MAKEDEV acd0 > > > > Actually after a makeworld it's always a good idea to do a `MAKEDEV all`. > > > > You didn't mention running mergemaster so for future referance here is the > > way you should be upgrading your system: > > > > cd /usr/src > > make buildworld > > make buildkernel KERNCONF=XXX > > make installkernel KERNCONF=XXX > > <> > > make installworld > > mergemaster > > reboot > > > > Mergemaster is a funky thing, it merges the updated config files with your > > current config. It can be a bit hairy - you can sometimes overwrite > > things that you really didn't want to overwrte, so a backup of /etc/ > > before you run it is stronglt recommended. > > > > As for discovering which kernel modules you have loaded use kldstat. > > Running verbose (kldstat -v) will allow you to see what modules are inside > > the kernel. For a CD cd9660 is required. I'm not sure if mount will load > > this automatically if it finds it's not there, but you can do it manually > > with `kldload cd9660`. > > > > Hope you find some of this at least partially useful. > > > > On Thursday 04 April 2002 15:07 pm, joerg.maier@rz.uni-mannheim.de wrote: > > > Peter McGarvey schrieb: > > > > On Thursday 04 April 2002 13:49 pm, joerg.maier@rz.uni-mannheim.de > > wrote: > > > > > Hi, > > > > > when trying to mount an iso 9660 cd i got some error message like: > > > > > cd9660: /dev/acd0c: Device not configured > > > > > > > > > > But: there is a character device at /dev/acd0c > > > > > dont know if the problem is maybe the kernel is not able to load the > > > > > module even if there is /modules ??? > > > > > > > > > > thanks a lot, joerg > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > Have you actually got a CD drive that corresponds to /dev/acd0c? I'm > > > > always forgetting which machines have ATAPI CD-ROMs and which have > > > > SCSI CD-ROMS's. Check /var/run/dmesg.boot. > > > > > > > > Also, do you have a disk in the drive? Yes, I know this is obvious, > > > > but I've done this many time myself. > > > > > > > > -- > > > > TTFN, FNORD > > > > > > > > Peter McGarvey > > > > System Administrator > > > > Network Operations, VIA Networks UK > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > Yes i got a atapi cdrom drive and i installed 4.5 release by it. the > > > line in /etc/fstab about /dev/acd0c that could be mounted on /cdrom was > > > made by system install, not by me. > > > actually, /var/run/dmesg.boot says: > > > acd0: CDROM at ata0-master PIO3 > > > > > > there is no entry in /dev like acd0 so what to do? > > > i got 4.5 release and upgraded with cvsup stable-supfile from the > > > freebsd server. the buildkernel && installkernel, buildworld > > > &&installworld. > > > > > > thanks, joerg > > > > -- > > TTFN, FNORD > > > > Peter McGarvey > > System Administrator > > Network Operations, VIA Networks UK > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message