home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1001.lha / Docs / English / Contents < prev    next >
Encoding:
Text File  |  1995-03-03  |  2.0 KB  |  52 lines

  1. AmigaGuide    34.6    Commodore AmigaGuide hypertext utility
  2.  
  3. Archive distribution of the AmigaGuide hypertext utility direct from
  4. Commodore.  Contains developer examples and tools for AmigaGuide under
  5. V34/V37 and V39, plus a new free print/sign/send-in distribution
  6. license for AmigaGuide, amigaguide.library, WDisplay, and their icons.
  7.  
  8. Author: Commodore Business Machines
  9. Path: AmigaLibDisk1001:Programs/AmigaGuide/
  10.  
  11. ==========
  12.  
  13. MultiFileSystem    1.1    An interface to other file systems
  14.  
  15. Thanks to the versatility of AmigaDOS, we are able to use many different
  16. file systems on our disks. The most popular is of course CrossDOS (tm), but
  17. many other file systems can be found in the PD.
  18. Adding a new file system to the Amiga is simplicity itself: just copy a
  19. file in L:, provide a suitable mountlist, and there you go.
  20. This works flawlessy if every physical unit is accessed by a single file
  21. system, but if multiple file systems share the same device, some problems
  22. arise:
  23.  
  24. - You have to call the same unit with different names (e.g. DF0: and PC0:)
  25.   depending of the kind of disk inserted.
  26.  
  27. - When you insert a PC disk, the Workbench shows a DF0:???? icon, and vice
  28.   versa; this can be very annoying especially for owners of more than one
  29.   drive.
  30.  
  31. - When a file system is busy (for example during a DiskCopy), the other file
  32.   systems can still access the disk; this goes against the concept of
  33.   "inhibiting" a device.
  34.  
  35.  
  36. MultiFileSystem solves all of these problems. It isn't a file system in the
  37. usual way: it is an interface to other file systems. When you mount it, you
  38. tell it which file systems it should use; afterwards, when a disk is
  39. inserted, MultiFileSystem will recognize it and pass the commands to the
  40. appropriate file system. This means that with a single device name, for
  41. example DF0:, you can access any conceivable file system!
  42.  
  43. You are not limited to floppy drives, of course: I successfully installed
  44. MultiFileSystem over a 128Mb magnetooptical drive.
  45.  
  46. Author: Nicola Salmoria
  47.  
  48. Path: AmigaLibDisk1001:Programs/MFS/
  49.  
  50. ==========
  51.  
  52.