home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / Tools / bffs1.3.readme < prev    next >
Text File  |  1994-11-27  |  5KB  |  134 lines

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