-e expire | All entries which are not actually mounted or older than expire (seconds) are removed from /var/db/mounttab. This may be the case for DNS changes or long out of service periods. Default expire time is 86400 seconds (one day). |
-h host | Only remove the specific hostname. Send a UMNTALL RPC to the NFS server. |
-k | Keep entries for existing NFS file systems. Compare the NFS file systems from the mounttab against the kernel mountlist and do not send the RPC to existing mount entries. Useful during startup of the system. It may be possible that there are already mounted NFS file systems, so calling RPC UMOUNT is not a good idea. This is the case if the user has rebooted to single user mode and starts up the system again. |
-p path | Only remove the specific mount-path. Send a UMOUNT RPC to the NFS server. This option implies the -host option. |
-v | Verbose, additional information is printed for each processed mounttab entry. |
|