what is soft mount and hard mount? i have to make permanent
nfs mount permanent what shall i do?

Answer Posted / susheel

Soft mount:-

[root@susheel ~]# showmount -e 192.168.0.105
Export list for 192.168.0.105:
/nfs *

[root@susheel ~]# mount 192.168.0.105:/nfs/ /mnt/

Hard Mount (Parmanent mounting):-

[root@susheel ~]# vim /etc/fstab


192.168.0.105:/nfs /mnt nfs
defaults 0 0

:wq!

[root@susheel ~]# mount -a

Note: After mount -a u will be able to see share file
in /mnt path

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Brief about the command kill PID?

592


What is the makefile in c?

544


How much ram do I have linux?

532


tell me something about linux commands.

549


Brief about FTP hostname?

599






What does cd – command do?

593


Which command is used to terminate a process?

495


How do you grep?

560


Which command would you use to create a file system on a new hard drive?

578


What is grep command?

529


I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?

1172


What is finger command in linux?

544


What does && mean in bash?

570


What are the mv command options?

467


Explain difference between swap partition and swap file?

490