Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NFS questions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
methodtwo
Apprentice
Apprentice


Joined: 01 Feb 2008
Posts: 231

PostPosted: Sat May 03, 2008 3:40 pm    Post subject: NFS questions Reply with quote

Hi there,
I want to know if i have all the necessary drivers and options in the kernel config to run a nfs client and an nfs server on my gentoo box.
Here is the output of grep NFS .config (from /usr/src/linux of course):
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_NFSD is not set
CONFIG_NFS_COMMON=y
I think that CONFIG_NFSD should be set.Am i right?.Sorry for not using code blocks.Thankx in advance
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sat May 03, 2008 6:26 pm    Post subject: Reply with quote

Here's my .config snippet for nfs.
Code:
# Network File Systems
#
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
# CONFIG_NFSD_V4 is not set
CONFIG_NFSD_TCP=y
CONFIG_ROOT_NFS=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=y
CONFIG_NFS_COMMON=y

Hope it helps

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
methodtwo
Apprentice
Apprentice


Joined: 01 Feb 2008
Posts: 231

PostPosted: Sat May 03, 2008 7:16 pm    Post subject: Reply with quote

Is my config enough to run an nfs client?
Back to top
View user's profile Send private message
tarpman
Veteran
Veteran


Joined: 04 Nov 2004
Posts: 1083
Location: Victoria, BC, Canada

PostPosted: Sun May 04, 2008 6:07 am    Post subject: Reply with quote

Your configuration should be fine for just a client. CONFIG_NFSD is only needed if you intend to run an NFS server.
_________________
Saving the world, one kilobyte at a time.
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Sat May 10, 2008 5:27 am    Post subject: Reply with quote

Moved from Networking & Security to Duplicate Threads in favour of this big thread: https://forums.gentoo.org/viewtopic-t-691766.html
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum