christopher j bottaro <[EMAIL PROTECTED]> writes:

> hello,
> i burned a divx to cd with the following command:
> mkisofs -R way_of_the_gun.avi | dvdrecord -v speed=8 dev=0,0 -
> 
> when i mount the cd in linux, there is one file on it 'way_of_the_gun.avi', 
> but when i mount it in windows (winxp), it is called 'WAY_OF.AVI'.  why is 
> this?  i thought using the -R option with mkisofs allowed for long file names 
> and lower case letters...?

-R enables the Rockridge feature, allowing _Unix_ operating system
to see long extended filenames

for Windows to see extended filenames you have to enable the Joliet
feature using -J

BTW: -r is recommended over -R, see the manpage why

You can use both -r or -R and -J resulting in a CD with maximum
readability for both flavours of OS

Best regards, Matthias


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to