Home » Questions » Computers [ Ask a new question ]

How to burn a CD-ROM from a Mac for Solaris; getting mangled filenames on mount

How to burn a CD-ROM from a Mac for Solaris; getting mangled filenames on mount

I would like to burn a CD using a Mac (10.5) which I can then access from a Solaris 10 x86 machine.

Asked by: Guest | Views: 320
Total answers/comments: 1
bert [Entry]

"I thought Finder included Joliet extensions by default, but as Nate suggested you might try using hdiutil to generate your image.

Also, you might try forcing the use of Joliet extensions to ISO 9660 when mounting on Solaris:

mount -f hsfs -o ro,joliet /dev/dsk/foo /mnt/bar

The hsfs manpage seems to indicate that it should detect and use Joliet extensions if present, but it is worth trying mentioning it explicitly."