Installing WindowsXP/2000 | |
|---|---|
The following are some suggestions for installing WindowsXP/2000 as well as how to backup the OS, Data, and Programs | |
Overview: When possible, I prefer to install the Operating system and Programs on one partition and keep all the data on another.The main reason is this is a much easier configuration to recover from when the operating system crashes. | |
Creating the Initial Partition | |
| 1. | Create a relatively small partition of 20-40 gigs (depending on how many programs you expect to install) and install Windows into that smaller partition. You can use a Win98 floppy with FDISK to create the partition. |
Creating An Additional Partition | |
| 1. | From within XP or Windows2000, you can run DiskManagement to create and format additional partitions. |
| 2. | Keep your data on this second partition. I also like to keep the source files for my major programs here such as Office, Photoshop etc. |
| 3. | TweakUI from Microsoft will allow you to redirect your Favorites, My Documents and any other special folders to the second partition. This way in case of a crash, you will not lose anything. |
Backup | |
| 1. | To backup the second partition, I simply use a second hard drive. |
| 2. | It is a simple process to use XCOPY to copy the second partition to your backup drive. |
| 3. | An example would be: xcopy d:\ h:\ /s /y /c /d /i /r /h D: is the drive letter for the second partition |
| 4. | So the first time through it will backup
everything. Then due to the /d switch, the next time it will only copy new or changed files. This makes backups very fast and easy to restore. |
| 5. | If you are comfortable writing batch
files, you can write one with those same commands and switches. Often I
do this for customers, make one for each day of the week. e.g. |
| 6. | There are also third party programs that can do this for you as well. I've just never found anything quite as configurable though. |
Disaster Recovery | |
| 1. | This is the main area where the FAT32 partitioning comes into play. |
| 2. | Boot with a Win98 floppy. |
| 3. | Using a program like Drive Image, create an image of the C: drive on the second partition. (I prefer Drive Image over Ghost since it is faster and the interface makes more sense to me) |
| 4. | The next time your backup runs, it will copy this image as well. |
| 5. | Now if XP fails to start, you can simply boot with the Win98 disk and restore that image. |
| 6. | Restoring takes only about 10 minutes and is the fastest way I know of to get my system back again after a crash. |
| 7. | I do the same basic procedure for all my client's NT servers as well. I just keep the images on a separate hard drive. It has enabled me to restore a completely failed hard drive, operating system, data, and applications in under an hour. |
This site is copyrighted. No portion may be reproduced without my written permission.