home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / fdisk.zip / readme.txt < prev   
Text File  |  2000-10-18  |  3KB  |  53 lines

  1. 10/18/00
  2.  
  3. This is a fix for FP XR_M010 or later (this fix is scheduled to go into
  4. FP XR_M015) FDISK.
  5.  
  6. From XR_M010 up, code was incorrectly introduced into FDISK (both FDISKPM
  7. and FDISK) that would identify FAT32 partitions. There were many fixes
  8. included in the code between XR_M010 and XR_M014, but the real problem was
  9. when an existing FAT32 partition, that was previously not identified and not
  10. given a drive letter, was now identified and assigned a drive letter. This
  11. information is stored in the Boot Manager partition and used during the boot
  12. sequence to assign drive letters.
  13.  
  14. If that drive happened to be before the Installed OS/2 partition, it would
  15. prohibit your machine from booting. Boot Mananager still could pass control to
  16. OS2LDR, which did load the OS2KRNL, but from there, since the drive letter
  17. booted was not what was in the CONFIG.SYS and INI files, the kernel couldn't
  18. complete boot and the error displayed was usually that OS/2 couldn't operate
  19. the system or drive.
  20.  
  21. The problem became more apparent to users after brought in Removeable Bootable
  22. Media support was added. This change would write the boot record whenever
  23. you used FDISK.
  24.  
  25. There were only two ways to get around this problem. One was to use the
  26. initial Install Diskettes, and run FDISK from there to remove and re-install
  27. Boot Manager, or do a lot of work changing OS/2 from being on one drive to
  28. another drive letter. Some might have been able to use an added partition
  29. before the intended install partition, install, install XR_M014, then remove
  30. the added partition, and save using the XR_M014 FDISK, which then would
  31. recognize the C: FAT32 and give it a letter replacing the deleted partition.
  32. This accomplished the same thing, and along with 3rd party device drivers
  33. that were FAT32 aware, allow you to access those drives as well, and FDISK
  34. kept in sync with this setup.
  35.  
  36. Included in this ZIP file are replacement FDISK's that will NOT recognized
  37. FAT32 drives and assign them drive letters.
  38.  
  39. File included         Disk location
  40.  
  41. FDISK.COM             \OS2
  42. FDISKPM.EXE           \OS2
  43. FDISKPM.DLL           \OS2\DLL
  44.  
  45. Before copying over these files, it is suggested you backup/rename the
  46. existing files.
  47.  
  48. If you are happy with the present FDISK and how it assigns drive letters,
  49. DO NOT APPLY THIS FIX. This is a backout to the same capability that was in
  50. GA WARP 4 for identifing partitions. Some of you may have a working system
  51. using the XR_M010-14 FDISK and 3rd party drivers, and this fix will break
  52. your system.
  53.