Mount: Difference between revisions
Jump to navigation
Jump to search
(→-v) |
|||
Line 8: | Line 8: | ||
Verbose <tt>mount</tt>. | Verbose <tt>mount</tt>. | ||
==<tt>-o</tt>== | |||
Specifies other mount options. | |||
For NFS, the following can be specified: | |||
* NFS version to use: | |||
<pre> | |||
mount -t nfs -o "vers=3" ... | |||
</pre> |
Revision as of 08:30, 21 August 2016
Internal
Options
-v
Verbose mount.
-o
Specifies other mount options.
For NFS, the following can be specified:
- NFS version to use:
mount -t nfs -o "vers=3" ...