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 is bash linux?
Which command is used to delete a group?
Why is it called bash?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
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 a makefile in c?
What is 9 in kill?
How do you copy in linux terminal?
What is the copy command in linux?
How do I create a .txt file?
What is $$ in shell script?
What is Syntax of any Linux command?
How do I check cpu usage?
What is ls command and what it does?
How do I check storage on linux?