⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.mkhybrid

📁 创建一个符合iso-9660标准的iso文件系统
💻 MKHYBRID
字号:
mkhybrid v1.13 has now merged with, and is a part of mkisofs v1.13HFS hybrid code Copyright (C) James Pearson 1997, 1998, 1999, 2000libhfs code Copyright (C) 1996, 1997 Robert Leslielibfile code Copyright (c) Ian F. Darwin 1986, 1987, 1989,	1990, 1991, 1992, 1994, 1995mkisofs code Copyright 1993 Yggdrasil Computing, Incorporated*** NEWS ***Macs can now read Joliet CDs - see http://www.tempel.org/joliet/****** IMPORTANT ***The meaning of some of the HFS command line options has changed sinceversion 1.12b5.2. This change is to make the way mkisofs decodes the various Apple/Unix file formats (CAP, AppleDouble, MacBinary etc.) lessconfusing and more logical. To decode one or more of the Apple/Unix files,then the corresponding "double dash" option must be given (i.e. --cap, --double, --macbin etc.) mkisofs can search for all known Apple/Unix filesby using the -probe option.The options that have changed are:Option		old meaning			new meaning======		===========			===========-hfs		Create an HFS hybrid CD		Create an HFS hybrid CD.		and attempt to decode all	Any Apple/Unix file is only		Apple/Unix files (except	decoded if one or more of		MacBinary and AppleSingle)	the "double dash" options are						given-apple		Create an ISO9660 with		Create an ISO9660 with		Apple extensions CD and		Apple extensions CD. Any		attempt to decode all		Apple/Unix file is only decoded		Apple/Unix files (except	if one or more of the		MacBinary and AppleSingle)	"double dash" options are given-no-mac-files	Do not attempt to decode	No longer used		any Apple/Unix file-probe		Attempt to decode		Attempt to decode all		MacBinary and AppleSingle	Apple/Unix files		as well as the other		Apple/Unix files***Most of the HFS features work fine, however, some are not fully tested.These are marked as "Alpha" in the man page.See "ChangeLog.mkhybrid" for any minor changes/bug fixesIf you are using SunOS 4.1.[34], then you need the following patchesto read CDs with associated files:SunOS 4.1.3:		Patch 101832-05SunOS 4.1.3_U1:		Patch 101833-02SunOS 4.1.4:		Patch 102583-02EXAMPLESTo create a HFS hybrid CD with the Joliet and Rock Ridge extensions ofthe source directory cd_dir:% mkisofs -o cd.iso -r -J -hfs cd_dirTo create a HFS hybrid CD from the source directory cd_dir that containsNetatalk Apple/Unix files:% mkisofs -o cd.iso --netatalk cd_dirTo create a HFS hybrid CD from the source directory cd_dir, giving all filesCREATOR and TYPES based on just their filename extensions listed in the file "mapping".:% mkisofs -o cd.iso -map mapping cd_dirTo create a CD with the 'Apple Extensions to ISO9660', from the sourcedirecories cd_dir and another_dir. Files in all the known Apple/Unix formatare decoded and any other files are given CREATOR and TYPE based on theirmagic number given in the file "magic":% mkisofs -o cd.iso -apple -magic magic -probe cd_dir another_dirThe following example puts different files on the CD that all havethe name README, but have different contents when seen as aISO9660/RockRidge, Joliet or HFS CD.Current directory contains:% ls -FREADME.hfs     README.joliet  README.unix    cd_dir/The following command puts the contents of the directory "cd_dir" on theCD along with the three README files - but only one will be seen fromeach of the three filesystems:% mkisofs -o cd.iso -hfs -J -r \        -hide README.hfs -hide README.joliet \        -hide-joliet README.hfs -hide-joliet README.unix \        -hide-hfs README.joliet -hide-hfs README.unix \        README=README.hfs README=README.joliet README=README.unix \        cd_diri.e. the file README.hfs will be seen as README on the HFS CD and theother two README files will be hidden. Similarly for the Joliet andISO9660/RockRidge CD.There are probably all sorts of stange results possible withcombinations of the hide options ...Any comments, bug reports/fixes about the HFS parts of mkisofs to theaddress below.Please state the version, platform and command line used when submittinga bug report - the output from "-log-file -v" would help.James Pearson (j.pearson@ge.ucl.ac.uk)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -