Hi Jay,<div><br></div><div>Make sure that the nfs-common package is installed on the failing machine</div><div><br></div><div>Sean<br><br><div class="gmail_quote">On 17 September 2012 13:40, Jay Ridgley <span dir="ltr"><<a href="mailto:jridgley2@austin.rr.com" target="_blank">jridgley2@austin.rr.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Folks,<br>
<br>
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?<br>

<br>
WORKS --><br>
<br>
cdjsys@ursa:/$ cat /etc/fstab |grep nfs<br>
#polar:/archive /archive nfs rw,noauto 0 0<br>
koala:/nfs/cdjsys /big_archive  nfs     rw,noauto,nolock        0 0<br>
cdjsys@ursa:/$ sudo mount /big_archive<br>
[sudo] password for cdjsys:<br>
cdjsys@ursa:/$ df |grep koala<br>
koala:/nfs/cdjsys 973391744 13308704 960083040   2% /big_archive<br>
cdjsys@ursa:/$ uname -a<br>
Linux ursa 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:54:40 UTC 2012 i686 i686 i386 GNU/Linux<br>
cdjsys@ursa:/$<br>
<br>
and<br>
<br>
FAILS --><br>
<br>
cdjsys@kodiak:~$ cat /etc/fstab |grep nfs<br>
# entry for nfs:cdjsys on koala<br>
koala:/nfs/cdjsys /big_archive  nfs     rw,noauto,nolock        0 0<br>
cdjsys@kodiak:~$ sudo mount /big_archive<br>
[sudo] password for cdjsys:<br>
mount.nfs: requested NFS version or transport protocol is not supported<br>
cdjsys@kodiak:~$ uname -a<br>
Linux kodiak 3.2.0-30-generic-pae #48-Ubuntu SMP Fri Aug 24 17:14:09 UTC 2012 i686 i686 i386 GNU/Linux<br>
cdjsys@kodiak:~$<br>
<br>
<br>
Thanks,<br>
Jay<span class="HOEnZb"><font color="#888888"><br>
-- <br>
<br>
<br>
Jay Ridgley<br>
<a href="mailto:jridgley2@austin.rr.com" target="_blank">jridgley2@austin.rr.com</a><br>
Registered Linux User ID - 9115<br>
<a href="https://linuxcounter.net/cert/9115.png" target="_blank">https://linuxcounter.net/cert/<u></u>9115.png</a><br>
Registered Ubuntu User ID - 23320<br>
<br>
-- <br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/<u></u>mailman/listinfo/ubuntu-users</a><br>
</font></span></blockquote></div><br></div>