From owner-freebsd-questions Fri Sep 14 7:44:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from stargate.clickcom.com (stargate.clickcom.com [209.198.22.4]) by hub.freebsd.org (Postfix) with ESMTP id E513037B405 for ; Fri, 14 Sep 2001 07:44:48 -0700 (PDT) Received: from fishbowl (dhcp-1.clt.clickcom.com [209.198.22.65]) by stargate.clickcom.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id S4TW1MLM; Fri, 14 Sep 2001 10:44:23 -0400 Reply-To: From: "John Straiton" To: Subject: RE: How I screwed up my system (buildworld)and how I got it back. Date: Fri, 14 Sep 2001 10:43:23 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Side note, I just realized that in my /etc/exports description I had typed 10.0.0.3, but that should have been 10.0.0.2 in my example. Sorry for any confusion. John > So, ifconfig -a reported that the Fixit had found my network > card. A simple: > ifconfig (nic-device) (ip address) netmask (netmask) would fix my problem > Fixit#ifconfig fxp0 10.0.0.2 netmask 255.255.255.0 > and then I went to my other FreeBSD machine and added the file > /etc/exports > that contained this information: > / 10.0.0.3 > then I (on the good bsd box) > #nfsd -u -t -n 4 > #mountd -r > > Then I went to our broken machine and > Fixit#nfsiod -n 4; mkdir /mnt4 > Fixit#mount -v 10.0.0.3:/ /mnt4 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message