On Sun, Jun 30, 2013 at 08:10:53PM +0300, Timur Aydin wrote > I know that a sm-notify program is used on both NFS clients/servers to > notify reboots, but this embedded system does not have the sm-notify > capability. And I would rather not try to port it to uClinux. > > So, my question is, can I somehow configure the NFS server to > allow mounting the same directory repeatedly whenever the NFS > client reboots?
A possible "quick-n-dirty" approach is to run a script that first does a "umount" of the share, and then does the mount. Ignore error messages from the umount attempt. -- Walter Dnes <waltd...@waltdnes.org> I don't run "desktop environments"; I run useful applications