Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
NFS server + client
v0.1.6Inspect a host's NFS exports, mounted shares, RPC state, active client connections. Plus two narrow operator actions: exportfs -r (re-export) and exportfs -u (unexport one client:path — evicts that client). Read-only otherwise.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:fbc1087bba7743eb9c5ec4a17b3d4ebc43583fb620d10323753d0a9ca61007ea
sudo emisar pack install nfs \ --hash sha256:fbc1087bba7743eb9c5ec4a17b3d4ebc43583fb620d10323753d0a9ca61007ea \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 9 total
View on GitHub-
cat /var/lib/nfs/etab
-
exportfs -r
-
exportfs -u <client>:<path>
-
exportfs -v
-
NFS mounts on this host
-
nfsstat -c (client)
-
nfsstat -s (server)
-
rpcinfo -p
-
showmount -e