Grant wrote:

Hello, does anyone know how to make an ISO and then burn it to a CD
with the full filenames preserved?  I tried specifying Joliet and Rock
Ridge but the output from mkisofs looks like the filenames are being
altered.

This is normal, because both Rock Ridge and Joliet work by providing additional translation tables from the mangled ISO filenames to the normal names. So mkisofs is still has to generate the mangled names...and tells you it is doing so.

Just mount the resulting ISO with "mount -o loop,ro file.iso /mnt/cdrom" and see for yourself.

-Richard

--
gentoo-user@gentoo.org mailing list

Reply via email to