From owner-freebsd-questions Thu Jul 24 00:49:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA15779 for questions-outgoing; Thu, 24 Jul 1997 00:49:03 -0700 (PDT) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA15774 for ; Thu, 24 Jul 1997 00:49:01 -0700 (PDT) Received: from goodall2.u.washington.edu (pharaoh@goodall2.u.washington.edu [140.142.12.168]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id AAA10820; Thu, 24 Jul 1997 00:48:59 -0700 Received: from localhost (pharaoh@localhost) by goodall2.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id AAA48436; Thu, 24 Jul 1997 00:48:59 -0700 Date: Thu, 24 Jul 1997 00:48:58 -0700 (PDT) From: E Lakin To: "Gary L. Jackson" cc: questions@FreeBSD.ORG Subject: Re: netboot question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk You probably need to run mountd with "-r", and add "-alldirs" to your exports file. however, i've only netbooted sparcs... incidentally, someone mentioned adding a "mountd_flags" to rc.conf, and doing away with weak_mountd_authentication. I also think this would be a good idea... On Wed, 23 Jul 1997, Gary L. Jackson wrote: ? Im trying to netboot a computer off of my own freebsd machine. It seems ? to boot ok, but it stops booting and produces the message "Unable to mount ? SWAP filesystem: Not owner". The swap file is mode 0600, owner ? root.wheel, and the directory it's in is mode 755. The rootfs and swapfs ? exports are directories off of /usr/home/ (due to space limitations), ? which is not exported. Am I missing something patently obvious? ? ? -- ? Gary ? ? ? --eric lakin