To all,<br><br>I'm having an issue with NFS truncating my files.&nbsp; I've got about 124 GB worth of video on my source system.&nbsp; I wanted to watch that through MythVideo on my destination system.&nbsp; <br><br>So, I tried to do an NFS mount - and - I thought it was working.&nbsp; I could see the directory listing which lists all of the files and all of the right file sizes.&nbsp; However, when I tried to play those videos, the videos would get truncated after a couple of minutes.&nbsp; Some (the .iso files) wouldn't even load.&nbsp; Others (.nuv files) would play a few minutes and then exit.
<br><br>So then I thought that I would simply copy the files over nfs.&nbsp; I did, but I had an interesting result.&nbsp; Only 40 GB of the 124 GB actually transferred.&nbsp; All the files were listed, but doing things like<span style="font-weight: bold;">
  du -h --max-depth=1  /video/dvd</span> or <span style="font-weight: bold;">df -h</span> reported 40 GB worth of data.&nbsp; On the source those same commands verified that there was 124 GB of stuff to copy over.<br><br>Now I'm totally confused.&nbsp; Is NFS limited to size of files that it can transfer or did I do something wrong?&nbsp; Here's my system setup.&nbsp; Thanks in advance!
<br><br>Source System:<br>--------------------------------------------------------<br>Fedora Core 4, reiserfs for the video file system, ext3 for /<br><br>[source]#yum list installed | grep nfs<br>nfs-utils.i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1.0.7-12.FC4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installed<br>system-config-nfs.noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.3.11-0.fc4.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installed<br><br>[source]#cat /etc/exports<br>/video 192.168.1.15(ro,root_squash,no_subtree_check)<br>/video 192.168.1.16(ro,root_squash,no_subtree_check)
<br>/video 192.168.1.245(ro,root_squash,no_subtree_check)<br><br>Destination System:<br>--------------------------------------------------------<br>Gentoo 2006.1, reiserfs for the video file system, ext3 for /<br>using basic nfs mount commands
<br><br><br>Thanks again,<br><br>Matt<br>