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?

Answers were Sorted based on User's Feedback



what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?..

Answer / ajit mohan b

This is a UNIX terminology as to what the client does when
it can't talk to an NFS Server. If you just mount a file
system without specifying hard or soft, the default is a
hard mount. Hard mounts are preferable because of the
stateless nature of NFS. If a client sends an I/O request to
the server (such as an ls -la), and the server gets
rebooted, the client will wait until the server comes back
on line. This preserves data transfers in the event of a
server failure. There are disadvantages to this, as a simple
mount request could hang. A soft link will return with an
error and fail. This kills the wait time, but can cause
problems with data transfers.

To make permanent nfs mount, the above answer is right

Is This Answer Correct ?    41 Yes 3 No

what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?..

Answer / amit kumar ghosh

soft mount is to mount for limited time or temporary,
whereas hard mount is mount permanently.

To make nfs permanent mount go to /etc/fstab & put the entry
& run a cmd to make it mount permanent #mount -a.

Is This Answer Correct ?    18 Yes 3 No

what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?..

Answer / 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

what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?..

Answer / kk.utnoor

to make permanent nfs mount, write it into /etc/fstab
server<ip> nfsmount mountpoint filesystem defaults 0 0
192.168.0.1 /var/ftp/pub /mnt nfs defaults 0 0

Is This Answer Correct ?    17 Yes 17 No

Post New Answer

More Linux Commands Interview Questions

How can you find configuration on linux?

5 Answers  


Where can I find bash in linux?

0 Answers  


Who whoami linux?

0 Answers  


1). What are the situation in process is duplicate is linux box.? 2) Give me 5 situation to kill a process?

1 Answers   Perot Systems,


What are the basic commands in LINUX?

6 Answers  


how many hard disks can i able to connect to desktop pc and server (IDE & SATA) pls send this ans to my mail : ping2pavan@gmail.com

1 Answers  


How do you run a command for a limited time?

0 Answers  


how to run the boot loader in the linux.......

5 Answers  


I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?

3 Answers   CTS,


You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose

0 Answers  


How do you run command every time a file is modified?

0 Answers  


If the programmer wishes to execute an instruction at the specified time. Which command is used?

0 Answers  


Categories