Hello,
Check that your hard drive is configured for optimized performance :
- Open the device manager
- Under Disk Drives, open the properties for your disk
- In the "Policies" tab, tick "Optimize for performance" and "Enable write caching on disk"
- Click on Ok
- Under "IDE/ATA/ATAPI", open the properties for the all channels
- Enable DMA Transfer in the Advanced Settings Tab
You should also check that you are using the good drivers for your chipset. (check intel support site)
You can also disable NTFS last access update, which can be very time consuming on slow computers.
You can find this registry tweak under :
HKLM\SYSTEM\CurrentControlSet\Control\FileSystem
set NtfsDisableLastAccessUpdate (DWord) to 1 to disable
then reboot.
(source :
http://technet.microsoft.com/en-us/libr ... 59914.aspx )
At last, check that disk power management is disabled in bios and windows power management.
As leejor said, windows xp is not recommended for ssd drives because it does not support the TRIM command.
Regards,
Patrice