CDFS.IFS (CONFIG.SYS): Difference between revisions
Appearance
Created page with "The CDFS.IFS enables support for CD-ROMs. Without this, you can't use your CDROM drive. IFS=C:\OS2\BOOT\CDFS.IFS <parameters> Default settings: IFS=C:\OS2\BOOT\CDFS.IFS /C:..." |
No edit summary |
||
Line 7: | Line 7: | ||
'''Parameters:''' | '''Parameters:''' | ||
; /C:value | |||
This sets the size of the cache. | :This sets the size of the cache. | ||
Value is expressed in blocks of 64 Kbytes. | :Value is expressed in blocks of 64 Kbytes. | ||
; /M:value | |||
This sets up the maximum number of file sectors read at the same time. | :This sets up the maximum number of file sectors read at the same time. | ||
; /P:value | |||
Defines the debug output port (COM1 or COM2). | :Defines the debug output port (COM1 or COM2). | ||
Value can be 1 or 2 | :Value can be 1 or 2 | ||
; /K | |||
Enables the volume descriptor by kanji. | :Enables the volume descriptor by kanji. | ||
; /Q | |||
Disables error message at boot up. | :Disables error message at boot up. | ||
; /V | |||
Shows the used settings at boot up. | :Shows the used settings at boot up. | ||
; /W | |||
Enables support for the Joliet CD-ROM format. This parameter is new with Warp 3 fixpak 32 and Warp 4 fixpak 5. | :Enables support for the Joliet CD-ROM format. This parameter is new with Warp 3 fixpak 32 and Warp 4 fixpak 5. | ||
Currently not all versions of the Joliet CD-ROM format are supported. | :Currently not all versions of the Joliet CD-ROM format are supported. | ||
'''Example''' | '''Example''' |
Revision as of 04:08, 19 June 2019
The CDFS.IFS enables support for CD-ROMs. Without this, you can't use your CDROM drive.
IFS=C:\OS2\BOOT\CDFS.IFS <parameters>
Default settings:
IFS=C:\OS2\BOOT\CDFS.IFS /C:2 /M:8
Parameters:
- /C:value
- This sets the size of the cache.
- Value is expressed in blocks of 64 Kbytes.
- /M:value
- This sets up the maximum number of file sectors read at the same time.
- /P:value
- Defines the debug output port (COM1 or COM2).
- Value can be 1 or 2
- /K
- Enables the volume descriptor by kanji.
- /Q
- Disables error message at boot up.
- /V
- Shows the used settings at boot up.
- /W
- Enables support for the Joliet CD-ROM format. This parameter is new with Warp 3 fixpak 32 and Warp 4 fixpak 5.
- Currently not all versions of the Joliet CD-ROM format are supported.
Example To read the full name of files from a Joliet CD format you can add "/W" on the CDFS.IFS command on your config.sys: (It had to be Warp 4 with FP5 or higher)
IFS=X:\OS2\BOOT\CDFS.IFS /Q /W
OS/2 1.x | OS/2 2.x | OS/2 3.0 | OS/2 4.0 | OS/2 4.5x |
---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes |