When 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/showthread.php?s=c173c3d120b03d1a4e5879e4164123aa&t=249889&page=6The 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/showthread.php?s=4aa0e45db970b99270446bd66b55386a&t=346185&highlight=Failed+to+initialize+Host+Interface+Networking.&page=4 ifconfig -a
eth1 Link encap:Ethernet HWaddr 00:1d:7d:d6:62:f7
inet6 addr: fe80::21d:7dff:fed6:62f7/6
4 Scope:Link
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
4 Scope:Link
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/
64 Scope:Link
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
ay/Media /media/Media nfs rsize=8192,wsize=8192,time
o=14,intr
Start Free Trial