Subject: Re: netbooting problems
To: None <mtbell@micropede.com>
From: Shin'ichiro TAYA <taya@sm.sony.co.jp>
List: netbsd-help
Date: 08/16/2000 18:07:23
From: Matt Bell <mtbell@micropede.com>
Subject: netbooting problems
Date: Tue, 15 Aug 2000 22:04:02 -0400 (EDT)

> 
> Hi,
> 
> im trying to set up a netboot clientbut keep getting the error:
> 
> nfs_boot: trying RARP (and RPC/bootparam)
> nfs_boot: client_addr=10.0.0.7 (RARP from 10.0.0.2)
> nfs_boot: server_addr=10.0.0.2
> nfs_boot: hostname=netclient
> nfs_boot: timeout...
> nfs_boot: mountd 'nfsserver:/usr/netboot/', error=13
> cannot mount root, error = 13
> 
> it seems to be a permission problem, my exports file looks like:
> 
> #      NetClient's nfs filesystem
> /usr/netboot/     -maproot=root netclient
> /usr/netboot/swap -maproot=root netclient
> /usr/netboot/usr  -maproot=root netclient
> /usr/netboot/home -maproot=root netclient

Try -alldirs flag.

taya