Hi

I'm using Fedora 10 and I tried to create an iso image using genisoimage using the following command:

Code:
genisoimage -o cd1.iso -r cd_dir
The problem that I'm facing is that genisoimage is shortening all the filenames in the cd_dir into some kind of DOS format while creating the image. Shouldn't the -r option support long file names? Any help would be appreciated.

Thanks!