For Dual Booter (Windows NT4 or 2000 and Windows 98) Ex C drive FAT 16 (Note: Windows 98 does not have be installed into C drive) D drive FAT 32 Windows 98 E drive FAT 32 DATA F drive FAT 32 DATA G drive FAT16 Windows NT4 ( If you use Windows 2000, it can be installed into FAT32) H drive FAT 32 Swap Drive Note: Go to Sysinternals.com and buy FAT32 driver so that Windows NT4 can read and write FAT32 drive. (Windows NT4 must be installed into FAT16) Suppose NT4 allocated 500MB pagefile. (500MB=524288000 524288000/1024=512000) Usually it uses NTs system drive, (in this case G) Windows 98 creates swap file in D drive as in D:\windows\windows.swp After editing system.ini file, you can delete windows.swp file. In NT, move pagefile to H drive.
System.ini To move swp out from Windows Folder, enter as follows.
[386Enh] pagingfile=H:\pagefile.sys pagingDrive=H:\ Paging=on MinPagingFileSize=512000 MaxPagingFileSize=512000
That's all there is to it. This way, you don't have to waste hard disk space. |
|