Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2007 03:09:05 -0400
From:      Miles Nordin <carton@Ivy.NET>
To:        freebsd-sparc64@freebsd.org
Subject:   Re: Netbooting Sparc64
Message-ID:  <oq7is4lwby.fsf@castrovalva.Ivy.NET>
In-Reply-To: <6d7d37410704211742p2340707cpf27fd280a2d0f353@mail.gmail.com> (Didrik Madheden's message of "Sun, 22 Apr 2007 02:42:11 %2B0200")
References:  <6d7d37410704211612u712d29ebl4722232ce8d0111d@mail.gmail.com> <oqfy6tl1t8.fsf@castrovalva.Ivy.NET> <6d7d37410704211742p2340707cpf27fd280a2d0f353@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--pgp-sign-Multipart_Sun_Apr_22_03:09:05_2007-1
Content-Type: text/plain; charset=US-ASCII

>>>>> "dm" == Didrik Madheden <didrik@kth.se> writes:

    dm> I don't really know how to manage NFS.

oh it's very easy, except for the locking stuff which can be a pest.
see the man pages for exports(5), mount_nfs(8), and showmount(8).
Edit /etc/exports, and add to /etc/rc.conf:

rpcbind_enable=YES
nfs_server_enable=YES
mountd_enable=YES
rpc_statd_enable=YES
rpc_lockd_enable=YES

start all that stuff (ex. by rebooting), and then use 
'showmount -e localhost' to make sure it's working.  Once it's
running, whenever you change /etc/exports, there's no need to reboot.
Instead incant '/etc/rc.d/mountd reload'.

    dm> Also, another problem is that I'm using my router for DHCP, 

ok?  problem?

    dm> is there any way of doing this without giving extra options
    dm> via DHCP?

no?

--pgp-sign-Multipart_Sun_Apr_22_03:09:05_2007-1
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (NetBSD)

iQCVAwUARisKEYnCBbTaW/4dAQL2MQP/QF3qHlGszNJSyeuVSgAN/6HJ0bgWC103
4VBMAXkaM4a9OpWLx7lxxkREc+ORxgSomaf6jQKRJt0DukXfkwfRAjTBYypVN3nS
7Z2ubxT4WcIU8j2Nx/5soIO4p6SgTorNyAm75irEfziUe9jMhPGCiuSh4sO3IeWm
azTQhdKcA3w=
=scDs
-----END PGP SIGNATURE-----

--pgp-sign-Multipart_Sun_Apr_22_03:09:05_2007-1--



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