Jump to content

FAT32.IFS: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 2: Line 2:
Provides limited support for the FAT32 file system under OS/2.
Provides limited support for the FAT32 file system under OS/2.
  IFS=FAT32.IFS <parameters>
  IFS=FAT32.IFS <parameters>
You should note that the actual sector IO per read action is NOT determined by an application, but by the IFS. For FAT access single sector reads are done. For Directory and Files IO reads are done on a cluster base. By setting the RASECTORS you can define the minimum number of sectors the IFS will read from disk and place in the cache.
You should note that the actual sector IO per read action is NOT determined by an application, but by the IFS. For FAT access single sector reads are done. For Directory and Files IO reads are done on a cluster base. By setting the RASECTORS you can define the minimum number of sectors the IFS will read from disk and place in the cache.


See also CALL=C:\OS2\[[CACHEF32.EXE]] and BASEDEV=[[PARTFILT.FLT]] for more information
See also CALL=C:\OS2\[[CACHEF32.EXE]] and BASEDEV=[[PARTFILT.FLT]] for more information


'''NOTE:''' For Warp 4 with fixpak 10 you need at least ver.0.88, for Warp for e-business (Aurora) at least ver.0.89.
'''NOTE:''' For Warp 4 with fixpak 10 you need at least ver. 0.88, for Warp for e-business (Aurora) at least ver. 0.89.


'''TIP:''' Since Fixpak 12 for Warp4 Fdisk can handle FAT32. To boot update the OS/2 Bootmanager (by first deleting, and new installation).
'''TIP:''' Since Fixpak 12 for Warp4 Fdisk can handle FAT32. To boot update the OS/2 Boot Manager (by first deleting, and new installation).


==Parameters==
==Parameters==
Line 15: Line 14:


'''/CACHE:value'''  
'''/CACHE:value'''  
: Specifies the cache size in kilobytes.
:Specifies the cache size in kilobytes.
:Value can be in the range from 0 to 2048 . If not set it defaults to 1024 Kbytes.
:Value can be in the range from 0 to 2048. If not set it defaults to 1024 Kbytes.


; /Monitor : This option is needed by the Monitor.exe program.
; /Monitor : This option is needed by the Monitor.exe program.
Line 23: Line 22:
: Defines the numbers of sectors which should be read per read action and
: Defines the numbers of sectors which should be read per read action and


; /EAS : Gives support for the Extended Attributes (EAs).  
; /EAS : Gives support for the Extended Attributes (EAs).
 
; /H
; /H



Latest revision as of 18:05, 21 September 2022

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1
OS/2 2.11 SMP
OS/2 Warp 3 S
OS/2 Warp Connect S
OS/2 Warp 4 S
OS/2 Warp Server for e-Business S

Provides limited support for the FAT32 file system under OS/2.

IFS=FAT32.IFS <parameters>

You should note that the actual sector IO per read action is NOT determined by an application, but by the IFS. For FAT access single sector reads are done. For Directory and Files IO reads are done on a cluster base. By setting the RASECTORS you can define the minimum number of sectors the IFS will read from disk and place in the cache.

See also CALL=C:\OS2\CACHEF32.EXE and BASEDEV=PARTFILT.FLT for more information

NOTE: For Warp 4 with fixpak 10 you need at least ver. 0.88, for Warp for e-business (Aurora) at least ver. 0.89.

TIP: Since Fixpak 12 for Warp4 Fdisk can handle FAT32. To boot update the OS/2 Boot Manager (by first deleting, and new installation).

Parameters

/Q
Disable the messages shown at boot up.

/CACHE:value

Specifies the cache size in kilobytes.
Value can be in the range from 0 to 2048. If not set it defaults to 1024 Kbytes.
/Monitor
This option is needed by the Monitor.exe program.

/RASectors:value

Defines the numbers of sectors which should be read per read action and
/EAS
Gives support for the Extended Attributes (EAs).
/H

Sample

IFS=C:\OS2\FAT32.IFS /cache:2048 /h /ac:* /largefiles /Q