Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

128 lines
3.3 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1994-1995 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; msg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the Win32 MOUNTVOL
  12. ; utility.
  13. ;
  14. ;Author:
  15. ;
  16. ; Norbert Kusters [norbertk] 11-Sep-1997
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;
  22. MessageId=0001 SymbolicName=MOUNTVOL_USAGE1
  23. Language=English
  24. Creates, deletes, or lists a volume mount point.
  25. MOUNTVOL [drive:]path VolumeName
  26. MOUNTVOL [drive:]path /D
  27. MOUNTVOL [drive:]path /L
  28. MOUNTVOL [drive:]path /P
  29. MOUNTVOL /R
  30. MOUNTVOL /N
  31. MOUNTVOL /E
  32. .
  33. MessageId=0002 SymbolicName=MOUNTVOL_USAGE1_IA64
  34. Language=English
  35. MOUNTVOL drive: /S
  36. .
  37. MessageId=0003 SymbolicName=MOUNTVOL_USAGE2
  38. Language=English
  39. path Specifies the existing NTFS directory where the mount
  40. point will reside.
  41. VolumeName Specifies the volume name that is the target of the mount
  42. point.
  43. /D Removes the volume mount point from the specified directory.
  44. /L Lists the mounted volume name for the specified directory.
  45. /P Removes the volume mount point from the specified directory,
  46. dismounts the volume, and makes the volume not mountable.
  47. You can make the volume mountable again by creating a volume
  48. mount point.
  49. /R Removes volume mount point directories and registry settings
  50. for volumes that are no longer in the system.
  51. /N Disables automatic mounting of new volumes.
  52. /E Re-enables automatic mounting of new volumes.
  53. .
  54. MessageId=0004 SymbolicName=MOUNTVOL_USAGE2_IA64
  55. Language=English
  56. /S Mount the EFI System Partition on the given drive.
  57. .
  58. MessageId=0005 SymbolicName=MOUNTVOL_START_OF_LIST
  59. Language=English
  60. Possible values for VolumeName along with current mount points are:
  61. .
  62. MessageId=0006 SymbolicName=MOUNTVOL_MOUNT_POINT
  63. Language=English
  64. %1
  65. .
  66. MessageId=0007 SymbolicName=MOUNTVOL_VOLUME_NAME
  67. Language=English
  68. %1
  69. .
  70. MessageId=0008 SymbolicName=MOUNTVOL_NEWLINE
  71. Language=English
  72. .
  73. MessageId=0009 SymbolicName=MOUNTVOL_NO_MOUNT_POINTS
  74. Language=English
  75. *** NO MOUNT POINTS ***
  76. .
  77. MessageId=0010 SymbolicName=MOUNTVOL_EFI
  78. Language=English
  79. The EFI System Partition is mounted at %1
  80. .
  81. MessageId=0011 SymbolicName=MOUNTVOL_VOLUME_IN_USE
  82. Language=English
  83. The volume is still in use. A force dismount was issued and current handles
  84. to the volume have been invalidated.
  85. .
  86. MessageId=0012 SymbolicName=MOUNTVOL_NOT_MOUNTED
  87. Language=English
  88. *** NOT MOUNTABLE UNTIL A VOLUME MOUNT POINT IS CREATED ***
  89. .
  90. MessageId=0013 SymbolicName=MOUNTVOL_NO_AUTO_MOUNT
  91. Language=English
  92. New volumes are not mounted automatically when added to the system. To mount a
  93. volume, you must create a volume mount point.
  94. .
  95. MessageId=0014 SymbolicName=MOUNTVOL_OTHER_VOLUME_MOUNT_POINTS
  96. Language=English
  97. The /P option can only be used when the given mount point is the only mount
  98. point for the volume. Use /D instead.
  99. .
  100. MessageId=0015 SymbolicName=MOUNTVOL_NOT_SUPPORTED
  101. Language=English
  102. This volume does not support this operation. Dynamic volumes and removable
  103. volumes do not support this operation.
  104. .