difference between nfs soft and hard mouniting points?

Answers were Sorted based on User's Feedback



difference between nfs soft and hard mouniting points?..

Answer / app

hard mount option:- If the client fails to access the
server,then connection hang it, after the system up then it
access the server.

Soft:- If the client failed to connect the server it
immediately gives the error report, and close the connection.

Is This Answer Correct ?    20 Yes 0 No

difference between nfs soft and hard mouniting points?..

Answer / rallapalli

Hard mounting : Providing entry in /etc/fstab is called hard
mounting. Using hard mounting when client system boots at
booting time client will try to mount the entry in
/etc/fstab if the server is down client pc willnot boot
until the server is up. mounting at boot time is called hard
mounting.

Soft mounting : Providing entry in /etc/auto.master and
/etc/auto.misc is called soft mounting. When client sys boot
it will try to mount if unable to mount just gives the error
message and it will continue the boot process. Mounting at
boot time or by user request is called soft mounting

Thanks
ping2redhat@gmail.com

Is This Answer Correct ?    9 Yes 4 No

difference between nfs soft and hard mouniting points?..

Answer / venkat

Hard : When ever nfs servers goes down, it will wait up-to
nfs server will come online and then start working.
It will not unmounted till user manually unmount the mount
point.

Soft : When ever nfs servers goes down, it will report the
error message after 3 attempts or mentioned time of attempts.
It will unmonut automatically whenever nfs server goes down
without user interaction.

Is This Answer Correct ?    3 Yes 0 No

difference between nfs soft and hard mouniting points?..

Answer / rajeev ranjan

Hard mount in unix in the normal filesystem mount mainly
used to mount local filesystems. The filesystem will be in
the mounted state until you unmount it manually.

Soft mount is an option that is very useful for mounting
network filesystems say nfs filesystem so that soft mount
will allow automatic unmount if the filesystem is idle for a
specified time period

Eg. can be used with autofs

Is This Answer Correct ?    5 Yes 4 No

difference between nfs soft and hard mouniting points?..

Answer / shankar

nfs hard ; if client connect to nfs server hang & Stanly
closed

nfs soft ; if client connect to nfs server error msg & close

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Linux Commands Interview Questions

Explain about chmod options filename?

0 Answers  


What is the command can be used to check for file corruption?

0 Answers  


What does mkdir mean?

0 Answers  


What is du -s * | sort -k1,1rn | head command used for?

0 Answers  


Why makefile is used in linux?

0 Answers  






Is llvm a compiler?

0 Answers  


how can i give acl permission in numerical mode on linux

4 Answers   HCL,


What is type command in linux?

0 Answers  


To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob

4 Answers  


What does chmod do in linux?

0 Answers  


What is tty in linux process?

0 Answers  


My machine is running half duplex mode how to change half duplex to full duplex?

4 Answers   Oracle,


Categories