Mount

From NovaOrdis Knowledge Base
Revision as of 08:58, 21 August 2016 by Ovidiu (talk | contribs) (→‎Options)
Jump to navigation Jump to search

Internal

List Filesystems Mounted by a NFS Client

Run mount without any argument.

Options

-v

Verbose mount.

Useful to troubleshoot NFS client problems.

-o

Specifies other mount options.

For NFS, the following can be specified:

  • NFS version to use:
mount -t nfs -o "vers=3" ...