Date: Sun, 16 Jun 2002 02:53:01 -0700 From: Kent Stewart <kstewart@owt.com> To: Grant Cooper <grant.cooper@nucleus.com> Cc: FreeBSD-Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: WARNING: / was not properly dismounted Message-ID: <3D0C5FFD.6080201@owt.com> References: <NGBBLCIHCLNJAIGIFFHJKEIFCEAA.aburke@nullplusone.com> <007901c21513$3b3842e0$7b6c6bd1@ab.hsia.telus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Grant Cooper wrote: > ok, > when I do a dmsg | more to check my kernnel I get a Warning > > WARNING: / was not properly dismounted > > I been playing with the umount command but can't get rid of the message? > > You can't unmount /. You need to boot to single user mode and "fsck -y" from there. Kent > > ----- Original Message ----- > From: "Aaron Burke" <aburke@nullplusone.com> > To: "FreeBSD-Questions" <freebsd-questions@freebsd.org>; "Corey Snow" > <corey@snowpoint.com> > Sent: Thursday, June 06, 2002 11:01 PM > Subject: RE: Adding second NIC to FreeBSD > > > >><snip> >> >>>I'm editing my kernel configuration file and want to add a second >>>NIC. Both NICs are GeniusLAN NE2000 compatible 10BaseT NICs. The >>>first one has worked fine with the ed driver. My question is this- >>> >>>In the kernel configuration file, there is a line like so: >>> >>>device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 >>> >>>I assume that if I want to add a second one, I should add the >>>following: >>> >>>device ed1 at isa? port 0x260 irq 12 iomem 0xd8000 >>> >>>(the IRQ and port are set on the new card.) >>> >>>I guess the question is, is this the right way to do it, and what >>>does the "iomem" setting do? It's the only one I don't understand. >>> >>Oh yeah, forgot to mention. >>I am not an expert on iomem information, but I dont think that they >>can both use the same information. One of the iomem's will have to >>change. They cant both use 0xd8000, the other card may decide to >>use iomem 0xd0000 instead. But that has just been my experience in >>the past with two ed nic drivers. >> >>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 > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html 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?3D0C5FFD.6080201>