ISOFSDMN.EXE: Difference between revisions
Appearance
Created page with "The isofsdmn program is the file system daemon for the ISOFS installable file system (see IFS STUBFSD.IFS) It is typically started in CONFIG.SYS by a RUN statement (NOT a CAL..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
The isofsdmn program is the file system daemon for the ISOFS installable file system (see | The isofsdmn program is the file system daemon for the ISOFS installable file system (see [[STUBFSD.IFS]]) | ||
It is typically started in CONFIG.SYS by a RUN statement (NOT a CALL statement) or from a script using the detach command. | It is typically started in CONFIG.SYS by a RUN statement (NOT a CALL statement) or from a script using the detach command. |
Revision as of 14:18, 26 July 2018
The isofsdmn program is the file system daemon for the ISOFS installable file system (see STUBFSD.IFS)
It is typically started in CONFIG.SYS by a RUN statement (NOT a CALL statement) or from a script using the detach command.
Values:
- logfile
- Write log messages to the file specified by . By default, messages are written to standard error (which is the nul device if the daemon is started from CONFIG.SYS or using detach).
- loglevel
- Set the severity threshold of log messages. Only messages with a severity lower than or equal to the log level are actually written to the log file. The levels are:
- 1 - Fatal
- 2 - Evil (i.e. not fatal but worse than a `normal' error)
- 3 - Error
- 4 - Warning
- 9 - Debug
OS/2 2.x | OS/2 3.0 | OS/2 4.0 | OS/2 4.5x |
---|---|---|---|
Yes | Yes | Yes |