home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / disk / cdrom / mkisofs / product-info < prev    next >
Text File  |  1995-01-25  |  2KB  |  63 lines

  1. .name
  2. mkisofs
  3. .fullname
  4. mkisofs
  5. .aminet-dir
  6. disk/cdrom
  7. .type
  8. Disk Tool
  9. .short
  10. Simple ISO-9660 pre-mastering utility.
  11. .description
  12. A pre-mastering program to generate an ISO-9660 filesystem.  It takes
  13. a snapshot of a given directory tree, and generates a binary image
  14. which will correspond to an ISO-9660 filesystem when written to a
  15. block device.
  16.  
  17. It is also capable of generating the System Use Sharing Protocol
  18. records specified by the Rock Ridge Interchange Protocol.  This is
  19. used to further describe the files in the ISO-9660 filesystem to a
  20. unix host, and provides information such as longer filenames, uid/gid,
  21. posix permissions, and block and character devices.
  22.  
  23. Each file written to the ISO-9660 filesystem must have a filename in
  24. the 8.3 format (8 characters, period, 3 characters, all upper case),
  25. even if Rock Ridge is in use.  This filename is used on systems that
  26. are not able to make use of the Rock Ridge extensions (such as
  27. MS-DOS), and each filename in each directory must be different from
  28. the other filenames in the same directory.
  29.  
  30. mkisofs generally tries to form correct names by forcing the unix
  31. filename to upper case and truncating as required, but often times
  32. this yields unsatisfactory results when there are cases where the
  33. truncated names are not all unique.  mkisofs assigns weightings to
  34. each filename, and if two names that are otherwise the same are found
  35. the name with the lower priority is renamed to have a 3 digit number
  36. as an extension (where the number is guaranteed to be unique).  An
  37. example of this would be the files foo.bar and foo.bar.~1~ - the file
  38. foo.bar.~1~ would be written as FOO.000;1 and the file foo.bar would
  39. be written as FOO.BAR;1.  "path" is the path of the directory tree to
  40. be copied into the ISO-9660 filesystem.
  41.  
  42. (AmigaDOS Note: The AmigaDOS port relaxes the above restrictions to
  43. produce ISO-9660 level 2 compatible ISO images)
  44. .version
  45. 1.00.7
  46. .date
  47. 1994.12.18
  48. .author
  49. Eric Youngdale
  50. Frank Munkert
  51. .distribution
  52. GNU Public License
  53. .email
  54. ericy@gnu.ai.mit.edu
  55. ln_fmu@pki-nbg.philips.de
  56. .source
  57. Includes full source in C.
  58. .docs
  59. mkisofs.guide
  60. README-Amiga
  61. .described-by
  62. Fred Fish (fnf@amigalib.com)
  63.