Hacker News new | ask | show | jobs
by lmm 4757 days ago
SMB at least avoids the stupid NFS behaviour where any program that tries to read while the server's offline uninterruptibly hangs.
1 comments

That's a configurable option (mount -o soft). On Ubuntu, the nfs(5) manpage has more information. This option is a good thing in a strict client/server scenario where the client should not lose data even if the server is rebooted. Years ago I watched an NFS mount in an old broadcast video setup recover unimpeded after its target system was rebooted.