DISQUS

Czarism: Easy-Peasy Ubuntu Linux NFS File Sharing

  • Amit Agarwal · 1 year ago
    Hi,
    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
  • Thomas · 1 year ago
    You should add in your walkthough that you need to install nfs-common onto the host machine as well. I've encountered repeated problems trying without it, but not a single one with it installed.
  • Melbel's Post-a-Thought · 11 months ago
    Wow, thank you! This is very helpful! I just switched from Vista to Ubuntu and I LOVE Ubuntu so much now!
  • David · 10 months ago
    Just what I needed for my lab, thanks!
  • naresh · 9 months ago
    Iam totally new to linux platform.even i dont know which command is used for which purpose.please give in detail step wise how to share files between the systems in the same network
  • twignation · 9 months ago
    Awesome! Thank you :)
  • sufehmi · 8 months ago
    Thanks for the guide. Excellent stuff.

    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