Date: Sun, 15 Jul 2007 15:44:29 -0700 From: Garrett Cooper <youshi10@u.washington.edu> To: Michael B Allen <ioplex@gmail.com>, freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: amd Message-ID: <469AA34D.7080903@u.washington.edu> In-Reply-To: <20070715222657.GA57181@slackbox.xs4all.nl> References: <78c6bd860707151425q61f9263fl27b2da6260bb6da6@mail.gmail.com> <20070715222657.GA57181@slackbox.xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Roland Smith wrote: > On Sun, Jul 15, 2007 at 05:25:46PM -0400, Michael B Allen wrote: > >> Hello, >> >> I'm a C developer. I normally use Linux but I'm trying FreeBSD with >> limited success. >> >> First thing I need to do mount an NFS volume. I was able to mount it >> manually. Fine. Then I added an entry to amd.map, did 'amd /mnt >> /etc/amd.map' and tried to access the directory in /mnt and it worked. >> Fine. Then I killed amd, tried and failed to figure out how to get amd >> to start automatically on boot. Then I tried to start amd again as >> before and now it doesn't work: >> > > Daemons are enabled in /etc/rc.conf. You can see the defaults in > /etc/defaults/rc.conf. > > For amd and nfs you should have the following in /etc/rc.conf: > > rpcbind_enable="YES" > amd_enable="YES" > nfs_client_enable="YES" > > Section §24.3 of the FreeBSD handbook can enlighten you further. You can > find an english HTML version in > file:///usr/share/doc/en_US.ISO8859-1/books/handbook/network-nfs.html > > Reading the relevant sections of the Handbook if a good way to become > acquainted with FreeBSD. > > Roland > Michael, The online equivalent of the handbook chapter is: <http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html>, with the section in amd here: <http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html#AEN34412>. If you follow the directions and still have issues, please include relevant snippets from rc.conf, your amd maps, and /etc/exports. Don't forget to run showexport -e {hostname|IP} on the remote server. It can help you determine if the problem is present on the server or the client. Best of luck and hope you do well getting used to FreeBSD. -Garrett
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?469AA34D.7080903>