------------------------------------------------------------------------ Program: limitfs Author: Doug Neuhauser, UC Berkeley Seismological Laboratory doug@seismo.berkeley.edu Version: 1.0.1 (1998.190) Distribution: limitfs.lzh (lharc format) Description: Limit the size of a filesystem to a specified size. Required for disks that are over 4 GBytes, since OS/9 cannot support a filesystem of >= 4 GBytes. Although you can format a disk and create a filesystem that is >= 4 GBytes, the datastructures and addressing for the filesystem will cause the sector count to wrap back to 0 at the 4 GByte boundary, thus causing the first part of the filesystem to be overwritten. ------------------------------------------------------------------------ Program: lharc Author: many - provided by: Doug Neuhauser, UC Berkeley Seismological Laboratory doug@seismo.berkeley.edu Version: 1.11 (unix version) Distribution: lharc.tar Description: File archive and compression program. Quanterra often provides software updates in lharc archive format (files ending in .lzh). The source for this program can be compiled on Solaris systems to provide a Solaris version of the program. ------------------------------------------------------------------------