From owner-freebsd-questions Sun Jun 16 3:59:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sv07e.atm-tzs.kmjeuro.com (sv07e.atm-tzs.kmjeuro.com [193.81.94.207]) by hub.freebsd.org (Postfix) with ESMTP id 681EC37B406 for ; Sun, 16 Jun 2002 03:59:37 -0700 (PDT) Received: from karl (adsl.ooe.kmjeuro.com [193.81.94.78]) (authenticated bits=0) by sv07e.atm-tzs.kmjeuro.com (8.12.3/8.12.3) with ESMTP id g5GAx29d028387 for ; Sun, 16 Jun 2002 12:59:05 +0200 (CEST) (envelope-from k.joch@kmjeuro.com) Message-ID: <053601c21524$d51f27f0$0a05a8c0@ooe.kmjeuro.com> From: "Karl M. Joch" To: References: <007901c21513$3b3842e0$7b6c6bd1@ab.hsia.telus.net> <3D0C5FFD.6080201@owt.com> Subject: Re: WARNING: / was not properly dismounted Date: Sun, 16 Jun 2002 12:58:57 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MailScanner: Mail Server protected by CTS Austria www.ctseuro.com Message found to be clean 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 adding: fsck_y_enable="YES" to rc.conf runs fsck -y at boot time and at least gets the box up again if something happend. in 99% of the cases this worked wounderful in the 1% youd better have a backup tape near you :-). -- -- Best regards / Mit freundlichen Gruessen, Karl M. Joch http://www.freebsd.at - Power Operating System ----- Original Message ----- From: "Kent Stewart" To: "Grant Cooper" Cc: "FreeBSD-Questions" Sent: Sunday, June 16, 2002 11:53 AM Subject: Re: WARNING: / was not properly dismounted > > > 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" > > To: "FreeBSD-Questions" ; "Corey Snow" > > > > Sent: Thursday, June 06, 2002 11:01 PM > > Subject: RE: Adding second NIC to FreeBSD > > > > > > > >> > >> > >>>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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message