Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XP Having Problems with FAT32 Drives with Win9x on Them

Status
Not open for further replies.

LWComputingMVP

IS-IT--Management
Jul 3, 2005
870
US
Details:
A FAT32 drive is recognized by Windows XP, however, when attempting to assign a drive letter via Disk Management, the option is grayed out with the only available options being Delete Partition and Help.

In addition, this tip may apply to issues where the disk appears as RAW in Disk Management when you know it is formatted with data

Cause:
The partition type of the FAT32 disk is not correctly set to FAT32. Norton GoBack is known to change this value. Other applications may as well.

You may be able to confirm this diagnoses through the use of a disk editor, such as WinHex or DiskProbe*.

*DiskProbe has a known issue with FAT32 drives and may further corrupt your partition table.

Workaround:
Using a Linux boot CD, such as Knoppix, you can access files on the FAT32 drive, copying them to a USB Flash device, burning them to a CD, or transferring them a network drive.

Solution:
The solution used was a combination of editing the master boot record and using FDISK from a Windows 9x boot disk. Either one alone might resolve the problem. (Note: when originally attempting the disk edit method DiskProbe was used and upon rebooting the disk appeared as unallocated. A second edit attempt combined with the FDISK command seemed to resolve the issue).

Probable:
Use a byte level editor to change the 450th byte of the master boot record of the FAT32 drive to 0B.

Probable:
Reconnect the FAT32 drive as the primary master disk. Then use a Windows 9x boot floppy (excluding floppy disks from Windows 95A) to boot the system. Run the FDISK /MBR command from the command line. Power down and connect the drives as they are desired to be configured. Power on. (I have recommended this before on other forums and been told it worked)

Possible:
Change the partition type using Partition Magic or similar partition management software.

Related Links:
X-Ways Software Technology AG (WinHex)

Partition Types (Andries Brouwer)

A Bit more about Disk Structures (Bits 'n' Bytes)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top