home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / MorphOS / morphosuser-150201.lha / tools / showffs.readme < prev    next >
Encoding:
Text File  |  2001-02-13  |  1.2 KB  |  41 lines

  1.  
  2. ShowFFS is a tool to scan the local filesystem.resource
  3. database which "should" contain all resident loaded filesystems.
  4. So you can see which driver loaded which filesystem version with
  5. what dostype id(the database filesystem retrieve id).
  6.  
  7. So you can check if you have a SFS installed, with the correct
  8. version(1.84 or greater) and if it it`s in database under the
  9. correct SFS\0 ID.
  10.  
  11. ShowFFS offers the following options
  12.  
  13. o FindName=<Name>
  14.   Search for a filesystem with a certain Resident Tag Name.
  15.   Not all have a resident tag this for a variety of reasons.
  16.  
  17.   FindName="Smart Filesystem" showname showversion showdostype
  18.  
  19. o FindID=<0x????????>
  20.   Search for a filesystem with a certain DOSTYPE.
  21.   SFS\0 would be 0x53465300.
  22.  
  23.   <dos/dos.h> has a variety of dostypes
  24.  
  25. o FindVersion=<Version.Revision>
  26.   Search for a filesystem with a certain version.
  27.  
  28. o ShowName
  29.   For a find hit it should show the name of the database
  30.   entry. Only ouputs a name when it finds a resident.
  31.  
  32. o ShowDosType
  33.   For a find hit it should show the dostype of the database
  34.   entry.
  35.  
  36. o ShowVersion
  37.   For a find hit it should show the version of the database
  38.   entry.
  39.  
  40. o Verbose
  41.   Show a little more...debug purpose