Displaying 1 result from an estimated 1 matches for "defaults12".
Did you mean:
defaults
2009 Aug 19
1
Optimizing NFS over loopback
...I'm accessing it over the localhost
interface. Here is my /etc/exports file:
/data/vm 127.0.0.1(rw,no_root_squash,async,no_acl,wdelay,no_subtree_check)
/data/iso 127.0.0.1(ro,no_root_squash,async,no_acl,wdelay,no_subtree_check)
Here is the relevant /etc/fstab entry
/dev/sda3/data ext3 defaults12
Things are working, but seem pretty slow. I'm getting about 10mb/sec.
I was wondering where the bottleneck could be? Is there a way to
optimize the NFS service for better throughput?
I am accessing over 127.0.0.1
Thanks in advance,
Russ