This procedure shows how to access or mount an NFS file system from a known server.
# *Mount the file system.*
{code}
% pfexec mount -F nfs -o ro bee:/export/share/local /mnt
{code}
In this example, the {{/export/share/local}} file system from the server {{bee}} is mounted read only on {{/mnt{}}} on the local system. Mounting from the command line enables temporary viewing of the file system. You can unmount the file system with the {{umount}} command or by rebooting the local host.
{include:bottom_navigation}
# *Mount the file system.*
{code}
% pfexec mount -F nfs -o ro bee:/export/share/local /mnt
{code}
In this example, the {{/export/share/local}} file system from the server {{bee}} is mounted read only on {{/mnt{}}} on the local system. Mounting from the command line enables temporary viewing of the file system. You can unmount the file system with the {{umount}} command or by rebooting the local host.
{include:bottom_navigation}