From owner-freebsd-current Tue Jun 18 00:48:37 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA07390 for current-outgoing; Tue, 18 Jun 1996 00:48:37 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA07383 for ; Tue, 18 Jun 1996 00:48:34 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id RAA14812; Tue, 18 Jun 1996 17:40:22 +1000 Date: Tue, 18 Jun 1996 17:40:22 +1000 From: Bruce Evans Message-Id: <199606180740.RAA14812@godzilla.zeta.org.au> To: bde@zeta.org.au, tony@fit.qut.edu.au Subject: Re: Bug in NFS Cc: freebsd-current@freebsd.org Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Bruce, I am of course using the same OS on each machine. Actually I am > using the wonderfull FreeBSD netboot system to build a diskless client > system. Since I have no local UFS filesystems its really hard to get a > working /dev directory. The machine still have a hard drive and I would > like to put some swap space on it. Hope this makes things clearer. Use only devices which have numbers (on the server) < 64K (e.g., wd0b) and don't manage devices from the client. Bruce