I am wondering if any one has managed to map a nfs4 share to users ie for backup. I still have samba set up but i am in a pure Linux environment and NFS seems to work better...
I have done some dd tests on my goflex drive connected to a wndr4500 router
with a wired and wireless connection from my Laptop Ubuntu 12.04 i get about 12 to 15 mb/s wireless and 18 to 20 wired
Is this about what i should expect.
this is my exports file
$this->bbcode_second_pass_code('', '# /etc/exports
#
# List of directories exported to NFS clients. See exports(5).
# Use exportfs -arv to reread.
#
# Example for NFSv2 and NFSv3:
#
# Example for NFSv4:
# Using Kerberos and integrity checking:
#
/nfs4exports 192.168.1.1/24(ro,async,insecure,root_squash,no_subtree_check,fsid=0)
/nfs4exports/backup 192.168.1.2(rw,nohide,sync,insecure,root_squash,no_subtree_check)
/nfs4exports/media 192.168.1.1/24(rw,nohide,async,insecure,root_squash,no_subtree_check)
/nfs4exports/downloads 192.168.1.1/24(rw,nohide,async,insecure,root_squash,no_subtree_check)')
this is my Fstab
$this->bbcode_second_pass_code('', 'tmpfs /tmp tmpfs nodev,nosuid 0 0
/swapfile.img none swap sw 0 0
UUID=4ec4f4fa-8b47-404d-8456-0085ff55b465 /home ext3 defaults 0 2
/home /nfs4exports/home none rw,bind 0 0
/home/media /nfs4exports/media none rw,bind 0 0
/home/downloads /nfs4exports/downloads none rw,bind 0 0
/home/backup /nfs4exports/backup none rw,bind 0 0
')
I would love some suggestions as to the first question and if i could lock this down a little better.
