Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How do I search bash history?

938


What is build process?

1082


What is command line in unix?

1099


How does mkdir work in linux?

1310


How often do you use grep command and how in Linux operating system?

1197


How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?

2736


Which command puts a script to sleep untill a signal is recieved?

1135


What is clang linux?

1118


What is cd in cmd?

983


Explain about communication features in UNIX?

1150


What is cd command used for?

1164


How do I run a script in linux?

1166


How do I check if my cpu is overclocked?

1095


Explain the free command.

1064


What is filter command in unix?

1032