Hello all,
GREAT FORUM - I have already used this forum for my benefit, but now i have a question.
I have a completely unattended install of windows 2003 built using PE as the kick off point.
All runs fantastic except for a small issue which is proving to be quite a pain. I have 2 raid volumes (both mirrored). These disks are incorrectly installed but as i have 180 of these domain controllers to install we won't be physically swapping the disks around. Disk 0 is the larger and needs to be DATA and Disk 1 is smaller and therefore requires the OS (12GB partition) and another partition for other uses.
Before installation they stand as follows:
Operating System - Windows 2000 Server
Disk 0 - 64GB (4GB Recovery partition Drive Letter E: & 60GB Data Drive Letter F:)
Disk 1 - 36GB (12GB Operating System Drive Letter c: & 24GB Partition Drive Letter D:)
Here's my problem.
I need to backup data off these partitions (shared directories) and repartition the drives.
I record the directory path for the required data and many other variables before starting the installation by script and this is read from an answer file for each domain controller during the PE process.
however for example a share that when running Windows 2000 server lies under e:\SMS_DP can only be found under d:\SMS_DP when PE is running.
I thought that PE would read formatted and named drives as they are and therein lies my problem.
My scripts are not backing up the data because PE in not recognising my paths correctly.
This also causes an issue when repartitioning the drives.
Any pointers you can give me in regards to this would be greatly appreciated.
