Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.

Mount and unmount NFS filesystems depending on ICMP echo-request responses

License

Notifications You must be signed in to change notification settings

neechbear/nfs-client-ping-mount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfs-mount

Install using the Makefile:

$ sudo make install
install -m 0644 "nfs-client-ping-mount.service" "/etc/systemd/system/nfs-client-ping-mount.service"
install -m 0755 "nfs-client-ping-mount.sh" "/usr/local/bin/nfs-client-ping-mount.sh"
systemctl daemon-reload
systemctl enable nfs-client-ping-mount.service
systemctl start nfs-client-ping-mount.service

Simply add your NFS filesystem mounts to /etc/fstab as you would normally. Optionally add the noauto argument to the fs_mntops field.

About

Mount and unmount NFS filesystems depending on ICMP echo-request responses

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published