What is the difference between soft and hard mounting points?

devquora
devquora

Posted On: Feb 22, 2018

 

The NFS mount options basically define how a client should handle or face a server crash or fail. In case of the soft mount, the client can report an error without waiting for a response from the NFS server. But this could also result in data corruption or data loss too. On the other hand, in case of the hard mount, the NFS file system repeatedly contacts the server until it receives a response. Once it reaches the server, the program will continue execution from the same point where it was stuck during the server crash. 

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Linux Interview questions

    What is Linux? How is it different from UNIX?

    Linux is free open source multi-user operating system that is built on Linux kernel. Linus Torvalds released the first..

    Linux Interview questions

    Compare Linux with Windows?

    Here are some of the differences between Linux and windows:LinuxLinux is open source; the complete source code for L..

    Linux Interview questions

    What is a kernel?

    The kernel is the core of any operating system. Kernel acts as a middleman between computer hardware and operating syst..