Book Image

Webmin Administrator's Cookbook

By : Michal Karzynski
Book Image

Webmin Administrator's Cookbook

By: Michal Karzynski

Overview of this book

Table of Contents (19 chapters)
Webmin Administrator's Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Mounting a remote NFS volume


If your server has access to a remote volume exported using NFS, Webmin can assist you with mounting the volume as part of your filesystem.

Getting ready

NFS client support may come installed by default on your system or have been installed together with NFS server software. Verify that the package named nfs-utils or nfs-common (depending on your system) is installed, or install it if needed. Refer to the Inspecting installed software packages and Installing software packages recipes in Chapter 1, Setting Up Your System, for more information.

How to do it...

In this recipe, we'll mount the /home/shared directory exported by a remote NFS server with the IP 192.168.1.50 in the local mount point /mnt/remoteshare. Perform the following steps to mount a remote NFS volume:

  1. Navigate to Networking | NFS Exports.

  2. Select Network Filesystem (nfs) from the Type dropdown.

  3. Click the Add mount button.

  4. Set Mounted as to /mnt/remoteshare.

  5. Set NFS Hostname to 192.168.1.50.

  6. Set NFS Directory...