Mount: Difference between revisions
Jump to navigation
Jump to search
(→-v) |
No edit summary |
||
Line 27: | Line 27: | ||
mount -t nfs -o "vers=3" ... | mount -t nfs -o "vers=3" ... | ||
</pre> | </pre> | ||
=Mounting a Filesystem at Boot= |
Revision as of 23:27, 23 May 2017
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" ...