Jump to content

HFS.IFS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Hfs-ifs is an installable file system for reading/writing Macintosh HFS (Hierarchical File system) media, transparently in OS/2. Be it a floppy disc, CD-ROM or even a hard dri..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Hfs-ifs is an installable file system for reading/writing Macintosh HFS (Hierarchical File system) media, transparently in OS/2. Be it a floppy disc, CD-ROM or even a hard drive partitions. To get HFS support you need have installed the BASEDEV=[[Hfsflt.flt]] and the RUN=Hfs.exe drivers.
{{ProdS |V13= |V20=S |V21=S |V22=S |V30=S |V31=S |V40=S |V45=S }}
Hfs-ifs is an installable file system for reading/writing Macintosh HFS (Hierarchical File system) media, transparently in OS/2. Be it a floppy disc, CD-ROM or even a hard drive partitions. To get HFS support you have to install the filter [[HFS.FLT]] and program [[HFS.EXE]].
  IFS=HFS.IFS <parameters>
  IFS=HFS.IFS <parameters>


'''Parameters:'''
==Parameters==
 
* /Q
* /Q
Prevents the Ifs from displaying the startup logo during the boot.
Prevents the Ifs from displaying the startup logo during the boot.
Line 18: Line 18:
* CACHE /LAZY:OFF|ON|n /READAHEAD:OFF|ON|n /DISKIDLE:dd /BUFFERIDLE:bb /MAXAGE:mm
* CACHE /LAZY:OFF|ON|n /READAHEAD:OFF|ON|n /DISKIDLE:dd /BUFFERIDLE:bb /MAXAGE:mm


'''note:''' If you intend to use HFS CD-ROMs you must place the HFS.IFS line in front of the [[CDFS.IFS]] line.
'''Note:''' If you intend to use HFS CD-ROMs you must place the HFS.IFS line in front of the [[CDFS.IFS]] line.
 
IF you make use of this IFS it must reside in front of the CDFS.IFS there are also needed the commands BASEDEV=HFSFLT.FLT and RUN=C:\HFSDIR\HFS.EXE in the config.sys
 
The FREE HFS-Package by Marcus Better can be found at http://www.student.nada.kth.se/~f96-bet/HFS. Unfortunately he has stopped all development for OS/2.


See also the FREE HFS Utilities from the same author at http://www.student.nada.kth.se/~f96-bet/hfsutils/
IF you make use of this IFS it must reside in front of the CDFS.IFS there are also needed the commands BASEDEV=HFS.FLT and RUN=C:\HFSDIR\HFS.EXE in the CONFIG.SYS


{|class="wikitable"
See also the HFS Utilities from the same author.
|+Platform Support:
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


[[Category:IFS Drivers]]
[[Category:IFS Drivers]]

Latest revision as of 18:06, 21 September 2022

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

Hfs-ifs is an installable file system for reading/writing Macintosh HFS (Hierarchical File system) media, transparently in OS/2. Be it a floppy disc, CD-ROM or even a hard drive partitions. To get HFS support you have to install the filter HFS.FLT and program HFS.EXE.

IFS=HFS.IFS <parameters>

Parameters

  • /Q

Prevents the Ifs from displaying the startup logo during the boot.

  • /CACHE:cc

This statement specifies the size (in Kbytes) of the cache. The default is 10% of FREE RAM below 16M. The minimum is 64K and the maximum is 2048K.

  • /CRECL:rr
  • /AUTOCHECK:[+]d
  • /FORCE
  • /QUIET
  • /MAXIOW:n
  • /F:n
  • /N
  • /L
  • CACHE /LAZY:OFF|ON|n /READAHEAD:OFF|ON|n /DISKIDLE:dd /BUFFERIDLE:bb /MAXAGE:mm

Note: If you intend to use HFS CD-ROMs you must place the HFS.IFS line in front of the CDFS.IFS line.

IF you make use of this IFS it must reside in front of the CDFS.IFS there are also needed the commands BASEDEV=HFS.FLT and RUN=C:\HFSDIR\HFS.EXE in the CONFIG.SYS

See also the HFS Utilities from the same author.