How To: View NFS Shares

Another day, another step to further configure the Helios 4 based network storage. Today I was configuring access from NFS access.

View NFS shares with showmount Command

showmount command isn’t usually installed on Linux system by default, so you will probably need to install it. On my Linux Mint system, I installed it like this:

[email protected]:~$ sudo apt install nfs-client

Once installed, showmount can be used to show NFS network shares by specifying an IP address of the NAS server.

[email protected]:~$ showmount -e 192.168.1.70

Export list for 192.168.1.70:

                      /volume1/Stuff  192.168.1.103,192.168.1.102

That’s it for today! Will keep you posted on further progress.

See Also




Keep Learning

Follow me on Facebook, Twitter or Telegram:
Recommended
I learn with Educative: Educative I'm also a fan of SetApp for macOS: SetApp for macOS
IT Consultancy
I'm a principal consultant with Tech Stack Solutions. I help with cloud architectrure, AWS deployments and automated management of Unix/Linux infrastructure. Get in touch!
Recent Articles
31 Jan 2023

Homelab: MacBook Pro M2

17 Nov 2022

Video: awk delimiters

25 Oct 2022

macOS Ventura 13.0

Recent Tweets