Installing "Docs & Settings" and "Program Files" on seperate partitions to Windows
Cheetah Designs said:
Ditto
I am getting my new 250GB drive soon, so ill wait a bit to see what your guide is like.
Thanks.
OK, I've tried several things in the past couple of days, and by far and away the simplest way is to use the "unattend.txt"/"winnt.sif" method. Broadly speaking, this involves the following steps:
1. Firstly, create a text file using Notepad, with the following contents:
Code:
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="No"
AutomaticUpdates=no
[Unattended]
OemSkipEula=Yes
UnattendMode=ProvideDefault
OemPreinstall=No
Repartition=No
Filesystem=*
TargetPath=\WINDOWS
ProgramFilesDir="E:\Progs"
CommonProgramFilesDir="E:\Common"
[GuiUnattended]
EncryptedAdminPassword=NO
OEMSkipRegional=1
ProfilesDir=D:\DocSet
[UserData]
FullName=""
OrgName=""
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
Note the folder names and drives I've specified. Save it as "winnt.sif" and put it on the root of a floppy disk.
2. Next, partition your target disk into 3 partitions, C: (labelled System or Windows), D: (labelled Programs) and E: (labelled Docs). Your actual drive letters might be off by one initially (e.g. C, E, and F), due to the CD/DVD ROM. Don't worry about this. They should change during setup, but in any case (if they don't) just make sure that once you get to the installation screen (blue text mode screen during intial setup) that the drive letters match what you specified in the text file. If they do not match then you need to go back and update the text file to match the Windows installer's view of the world, and then restart the process.
3. Finally, boot from the Windows XP installation CD, and the moment the CD starts to boot, insert the floppy disk. It will be read and will affect the installation to install the "Program Files" and "Documents And Setting" to the specified folders. Continue to install Windows as per normal, and once complete you'll find that the Program Files and Documents and settings folders are now not on the C: System partition anymore.
Thats it!
Notes:
This process applies to Windows XP (have not been tested to Windows Vista, I strongly doubt it would work.)
Step 2 (partitioning) may be accomplished in many ways, including with a bootable liveCD (such as this here:
http://trinityhome.org/Home/index.php?wpid=28&front_id=12 , this is very good and probably useful to keep handy.) However, probably the easiest method (if it does take longer) is to firstly install Windows normally onto one partition, then use *it* to make the other two partitions. (Trying to keep it simple here...) Remember in the initial installation not to use the entire disk but to leave space for the other 2 partitions to be created later. Then, start the installation process again, format the C: partition again, and reinstall with the aid of the floppy.
Anyway, that seemed to me to be the simplest method. Let me know if this is not clear enough or if there's any other questions.