Results 1 to 3 of 3

Thread: Cant find NFS V4

  1. #1
    Join Date
    Jan 2010
    Location
    Germany
    Beans
    165
    Distro
    Ubuntu 12.04 Precise Pangolin

    Cant find NFS V4

    Hi there,

    I installed NFS using the command:

    Code:
    sudo apt-get update && upgrade
    Code:
    sudo apt-get install nfs-kernel-server
    I then ran;

    Code:
    nfsstat
    It shows
    Code:
    Server nfs v3:
    How can I install Version 4? I cant find it anywhere?
    Last edited by chrisguk; January 12th, 2013 at 07:45 PM.
    Try not to be a man of success but be a man of value
    USE FUL LINKS
    Ubuntu Server setup guide
    setting up a DNS Server on Ubuntu

  2. #2
    Join Date
    May 2008
    Location
    SoCal
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Cant find NFS V4

    Quote Originally Posted by chrisguk View Post
    Hi there,

    I installed NFS using the command:

    Code:
    sudo apt-get update && upgrade
    Code:
    sudo apt-get install nfs-kernel-server
    I then ran;

    Code:
    nfsstat
    It shows
    Code:
    Server nfs v3:
    How can I install Version 4? I cant find it anywhere?
    Does it really show this
    Code:
    nfsstat
    Server rpc stats:
    calls      badcalls   badclnt    badauth    xdrcall
    1          0          0          0          0       
    
    Server nfs v3:
    null         getattr      setattr      lookup       access       readlink     
    1       100% 0         0% 0         0% 0         0% 0         0% 0         0% 
    read         write        create       mkdir        symlink      mknod        
    0         0% 0         0% 0         0% 0         0% 0         0% 0         0% 
    remove       rmdir        rename       link         readdir      readdirplus  
    0         0% 0         0% 0         0% 0         0% 0         0% 0         0% 
    fsstat       fsinfo       pathconf     commit       
    0         0% 0         0% 0         0% 0         0% 
    
    Client rpc stats:
    calls      retrans    authrefrsh
    0          0          0
    ...this is normal response for this command on a NFSv4 install. The package nfs-kernel-server on the latest Ubuntu (at least since 10.04) will always install NFSv4. You can see the evolution of the package here. Note the various versions of the packages are at the top right of the page.
    -BAB1

  3. #3
    Join Date
    Jan 2010
    Location
    Germany
    Beans
    165
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Cant find NFS V4

    Quote Originally Posted by bab1 View Post
    Does it really show this
    Code:
    nfsstat
    Server rpc stats:
    calls      badcalls   badclnt    badauth    xdrcall
    1          0          0          0          0       
    
    Server nfs v3:
    null         getattr      setattr      lookup       access       readlink     
    1       100% 0         0% 0         0% 0         0% 0         0% 0         0% 
    read         write        create       mkdir        symlink      mknod        
    0         0% 0         0% 0         0% 0         0% 0         0% 0         0% 
    remove       rmdir        rename       link         readdir      readdirplus  
    0         0% 0         0% 0         0% 0         0% 0         0% 0         0% 
    fsstat       fsinfo       pathconf     commit       
    0         0% 0         0% 0         0% 0         0% 
    
    Client rpc stats:
    calls      retrans    authrefrsh
    0          0          0
    ...this is normal response for this command on a NFSv4 install. The package nfs-kernel-server on the latest Ubuntu (at least since 10.04) will always install NFSv4. You can see the evolution of the package here. Note the various versions of the packages are at the top right of the page.
    Hi yes it does. Thank you for improving my lack of knowledge

    All is well then I guess
    Try not to be a man of success but be a man of value
    USE FUL LINKS
    Ubuntu Server setup guide
    setting up a DNS Server on Ubuntu

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •