Enumeration

When working with NFS, start by listing the server exports and seeing if you can enumerate any other users that currently have an export mounted.

Checkout showmount for more details.

Mount an Export

sudo mount -t nfs <server_ip>:<export_name> <mount_point>

References