home *** CD-ROM | disk | FTP | other *** search
-
- ShowFFS is a tool to scan the local filesystem.resource
- database which "should" contain all resident loaded filesystems.
- So you can see which driver loaded which filesystem version with
- what dostype id(the database filesystem retrieve id).
-
- So you can check if you have a SFS installed, with the correct
- version(1.84 or greater) and if it it`s in database under the
- correct SFS\0 ID.
-
- ShowFFS offers the following options
-
- o FindName=<Name>
- Search for a filesystem with a certain Resident Tag Name.
- Not all have a resident tag this for a variety of reasons.
-
- FindName="Smart Filesystem" showname showversion showdostype
-
- o FindID=<0x????????>
- Search for a filesystem with a certain DOSTYPE.
- SFS\0 would be 0x53465300.
-
- <dos/dos.h> has a variety of dostypes
-
- o FindVersion=<Version.Revision>
- Search for a filesystem with a certain version.
-
- o ShowName
- For a find hit it should show the name of the database
- entry. Only ouputs a name when it finds a resident.
-
- o ShowDosType
- For a find hit it should show the dostype of the database
- entry.
-
- o ShowVersion
- For a find hit it should show the version of the database
- entry.
-
- o Verbose
- Show a little more...debug purpose