FAT32.IFS: Difference between revisions
Created page with "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 a..." |
mNo edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ProdS |V13= |V20= |V21= |V22= |V30=S |V31=S |V40=S |V45=S }} | |||
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. | |||
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 | |||
[[Category:IFS Drivers]] | [[Category:IFS Drivers]] |
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