Networking Forums

Networking Forums > Computer Networking > Linux Networking > howto enable NFSv3 in 2.4 kernel

Reply
Thread Tools Display Modes

howto enable NFSv3 in 2.4 kernel

 
 
whatdoineed2do@yahoo.co.uk
Guest
Posts: n/a

 
      07-23-2005, 08:26 PM
hi,

i've got a 2.4.31 kernel with NFSv3 support (built as a module) and NFS
works but it does not appear to support version 3. i can verify this
as "rpcinfo -p | grep nfs" reports that there is only v2 support.

100003 2 udp 2049 nfs
100003 2 tcp 2049 nfs

indeed, when trying to mount a NFS share from a remote (fedora 2)
client, capable of using NFSv2/v3, i have to explicitly use "vers=2" in
the mount such:

mount -t nfs -o vers=2,rw,soft,intr 192.168.0.8:/export/data /mnt

without the vers=2, mount complains that the server is not available:

mount to NFS server '192.168.0.8' failed: server is down.

even though the server box is running fine.

what do i need to do (parameter to nfsd kernal module?) to enable the
NFSv3 protocol?

thanks
-ray


below is the relevant network fs section of my .config for the 2.4
build

# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_ROOT_NFS is not set
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_TCP is not set
CONFIG_SUNRPC=m
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y

 
Reply With Quote
 
 
 
 
whatdoineed2do@yahoo.co.uk
Guest
Posts: n/a

 
      07-24-2005, 09:40 PM
one thing to add -- the client box is able to mount other NFSv3 shares
on different servers so it is a genuine issue with getting NFSv3
enabled on the server side.

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which option to enable during kernel setup for the NICs? asdf Linux Networking 1 03-24-2008 01:32 PM
How to get data in kernel SEND buffer for a TCP socket from a netfilter based kernel module Rohit Linux Networking 0 05-10-2007 11:27 AM
HOWTO: enable WPA-PSK in Windows for SMC2802W V.2 PCI card Adriaan Wireless Internet 0 09-12-2004 04:59 PM
Re: Howto enable multicast forwarding on Linux Warren Linux Networking 0 04-01-2004 07:34 PM
Ethernet-Howto and Networking-Howto, etc... Bernard DEBREIL Linux Networking 0 11-27-2003 10:16 PM



1 2 3 4 5 6 7 8 9 10 11