-
Website
http://czarism.com -
Original page
http://czarism.com/easy-peasy-ubuntu-linux-nfs-file-sharing -
Subscribe
All Comments -
Community
-
Top Commenters
-
lisan09
6 comments · 1 points
-
Rob Loach
3 comments · 29 points
-
lunareclipse
3 comments · 6 points
-
cmiper
1 comment · 2 points
-
dennyhalim.com
1 comment · 1 points
-
-
Popular Threads
I get an error like this
sudo mount 192.168.28.1:/backup /media/backup/
mount.nfs: mount to NFS server 'rpcbind' failed: RPC Error: Program not registered
mount.nfs: internal error
One important note though - I noticed that you put "async" in the /etc/exports.
This may cause data corruption, for a little extra performance.
I'd suggest to change this to "sync", unless you REALLY need that extra performance and can accept possibility of data corruption.
Thanks