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
What does sh do in linux?
What is linux pwd (print working directory) command?
What are grep patterns called?
what is the fastest way to enter a series of commands from the command-line in linux
What does df command do in linux?
What is cmake in linux?
How do you grep?
How use more command in linux?
How do I know my linux shell version?
What is sudo bash command?
What is umask 000?
What is cpu utilization linux?
What are the linux commands used in devops?
What is know about grep commands?
What is ps command in linux?