Source code of Windows XP (NT5)
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.

85 lines
1.7 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. .
  29. MessageId=0002 SymbolicName=MOUNTVOL_USAGE1_IA64
  30. Language=English
  31. MOUNTVOL drive: /S
  32. .
  33. MessageId=0003 SymbolicName=MOUNTVOL_USAGE2
  34. Language=English
  35. path Specifies the existing NTFS directory where the mount
  36. point will reside.
  37. VolumeName Specifies the volume name that is the target of the mount
  38. point.
  39. /D Removes the volume mount point from the specified directory.
  40. /L Lists the mounted volume name for the specified directory.
  41. .
  42. MessageId=0004 SymbolicName=MOUNTVOL_USAGE2_IA64
  43. Language=English
  44. /S Mount the EFI System Partition on the given drive.
  45. .
  46. MessageId=0005 SymbolicName=MOUNTVOL_START_OF_LIST
  47. Language=English
  48. Possible values for VolumeName along with current mount points are:
  49. .
  50. MessageId=0006 SymbolicName=MOUNTVOL_MOUNT_POINT
  51. Language=English
  52. %1
  53. .
  54. MessageId=0007 SymbolicName=MOUNTVOL_VOLUME_NAME
  55. Language=English
  56. %1
  57. .
  58. MessageId=0008 SymbolicName=MOUNTVOL_NEWLINE
  59. Language=English
  60. .
  61. MessageId=0009 SymbolicName=MOUNTVOL_NO_MOUNT_POINTS
  62. Language=English
  63. *** NO MOUNT POINTS ***
  64. .
  65. MessageId=0010 SymbolicName=MOUNTVOL_EFI
  66. Language=English
  67. The EFI System Partition is mounted at %1
  68. .