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
How do you kill a process in linux?
What is echo command in batch file?
What is the difference between diff and cmp command in unix?
What language is clang written in?
What is the command to check cpu speed in linux?
What are runlevels in linux?
What is ps command in linux?
How do I run a command in linux?
What does comm do and how to use it?
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
What is llvm used for?
Explain about chmod options filename?
What does the command env do?
Describe the mknod command and when you’d use it.
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?