How to configure volume mount points on a Microsoft Cluster Server (280297)
The information in this article applies to:
- Microsoft Windows Server 2003, Enterprise Edition
- Microsoft Windows Server 2003, Datacenter Edition
This article was previously published under Q280297 SUMMARY With the NTFS volume mount points feature, you can surpass
the 26-drive-letter limitation. By using volume mount points, you can graft, or
mount a target partition into a folder on another physical disk. volume mount points are transparent to programs. This article discusses how to create
volume mount points on a server cluster, and considerations associated with it.
Adding a mount point to shared disk is the same as adding a mount
point to a non-shared disk. Mount points are added by Win32 API
SetVolumeMountPoint, and are deleted by DeleteVolumeMountPoint. This has
nothing to do with the disk resource dynamic link library (DLL). The resource
DLL is only concerned about the volume global universal identifications
(GUIDs), and not the actual mount points. There are three ways to
add mount points to a system (clustered and non-clustered are the same):
- Logical Disk Manager (Diskmgmt.msc)
- Mountvol.exe from the command prompt
- Write your own .exe file, using the Win32 API
SetVolumeMountPoint, and DeleteVolumeMountPoint
REFERENCES
For additional information about how to create Volume Mount points from a command
prompt, click the following article number to view the article in the Microsoft Knowledge Base:
205524
How to create and manipulate NTFS junction points
For additional information about how drives are handled by the operating
system, click the following article number to view the article in the Microsoft Knowledge Base:
234048
How
Windows 2000 assigns, reserves, and stores drive letters
For more information about volume mount points and SQL 2000, click the following article number to view the article in the Microsoft Knowledge Base:
819546
SQL Server 2000 support for mounted volumes
For more information about volume mount points and Exchange Server 2003, click the following article number to view the article in the Microsoft Knowledge Base:
318458
volume mount point support for an Exchange Server 2003 Cluster on a Windows Server 2003-based System
Modification Type: | Major | Last Reviewed: | 7/21/2006 |
---|
Keywords: | kbenv kbinfo KB280297 kbAudITPRO |
---|
|