home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / contrib / ados / bffs1.25.lzh / bffs1.25 / Readme < prev    next >
Text File  |  1993-04-10  |  4KB  |  92 lines

  1. Version 1.25 of BFFS  (Read-Only)      Distribution is 04-10-93
  2. -----------------------------------------------------------------------
  3.  
  4. Berkeley Fast Filesystem (⌐) for AmigaDOS.
  5.  
  6. BFFSFilesystem allows you to mount (and use) Unix filesystems directly
  7. under AmigaDOS.  Utility is similar to CrossDOS (⌐) from Consultron and
  8. the CD-ROM filesystems for the Amiga.
  9.  
  10. Currently, this is a one-way tool.  You MAY NOT write to Unix disks
  11. from AmigaDOS.  The package has not been crippled in any way; the
  12. write routines are just not finished yet.
  13.  
  14. This package was co-authored by Bill Moore and Chris Hooper.  Bill
  15. Moore has since acquired other projects, so this product will be
  16. maintained and supported entirely by Chris Hooper.
  17.  
  18. -----------------------------------------------------------------------
  19. legal_information
  20.     Please read this first.  By using this product you automatically
  21.     agree to all terms and conditions stated in the above file.
  22.  
  23. BFFSFilesSystem - Berkeley FFS implementation filesystem for AmigaDOS
  24.     This is the Read-Only version of the filesystem.  A Read-Write
  25.     version is in the works, but will not be available for some time.
  26.  
  27. bin/dumpfs - Show various [useless] BFFS filesystem parameters; requires
  28.          volume already mounted
  29.  
  30. MountList.BFFS  - AmigaDOS mountlist for filesystem
  31.     FileSystem entry has to change if you don't put BFFSFileSystem in l:
  32.     Device entry changes depending on which device your filesystem is on.
  33.         For 2090 controllers, use hddisk.device.
  34.         For 2091 controllers, use scsi.device.
  35.         For IVS contollers, use IVS_SCSI.device.
  36.         For floppies, use messydisk.device from MessyDOS
  37.                 [or mfm.device from CrossDOS].
  38.         For filesystems in a file, use fmsdisk.device.
  39.     Unit entry changes depending on device.
  40.     Mount entry does not matter.
  41.     Stacksize should be left at 1024.
  42.     Priority should be left at 5.
  43.     GlobVec should be left at -1.
  44.     LowCyl should be set to the beginning cylinder of the filesystem.
  45.         For Sun-formatted disks, this is best set at 0.
  46.         For AmigaDOS disks with Amiga partitions and Unix partitions,
  47.             set this to the cylinder number HDToolBox gives you as
  48.             the starting cylinder for the partition.
  49.     HighCyl does not matter (but WILL be used in the Read-Write version).
  50.     Surfaces should be set to your drive's geometry [info from HDToolBox].
  51.     BlocksPerTrack should be set per your drive's geometry [info from
  52.         HDToolBox].
  53.     Buffers should be set to the number of 512-byte blocks of system memory
  54.         you want to devote to the cache.  Minimum of 4 is required.
  55.     Reserved is the Unix partition on the media you want to access.
  56.         Currently, this is only used in conjunction with disks having
  57.         a Sun boot block.  Set it to zero for anything else.
  58.         Incidentally, this allows you to have multiple BFFS partitions
  59.         within a single AmigaDOS partition, but that is beyond the
  60.         scope of this document.
  61.  
  62.  
  63. These are not included in this distribution since they have not changed
  64. since version 1.1.  If you want any of these utilties, please get
  65. the 1.1 version of BFFS.
  66.  
  67. Extra (ported) utilities:  Do NOT use ANY of these if you don't already
  68.                            know what they are and how to use them!
  69. --------------------------------------------------------------------------
  70. bin/newfs - 4.3 BSD Tahoe source ported to the Amiga
  71.     This program pretty much requires the disk be
  72. bin/fsck - 4.3 BSD Tahoe source ported to the Amiga
  73.     This program (almost) requires a Sun disk label.
  74.     It will also NOT work correctly with SunOS 4.1.2 newfs'ed partitions,
  75.     as Sun has changed its cylinder summary information slightly.
  76. bin/part - 4.3 BSD Tahoe source ported to the Amiga (requires Sun disk label)
  77.     This program requires a Sun disk label.  It allows you to
  78.     edit the boot area information stored in the first sector
  79.     of the disk (Amiga disk partition).
  80. bin/dtab - 4.3 BSD Tahoe source ported to the Amiga
  81.     This program will show Berkeley defaults for sizing partitions
  82.     on disk of specified size.  It's rather useless under AmigaDOS,
  83.     but was rather easy to port.
  84.  
  85.  
  86. Useful [but dangerous] extras:  (warning, I kissed a 9MB partition goodbye :)
  87. ---------------------------------------------------------------------------
  88. bin/devtofile - Read raw blocks from a device to AmigaDOS file
  89. bin/filetodev - Write raw blocks to a device from AmigaDOS file
  90.     These programs could be nicer - you have to specify the start block
  91.     number offset.  Rude if it's a partition you want to copy.
  92.