<span style='font-family:Verdana'><span style='font-size:12px'><p style="margin:0px; padding:0px;" > 
         </p> 
<blockquote style="margin: 0px 0px 0px 5px; padding-left: 5px; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" type="cite"> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family: Verdana;"><span style="font-size: 12px;">----- Original Message -----</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family: Verdana;"><span style="font-size: 12px;">From: Jay Ridgley</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family: Verdana;"><span style="font-size: 12px;">Sent: 09/17/12 07:40 AM</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family: Verdana;"><span style="font-size: 12px;">To: Ubuntu-users</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family: Verdana;"><span style="font-size: 12px;">Subject: NFS Mount question - What are the required options in /etc/fstb?</span></span></p> 
        <br /> 
        <div> 
                <div> 
                        <pre style="white-space: pre-wrap; word-wrap: break-word;"> 
Folks, 

I have an interesting question: Why does one work and the other does NOT? The 
only difference (I know of) between the two systems is ursa was an upgrade from 
10.04.4LTS to 12.04.1LTS and kodiak is a fresh install. Both are up to date. Is 
kodiak missing a software package, if so which one? 

WORKS --> 

cdjsys@ursa:/$ cat /etc/fstab |grep nfs 
#polar:/archive /archive nfs rw,noauto 0 0 
koala:/nfs/cdjsys /big_archive  nfs     rw,noauto,nolock        0 0 
cdjsys@ursa:/$ sudo mount /big_archive 
[sudo] password for cdjsys: 
cdjsys@ursa:/$ df |grep koala 
koala:/nfs/cdjsys 973391744 13308704 960083040   2% /big_archive 
cdjsys@ursa:/$ uname -a 
Linux ursa 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:54:40 UTC 2012 i686 
i686 i386 GNU/Linux 
cdjsys@ursa:/$ 

and 

FAILS --> 

cdjsys@kodiak:~$ cat /etc/fstab |grep nfs 
# entry for nfs:cdjsys on koala 
koala:/nfs/cdjsys /big_archive  nfs     rw,noauto,nolock        0 0 
cdjsys@kodiak:~$ sudo mount /big_archive 
[sudo] password for cdjsys: 
mount.nfs: requested NFS version or transport protocol is not supported 
cdjsys@kodiak:~$ uname -a 
Linux kodiak 3.2.0-30-generic-pae #48-Ubuntu SMP Fri Aug 24 17:14:09 UTC 2012 
i686 i686 i386 GNU/Linux 
<a href="mailto:cdjsys@kodiak:~$">cdjsys@kodiak:~$</a> 


You might try adding vers=3 to your mount options.  I have seen this before with the newer NFS releases. 


Clint 
</pre> 
                </div> 
        </div> 
</blockquote> 
</span></span>