Remount multiple NFS mount points on Client in one go
Sometimes we may have number of mount points available on NFS clients and after making changes for any one of parameters, we have to remount all partitions. Doing umount and mount on multiple partitions will really be hectic job and there may be chances of human errors. We can do this using single command to achieve the same. Sharing some other commands as well, before moving to exact one :). Get the list of all NFS mount points available on System: Before moving ahead with changes, lets see how many partitions are their on system. Below command will do trick and give you all the nfs mount points without any header and headers. Without headers - # df -PF n...