Custom Query (69 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 69)

Ticket Resolution Summary Owner Reporter
#18 invalid Ability to at least read Windows long filenames on FAT32 Lewis Rosenthal
Description

MS holds several FAT-related patents specific to the storage of long filenames (see http://en.swpat.org/wiki/Microsoft_FAT_patents for links). However, none of those should preclude us from reading the Windows LFNs so that they don't show up as blah~1.ext. As we store LFNs differently, we could at least read the Windows LFNs and when saving to a new LFN, then store using our method.

#21 invalid Implement formatting in an expected manner (format x: /fs:FAT32) Lewis Rosenthal
Description

Currently, formatting a FAT32 volume involves running a standalone executable (fat32fmt.exe) with its own syntax.

Formatting FAT32 should be accomplished as with any other filesystem under OS/2, via the format command:

FORMAT X: /FS:FAT32

It should also be possible, then, to enhance PMFORMAT.EXE to support formatting FAT32 (not that such an enhancement belongs to this ticket or this project).

#52 invalid Writing large eas or coping a file with large eas trap the system r282 Gregg Young
Description

Writing large eas to a VFAT drive causes a system trap. The eas are a thumbnail created by Lucide. It also traps in fat32 when you try to copy a file with large eas attached (again a thumbnail created by Lucide). Steps to reproduce:

  1. Place a pdf file without a thumbnail on the VFAT drive.
  2. Open it with Lucide set to create thumbnails
  3. When you close the file or Lucide (which is when the eas get written) you trap

The same thing occurs on a FAT32 drive if you copy a pdf that already has a thumbnail as part of its eas.

Note this was not happening with r280 but was with r276 and r277.

The following is the trap screen from the VFAT trap described above. I have a system dump of both traps above. I also have a system dump from just repeatedly accessing the drive from the drives folder which was also fixed by turning off eas. All these problems go away with eas turned off.

TRAP SCREEN INFORMATION


Trap screen 1 found at address #70:989c This screen is most likely related to a previous trap.

P1=XXXXXXXX P2=XXXXXXXX P3=XXXXXXXX P4=XXXXXXXX CS:EIP=e800:00000352 CSACC= CSLIM= SS:ESP=960c:0000e868 SSACC=5089 SSLIM=000f2847 EBP=00001293 FLG=000a6282 EAX=00004800 EBX=00000e74 ECX=0000e6c7 EDX=00000000 ESI=00000222 EDI=000039df DS=04d5 DSACC= DSLIM= ES=0e74 ESACC=70b8 ESLIM=000474b8 FS=0000 FSACC= FSLIM= GS=0000 GSACC= GSLIM=* No Symbols Found #


Trap screen 2 found at address #70:9c84

EAX=00004800 EBX=00000e74 ECX=0000e6c7 EDX=00000000 ESI=00000222 EDI=000039df DS=04d5 DSACC= DSLIM= ES=0e74 ESACC=70b8 ESLIM=000474b8 FS=0000 FSACC= FSLIM= GS=0000 GSACC= GSLIM= CS:EIP=e800:00000352 CSACC= CSLIM= SS:ESP=960c:0000e868 SSACC=5089 SSLIM=000f2847 EBP=00001293 FLG=000a628

ASCII found at #70:9c84-12 is b3c17aa8 (Exception Code?) b3c17aa8: Unknown error code in 3175 trap info:

ASCII found at #70:9c84-9 is a0c3d12e. (Linear Address?) No Symbols Found # #

Note: See TracQuery for help on using queries.