「nfs-utils」

安装的可执行程序

exportfs
maintains a list of NFS exported file systems.

mountstats
displays NFS client per-mount statistics.

nfsiostat
reports input/output statistics for network filesystems.

nfsstat
显示有关NFS客户端和服务器活动的统计信息。

osd_login
is a script that is a part of the autologin feature mandated by the pnfs-objects standard.

rpc.mountd
implements the NFS mount protocol on an NFS server.

rpc.nfsd
implements the user level part of the NFS service on the server.

rpc.statd
is used by the NFS file locking service. Run on both sides, client as well as server, when you want file locking enabled.

rpcdebug
sets or clears the kernel’s NFS client and server debug flags.

showmount
显示NFS服务器的挂载信息。

sm-notify
is used to send Network Status Monitor reboot messages.

start-statd
is a script called by nfsmount when mounting a filesystem with locking enabled, if statd does not appear to be running. It can be customised with whatever flags are appropriate for the site.

挂载与卸载

umount.nfs
is used to unmount a network share using NFS

umount.nfs4
is used to unmount a network share using NFSv4

mount.nfs
is used to mount a network share using NFS

mount.nfs4
is used to mount a network share using NFSv4

参考文献