InterviewSolution
| 1. |
What Is Difference Between Hard And Soft Mount? |
|
Answer» Hardmount: Normal file system mount used mainly for mounting local file systems. Once a file system is hard mounted, can use a normal FILESYSTEM untill its umount. Soft mount: It allows AUTOMATIC UNMOUNTING if the filesystem is IDLE for a specified timeout PERIOD. It is mainly used for network filesystems like NFS It can be configured using Autofs and the network filesystem can be soft mounted. Hardmount: Normal file system mount used mainly for mounting local file systems. Once a file system is hard mounted, can use a normal filesystem untill its umount. Soft mount: It allows automatic unmounting if the filesystem is idle for a specified timeout period. It is mainly used for network filesystems like NFS It can be configured using Autofs and the network filesystem can be soft mounted. |
|