Joerg Schilling schrieb:
Daniel Pielmeier <[EMAIL PROTECTED]> wrote:

It was jst isoinfo which did not show the permissions:

isoinfo -l -i dvd-data.iso

Directory listing of /
d---------   0    0    0       2048 Jul 15 2008 [    266 02] .
d---------   0    0    0       2048 Jul 15 2008 [    266 02] ..
----------   0    0    0  141672448 Jul 15 2008 [    268 00] 001_CUT.MPG;1

isoinfo does not understand UDF and if you don't tell it to use Rock Ridge, it will be limited to the missing permissions from plain ISO-9660

Jörg


You are right something like this "isoinfo -l -R -i dvd-video.iso" did the trick. The -R flag prints the informations from the rock ridge extension.

By the way would you recommend those commands for creating dvd-video material, or should there be something changed. I mean it should be most compatible. Playable on PC and standalone players and different operating systems.

Iso creation:
mkisofs -dvd-video -UDF -R -iso-level 1 -v -volid DVD_VIDEO -sysid LINUX -input-charset utf-8 -o ../dvd-video.iso ./

Burning:
cdrecord dev=0,1,0 speed=8 driveropts=burnfree fs=16m -sao -eject -v dvd-video.iso

Regards,

daniel
--
gentoo-user@lists.gentoo.org mailing list

Reply via email to