Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  1 Apr 1999 20:17:07 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        freebsd-net@freebsd.org
Subject:   Re: Diskless, please please!
Message-ID:  <14084.6443.591013.898926@grasshopper.cs.duke.edu>
In-Reply-To: <37041918.B7E52891@netshell.com.br>
References:  <37041918.B7E52891@netshell.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help

User Grios writes:
 > Hi, i am trying to get my diskless system working with FBSD, but the
 > following error occurs:
 > 
 > 
 > Loading freebsd.192.168.0.2...
 > rootfs 192.168.0.1:/usr/export/slave
 > swapfs 192.168.0.1:/usr/export/swapfs
 > swapsize 32000
 > hostname slave
 > *** RPC Error: (0,0,0):
 > Unable to mount SWAP file system: Permission denied

In mountd(8), it states that you must use the -r arg to mountd and
export your entire filesystem with -alldirs.  Have you done both?

     -r      Allow mount RPCs requests for regular files to be served.  Al-
             though this seems to violate the mount protocol specification,
             some diskless workstations do mount requests for their swapfiles
             and expect them to be regular files.  Since a regular file cannot
             be specified in /etc/exports, the entire file system in which the
             swapfiles resides will have to be exported with the -alldirs
             flag.

BTW - mail to <grios@GABRIEL.netshell.com.br bounces:

550 <grios@GABRIEL.netshell.com.br>... Host unknown (Name server: gabriel.netshell.com.br.: host not found)


Cheers,

------------------------------------------------------------------------------
Andrew Gallatin, Sr Systems Programmer	http://www.cs.duke.edu/~gallatin
Duke University				Email: gallatin@cs.duke.edu
Department of Computer Science		Phone: (919) 660-6590




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14084.6443.591013.898926>