Mount: Difference between revisions
Jump to navigation
Jump to search
(→-v) |
|||
Line 14: | Line 14: | ||
Verbose <tt>mount</tt>. | Verbose <tt>mount</tt>. | ||
Useful to [[Linux_NFS_Troubleshooting# | Useful to [[Linux_NFS_Troubleshooting#Useful_Commands|troubleshoot NFS client problems]]. | ||
==<tt>-o</tt>== | ==<tt>-o</tt>== |
Revision as of 09:01, 21 August 2016
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" ...