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 I search bash history?
What is build process?
What is command line in unix?
How does mkdir work in linux?
How often do you use grep command and how in Linux operating system?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
Which command puts a script to sleep untill a signal is recieved?
What is clang linux?
What is cd in cmd?
Explain about communication features in UNIX?
What is cd command used for?
How do I run a script in linux?
How do I check if my cpu is overclocked?
Explain the free command.
What is filter command in unix?