Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Apr 2002 19:51:39 +0200
From:      joerg.maier@rz.uni-mannheim.de
To:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: some problem with mount_cd9660
Message-ID:  <3CAC92AB.BBE472EA@rz.uni-mannheim.de>
References:  <3CAC4BD2.6613E914@rz.uni-mannheim.de> <E16t6ly-000CXb-00@pooh.noc.u-net.net> <3CAC5E10.64C287D7@rz.uni-mannheim.de> <E16t82l-000Ckm-00@pooh.noc.u-net.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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
>         <<reboot to single user - but only if you are paranoid>>
> 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 <FX810T> 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




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