|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 2:06 PM
Points: 2,605,
Visits: 758
|
|
What are peoples' opinions of mounting drives as folders (i.e. mount points) as opposed to assigning drive letters? Anyone encounter any problems?
Not that I expect that anyone would run out of drive letters, but just a thought that popped into my head.
Scott Duncan
MARCUS. Why dost thou laugh? It fits not with this hour. TITUS. Why, I have not another tear to shed; --Titus Andronicus, William Shakespeare
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Yesterday @ 2:09 PM
Points: 480,
Visits: 1,605
|
|
I would be curious to know how you do these mount points. Is something you do in SQL Server? In any case, the last time I had to deal with a similar problem was when an ASP page executed a query and had to do a save of the ADO result set to a share which required a user and password to access. I never found a way to access this share without mapping it to a drive using WScript.Network's MapNetworkDrive method. But before doing so, the code would scan all existing mapped network drives to see if it's already mapped, etc. etc.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 2:17 AM
Points: 6,862,
Visits: 8,049
|
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 2:06 PM
Points: 2,605,
Visits: 758
|
|
Funny you should mention a cluster with multiple instances. That's something I've been tasked with investigating as part of a consolidation project, hence why it popped into my head.
Good point re: naming the folder.
Michael: No, it's something you do in the OS. In Disk Mgmt, instead of assigning a drive letter to a drive, you can mount it to a folder on an existing drive. So you see an extra folder on your C: drive, say, rather than seeing a D: drive. Note: only works with NTFS. Search for "mounting partitions" in Windows help. Works in Win2K & Win2K3.
Scott Duncan
MARCUS. Why dost thou laugh? It fits not with this hour. TITUS. Why, I have not another tear to shed; --Titus Andronicus, William Shakespeare
|
|
|
|