home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / Tools / bffs1.3.lha / bffs1.3 / Readme.distribution < prev   
Text File  |  1994-02-02  |  5KB  |  128 lines

  1. Version 1.3 of BFFS  (Read-Write)      Distribution is 2-Feb-94
  2. -----------------------------------------------------------------------
  3.  
  4. Berkeley Fast Filesystem AmigaDOS, Copyright 1991-1994 Chris Hooper
  5.  
  6. BFFSFilesystem allows you to mount (and use) Unix filesystems directly
  7. under AmigaDOS.  Function in the operating system is similar in form to
  8. MessyDos (©) by Olaf Seibert or a CD-ROM filesystem for the Amiga.
  9.  
  10. This is the first read-write version of the filesystem.  And, although
  11. I have done a fair amount of testing, you should not consider this
  12. package stable or otherwise bug-free.
  13.  
  14. The original package (1.0 release) was co-authored by Bill Moore and
  15. Chris Hooper.  Bill Moore has since acquired other projects, so this
  16. product will be maintained and supported entirely by Chris Hooper.
  17.  
  18. Compatibility
  19.     This package has been tested (working) with:
  20.         hardware:  Amiga 500, 1000, 2000, and 3000
  21.         software:  OS 2.04 and softkicked OS 2.04
  22.  
  23. I see no reason why it should not work with any other Amiga hardware
  24. or OS configuration.
  25.  
  26. -----------------------------------------------------------------------
  27. BFFS PACKAGE DISTRIBUTED FILES
  28.  
  29. doc/legal_information
  30.     Please read this first.  By using this product you automatically
  31.     agree to all terms and conditions stated in the above file.
  32.  
  33. BFFSFileSystem - Berkeley FFS implementation filesystem for AmigaDOS
  34.     This is the first release of the Read-Write version of the
  35.     filesystem.  Since it is the first release, the possibility
  36.     of grave data corruption exists for filesystems with parameters
  37.     which have not been tested.  Please see the program documentation
  38.     for situations which have been tested.
  39.  
  40. MountList.BFFS  - Sample AmigaDOS mountlist for filesystem
  41.     The information contained in this MountList is explained in
  42.     detail in the user manual.
  43.  
  44. bin/BFFSTool - Amiga gadtools utility to monitor filesystem performance
  45.     and modify current operating parameters.  See the user manual
  46.     for operating instructions.
  47.  
  48. bin/dumpfs - Show various Berkeley Fast Filesystem parameters; this
  49.     includes information in the disk label (if present) as well
  50.     as the superblock and cylinder group summary information.
  51.     This tool requires the filesystem already be mounted.
  52.  
  53. bin/dcp - Copy from files to devices and visa versa.  See the separate
  54.     documentation included for this package for details.
  55.  
  56. bin/ln - Create hard and soft links (usage is similar to UNIX ln command)
  57.  
  58. bin/chown - Change file Ownership (per AmigaDOS 3.0 packet)
  59.  
  60. bin/mknod - Create Unix special device nodes
  61.  
  62. bin/rdb - Show/modify the RDB (Rigid Disk Block) area of an Amiga disk
  63.  
  64. bin/els - Quick and dirty directory lister showing extended AmigaDOS 3.0
  65.     permissions and file owner/group.
  66.  
  67. bin/newfs - 4.3 BSD Tahoe source ported to the Amiga.
  68.     This program will create a new BSD filesystem within the bounds of
  69.     the specified partition.  This tool requires the filesystem already
  70.     be mounted.  A diskchange should be done on the partition following
  71.     the new filesystem creation.
  72.  
  73. bin/fsck - 4.3 BSD Tahoe source ported to the Amiga
  74.     This program will check the consistency of the filesystem specified.
  75.     It will also NOT work correctly with SunOS 4.1.2 newfs'ed partitions,
  76.     as Sun has changed its cylinder summary information slightly.
  77.     The filesystem MUST be quiescent before starting fsck.  If the
  78.     filesystem is modified, you must perform a diskchange on the
  79.     partition to ensure continued data consistency.
  80.  
  81. bin/diskpart - 4.3 BSD Tahoe source ported to the Amiga
  82.     This program allows you to create and/or edit the disk boot
  83.     label information stored in the first sector of the disk
  84.     (Amiga disk partition).  When creating a new disk label, if
  85.     you do not specify the partition type, one will automatically
  86.     be created for you specifying parameters which fit inside the
  87.     the AmigaDOS partition.
  88.  
  89. doc/user_manual - Documentation on how to get started and maintain
  90.     your BSD filesystems under AmigaDOS.
  91.     
  92. doc/release_notes.BFFS - Filesystem operation (code) changes since
  93.     previous releases of the BFFS package.
  94.  
  95. doc/BFFSTool.doc - documentation for BFFSTool
  96.  
  97. doc/dcp.doc - documentation for dcp
  98.  
  99. doc/legal_information.dcp - legal information pertaining to dcp
  100.  
  101. doc/dumpfs.doc - documentation for dumpfs
  102.  
  103. doc/ln.doc - documentation for ln
  104.  
  105. doc/chown.doc - documentation for chown
  106.  
  107. doc/mknod.doc - documentation for mknod
  108.  
  109. doc/rdb.doc - documentation for rdb
  110.  
  111. doc/els.doc - documentation for els
  112.  
  113. etc/disktab - predefined disktypes for disklabel (not absolutely needed)
  114.  
  115. etc/Raw_Sun_Floppy_label - if you want to put a Sun label on a floppy
  116.                so that a Sun can use it, you need to format
  117.                the floppy, newfs the floppy, then
  118.                dcp Raw_Sun_Floppy_label BF0:
  119.                If BF0: is the name of your BFFS floppy device.
  120.  
  121. etc/HD_Raw_Sun_Floppy_label - This is the 1.44MB version of the Sun floppy
  122.                   label (for high density floppy drives)
  123.  
  124. -----------------------------------------------------------------------
  125.  
  126. This package was written by Chris Hooper (cdh@mtu.edu)
  127. -----------------------------------------------------------------------
  128.