Well, that looks like the problem. I'll wait for the patch. Samba works for now. I was just hoping NFS would speed it up a little bit. I appreciate the help. Thanks.
Main Topics
Browse All TopicsWhen attempting to mount the NFS share on the client machine I receive the following -
sudo mount /media/Media
mount.nfs:internal error
The volume that I am trying to mount is about 3 TB. It was a little bit of trouble getting this to be mounted on the local file system a few months back. Is there any limitations on volume size for NFS?
I configured NFS by following this tutorial
http://ubuntuforums.org/sh
The only thing that I wasn't quite sure about is if I had the directories in fstab configured correctly on the client can anyone verify this?
Firewalls are off on both machines.
The client machine can access samba shares on the server just fine, so the network config should be ok.
Contents of /etc/exports on server
/media/3tbarray/Media 10.10.10.0/24(ro,async)
Contents of /etc/default/portmap on server
# Portmap configuration file
#
# Note: if you manually edit this configuration file,
# portmap configuration scripts will avoid modifying it
# (for example, by running 'dpkg-reconfigure portmap').
# If you want portmap to listen only to the loopback
# interface, uncomment the following line (it will be
# uncommented automatically if you configure this
# through debconf).
#OPTIONS="-i 127.0.0.1"
results of ifconfig -a on server (this looks funny because I am running virtualbox with a static IP address configured by following zdude's post from February 27th, 2007 - http://ubuntuforums.org/sh
ifconfig -a
eth1 Link encap:Ethernet HWaddr 00:1d:7d:d6:62:f7
inet6 addr: fe80::21d:7dff:fed6:62f7/6
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:125543392 errors:0 dropped:0 overruns:0 frame:0
TX packets:110232027 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3445788209 (3.2 GB) TX bytes:166279067 (158.5 MB)
Interrupt:222 Base address:0x6000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:460256 errors:0 dropped:0 overruns:0 frame:0
TX packets:460256 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:348495487 (332.3 MB) TX bytes:348495487 (332.3 MB)
tap0 Link encap:Ethernet HWaddr 00:ff:c4:d7:d7:66
inet6 addr: fe80::2ff:c4ff:fed7:d766/6
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:185765826 errors:0 dropped:0 overruns:0 frame:0
TX packets:151643263 errors:0 dropped:36 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:1556372563 (1.4 GB) TX bytes:513584808 (489.7 MB)
umlbridge Link encap:Ethernet HWaddr 00:1d:7d:d6:62:f7
inet addr:10.10.10.249 Bcast:10.10.10.255 Mask:255.255.255.0
inet6 addr: fe80::5cc1:e5ff:fe2f:74a7/
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:107422917 errors:0 dropped:0 overruns:0 frame:0
TX packets:57979534 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2524716056 (2.3 GB) TX bytes:3661297336 (3.4 GB)
relevant contents of /etc/fstab on client
10.10.10.249:/media/3tbarr
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: LinuxNtwrkngPosted on 2008-07-08 at 21:32:08ID: 21960625
The following link describes this bug and suggests a couple workarounds. My guess would be to try what is suggested, and if those don't work for you you'll probably have to wait for the developers to release a patch.
ad.net/ubu ntu/+bug/2 13444
https://bugs.launchp
Good luck, Let us know how you fare.