all groups > sql server clustering > february 2005 >
You're in the

sql server clustering

group:

Having fun with moint points


RE: Having fun with moint points Mike Epprecht (SQL MVP)
2/25/2005 7:49:03 AM
sql server clustering:
Hi

Have you looked at http://support.microsoft.com/kb/819546/en-us "SQL Server
2000 support for mounted volumes"?

On non-clustered systems, the base drive needs a drive letter.

Regards
Mike

[quoted text, click to view]
Having fun with moint points Hans de Bruin
2/25/2005 4:13:41 PM
To keep the number of driveletters to a minimum, have
the same directory structure on the instances and do
something with disks and performance I tried this:

MSSQL$I1\Data
\Data1 <- mount point
\Tlog
\Backup
\Backup1 <- mount point

MSSQL$I2\Data
\Data1 <- mount point
\Tlog
\Backup
\Backup1

MSSQL$I3\Data
\Data1
\Tlog
\Backup
\Backup1

And ran into the SQL Setup does not support mount points
bug or feature. So I added driveletter to the mounted disk.
I am still thinking off using the mount points next to the drive
letters. Are the any other issues or disadvantages I should be
aware off?

--
Hans
AddThis Social Bookmark Button