Hacker News new | ask | show | jobs
by heavyset_go 1466 days ago
I've found NFSv4 to be more stable and performant than SMB when using it between Linux machines. Seems to handle multiple concurrent clients well, too.
1 comments

NFS works great until you lose the network and your client locks up.
Mount your NFS shares with the `intr` and `vers=4.2` options.
Are you really talking about NFSv4?