The BEST solution to this situation is to have THREE partitions.
1) Your O/S should be on a Fat32 partition (for safe recovery)
2) Your data files should be on NTFS (for all the reasons stated above)
3) Your SWAP FILE should be on a 2-gig FAT(16) partition (as this is the system with lowest overhead and, therefore, the fastest I/O time)
Sharing partitions on the same physical disks does kind of negate some of the benefits of this solution - but if you can get the FAT and NTFS partitions on one disk and the FAT32 on another you'll find you have a very fast, reliable disk sub-system.
Note: FAT has no intrinisc security built in - but for a swap file that's not important (and this is why it's quicker for this purpose!!)
Cheers
Big Dave
1) Your O/S should be on a Fat32 partition (for safe recovery)
2) Your data files should be on NTFS (for all the reasons stated above)
3) Your SWAP FILE should be on a 2-gig FAT(16) partition (as this is the system with lowest overhead and, therefore, the fastest I/O time)
Sharing partitions on the same physical disks does kind of negate some of the benefits of this solution - but if you can get the FAT and NTFS partitions on one disk and the FAT32 on another you'll find you have a very fast, reliable disk sub-system.
Note: FAT has no intrinisc security built in - but for a swap file that's not important (and this is why it's quicker for this purpose!!)
Cheers
Big Dave
Comment