From 2117490500cb21fc49871bf80964ffbdf11925bd Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 3 Mar 2019 18:09:27 +0100 Subject: Windows: Add documentation for new switch (/m noattach) --- doc/html/Command Line Usage.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/Command Line Usage.html b/doc/html/Command Line Usage.html index d9318b10..61b786a7 100644 --- a/doc/html/Command Line Usage.html +++ b/doc/html/Command Line Usage.html @@ -170,9 +170,9 @@ Note that turning the password cache off will not clear it (use /w to clear the

recovery: Do not verify any checksums stored in the volume header. This option should be used only when the volume header is damaged and the volume cannot be mounted even with the mount option headerbak. Example: /m ro

label=LabelValue: Use the given string value LabelValue as a label of the mounted volume in Windows Explorer. The maximum length for LabelValue  is 32 characters for NTFS volumes and 11 characters for FAT volumes. For example, -/m label=MyDrive will set the label of the drive in Explorer to MyDrive.
-
-Please note that this switch may be present several times in the command line in order to specify multiple mount options (e.g.: /m rm /m ts)

+/m label=MyDrive will set the label of the drive in Explorer to MyDrive.

+

noattach: Only create virtual device without actually attaching the mounted volume to the selected drive letter.

+

Please note that this switch may be present several times in the command line in order to specify multiple mount options (e.g.: /m rm /m ts)

-- cgit v1.2.3