split C: & D: to two drives?

C

Carlton Whitmore

I currently have the C: and D: drives on one physical SCSI
drive running Win2000 Server on a AD domain. I'd like to
add a new drive and move the contents of the D: drive to
that new drive. I'm assuming all I need to do is copy the
contents of D: over to the new drive, reassign the old D:
drive another drive letter and then assign the new SCSI
drive to D:?
I'm running SQL 2000 and ColdFusion server on this server
so I'm a little cautious about doing this.
Carlton.
 
G

Gerry Hickman

Carlton said:
I currently have the C: and D: drives on one physical SCSI
drive running Win2000 Server on a AD domain. I'd like to
add a new drive and move the contents of the D: drive to
that new drive. I'm assuming all I need to do is copy the
contents of D: over to the new drive, reassign the old D:
drive another drive letter and then assign the new SCSI
drive to D:?

To a point, yes, but it's never that straightforward. For a start,
you'll need to choose "basic" vs "dynamic" when you first install the
drive, you'll then need to ensure all your ACLs are copied perfectly
from the old drive to the new. Of course, you can NOT do this while
files are in use, you need to ensure none of your processes are holding
open file handles on the old D drive.

1. Do full backup and kick everyone off the network
2. Free all file handles
3. Assign a temp drive letter to the new drive.
4. Make a perfect copy (including ACLs) from the old drive to the new
(or use your backup/restore software for this)
5. Do a verify to ensure every file, folder and total byte count is correct
6. Unassign the old drive letter and assign the new
7. Restart services and test EVERYTHING. if you hit problems, simply
roll-back to the old partition.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top