Quick start:
NEW: See also
mkhybrid. It's an extension which allows to create
hybrid cds with any combination of
mac(hfs)/unix(rockridge)/msdos(iso9660)/win95(joliet) formats ...
Burning a cd of a directory of dendrite
mkhybrid -h -J -r -T -V "a name for my cd" -v -o imagefilename .
The cd made with this procedure will look as similar
to the original unix structure as possible in all the four
kinds of machines.
Burning a CD of your home directory
cd
set path=($path ~pablo/bin.IRIX)
mkhybrid -h -J -r -T -V "some name" -v . | rsh dendrite '(cat > /temp/mycdimage)'
NOTE: The options mean:
-h include long names for mac machines (HFS)
-J include long names for win95 machines (Joliet)
-r include long names for unix machines (Rock Ridge)
-T create a file with the original names for msdos machines
-V volume name
-v verbose
-o name of the output image file
. the dir i'm sending to the cd
Make sure you can rsh to dendrite. (See this
NOTE)