Custom Query (69 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 69)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#24 fixed Trap in FS_FSINFO because of NULL "pBootFSInfo" pointer in pVolInfo erdmann
Description

Recently I had a trap in FAT32.IFS and I tracked it down to routine "FS_FSINFO" in file "fat32.c". The trap occurred in version 0.9.13 version but the code is still unchanged in the current version 0.10.x. The trap occurred in this line of code: pAlloc->cUnitAvail = pVolInfo->pBootFSInfo->ulFreeClusters;

The trap occurs because at this point, pBootFSInfo is NULL. The trap happened because OS2DASD/OS2LVM got confused of if a (removable) USB stick was present or not and the said USB stick was formatted with FAT32 filesystem.

#40 fixed Version 0.10 r213/r238 does not work erdmann
Description

Tested:
1) fat32-0.10-r213-os2.wpi
2) fat32-0.10-r238-os2.wpi

None of these versions work: I cannot access FAT32 formatted USB media via the WPS. I cannot run chkdsk against any FAT32 formatted drive. It got completed messed up where Windows showed that the media did not have a chkdsk problem. What did work was to list the directory contents from a commandline. I had to revert back to version 9.13 from Ko Mjung-Hun.

#41 fixed Version 0.10 r238: Cannot format drive with FAT32 erdmann
Description

When I attempt to format a USB stick partition with FAT32 I get this error ad infinitum:

SYS0027: The drive cannot find the sector (area) requested.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.