text stringlengths 0 4.23k |
|---|
-o rsize=<buffersize> |
Sets the size in kilobytes of the read buffer. Acceptable values are 1, 2, 4, 8, 16, and 32; the default is 32 KB. |
-o wsize=<buffersize> |
Sets the size in kilobytes of the write buffer. Acceptable values are 1, 2, 4, 8, 16, and 32; the default is 32 KB. |
-o timeout=<seconds> |
Sets the time-out value in seconds for a remote procedure call (RPC). Acceptable values are 0.8, 0.9, and any integer in the range 1-60; the default is 0.8. |
-o retry=<number> |
Sets the number of retries for a soft mount. Acceptable values are integers in the range 1-10; the default is 1. |
-o mtype={soft|hard} |
Sets the mount type for your NFS share. By default, Windows uses a soft mount. Soft mounts time out more easily when there are connection issues; however, to reduce I/O disruption during NFS server reboots, we recommend using a hard mount. |
-o anon |
Mounts as an anonymous user. |
-o nolock |
Disables locking (default is enabled). |
-o casesensitive |
Forces file lookups on the server to be case sensitive. |
-o fileaccess=<mode> |
Specifies the default permission mode of new files created on the NFS share. Specify mode as a three-digit number in the form ogw, where o, g, and w are each a digit representing the access granted the file's owner, group, and the world, respectively. The digits must be in the range 0-7, including:0: No access1: x (execute access)2: w (write access)3: wx (write and execute access)4: r (read access)5: rx (read and execute access)6: rw (read and write access)7: rwx (read, write, and execute access) |
-o lang={euc-jp|euc-tw|euc-kr|shift-jis|Big5|Ksc5601|Gb2312-80|Ansi) |
Specifies the language encoding to configure on an NFS share. You can use only one language on the share. This value can include any of the following values:euc-jp: Japaneseeuc-tw: Chineseeuc-kr: Koreanshift-jis: JapaneseBig5: ChineseKsc5601: KoreanGb2312-80: Simplified ChineseAnsi: ANSI-encoded |
-u:<username> |
Specifies the user name to use for mounting the share. If username isn't preceded by a backslash ( \ ), it's treated as a UNIX user name. |
-p:<password> |
The password to use for mounting the share. If you use an asterisk (*), you'll be prompted for the password. |
<computername> |
Specifies the name of the NFS server. |
<sharename> |
Specifies the name of the file system. |
<devicename> |
Specifies the drive letter and name of the device. If you use an asterisk (*) this value represents the first available driver letter. |
<buffersize> |
<buffersize> |
<seconds> |
<number> |
{soft|hard} |
<mode> |
{euc-jp|euc-tw|euc-kr|shift-jis|Big5|Ksc5601|Gb2312-80|Ansi) |
<username> |
<password> |
<computername> |
<sharename> |
<devicename> |
mountvol |
Creates, deletes, or lists a volume mount point. You can also link volumes without requiring a drive letter. |
Syntax |
mountvol [<drive>:]<path volumename> |
mountvol [<drive>:]<path> /d |
mountvol [<drive>:]<path> /l |
mountvol [<drive>:]<path> /p |
mountvol /r |
mountvol [/n|/e] |
mountvol <drive>: /s |
Parameters |
Parameter |
Description |
[<drive>:]<path> |
Specifies the existing NTFS directory where the mount point will reside. |
<volumename> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.