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

What does sh do in linux?

1016


What is linux pwd (print working directory) command?

1017


What are grep patterns called?

1077


what is the fastest way to enter a series of commands from the command-line in linux

1128


What does df command do in linux?

1209


What is cmake in linux?

1206


How do you grep?

1002


How use more command in linux?

1172


How do I know my linux shell version?

1156


What is sudo bash command?

1087


What is umask 000?

990


What is cpu utilization linux?

1100


What are the linux commands used in devops?

1110


What is know about grep commands?

1241


What is ps command in linux?

1081