Gentoo Archives: gentoo-user

From: Michael Crute <mcrute@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nfs setup
Date: Thu, 01 Sep 2005 02:13:23
Message-Id: 558b73fb05083119086c8abc5f@mail.gmail.com
In Reply to: [gentoo-user] nfs setup by John Dangler
1 On 8/31/05, John Dangler <jdangler@××××××××.net> wrote:
2 >
3 > I'm trying to get nfs setup between my gentoo boxes (both local)
4 > on the server, grep NFS /usr/src/linux/.config (on the server) returns:
5 > CONFIG_NFS_FS=m
6 > CONFIG_NFS_V3=y
7 > CONFIG_NFS_V4 is not set
8 > CONFIG_NFS_DIRECTIO is not set
9 > CONFIG_NFSD=m
10 > CONFIG_NFSD_V4 is not set
11 > CONFIG_NFSD_TCP=y
12 >
13 > Are these settings right to get nfs working ?
14 >
15 > Thanks for the input.
16 >
17 >
18 Those look ok but you will have to modprobe NFS and NFSD into the kernel
19 NFSD only on the server to make it work. You will also need to emerge
20 nfs-utils. Also make sure to add the NFS modules to your modules autoload
21 file in case the power goes out and your are forced to reboot.
22
23 -Mike
24
25 --
26 ________________________________
27 Michael E. Crute
28 Software Developer
29 SoftGroup Development Corporation
30
31 Linux, because reboots are for installing hardware.
32 "In a world without walls and fences, who needs windows and gates?"

Replies

Subject Author
RE: [gentoo-user] nfs setup John Dangler <jdangler@××××××××.net>