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..." |
(No difference)
|
Revision as of 19:28, 14 March 2017
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 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 |