Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

mkisofs multiple path

1 view
Skip to first unread message

Laury Chaerle

unread,
Mar 9, 1999, 3:00:00 AM3/9/99
to
The following works for me:
/opt/schily/bin/mkisofs -a -J -L -r -V lc_html -o /win-d/lc_html.raw
/IR/Html_robo
but if I add a second path no image is written:
/opt/schily/bin/mkisofs -a -J -L -r -V lc_html -o /win-d/lc_html.raw
/IR/Html_robo /IR/Html_arab
I'm surely missing something...

--
Laury
==================================================================
Laury Chaerle
DEPARTMENT OF GENETICS
UNIVERSITY OF GENT, K. L. Ledeganckstraat 35, B-9000 Gent, Belgium
Vlaams Instituut voor Biotechnologie VIB

--
To UNSUBSCRIBE, email to cdwrite...@other.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@other.debian.org


Karl Bellve, Ph.D.

unread,
Mar 9, 1999, 3:00:00 AM3/9/99
to

Laury Chaerle wrote:
>
> The following works for me:
> /opt/schily/bin/mkisofs -a -J -L -r -V lc_html -o /win-d/lc_html.raw
> /IR/Html_robo
> but if I add a second path no image is written:
> /opt/schily/bin/mkisofs -a -J -L -r -V lc_html -o /win-d/lc_html.raw
> /IR/Html_robo /IR/Html_arab
> I'm surely missing something...
>

I encountered this too. If you have files with the same name in both
paths, then mkisofs will exit without a error. The trick is to force a
path onto the directories.

ex.

/opt/schily/bin/mkisofs -a -J -L -r -V lc_html -o /win-d/lc_html.raw

Html_robo/=/IR/Html_robo Html_arab/=/IR/Html_arab

--
Cheers,

Karl Bellve, Ph.D. ICQ # 13956200
Biomedical Imaging Group TLCA# 7938
University of Massachusetts
Email: k...@molmed.ummed.edu
Phone: (508) 856-6514
Fax: (508) 856-1840
PGP Public key: finger k...@molmed.ummed.edu

James Pearson

unread,
Mar 9, 1999, 3:00:00 AM3/9/99
to
>> The following works for me:
>> /opt/schily/bin/mkisofs -a -J -L -r -V lc_html -o /win-d/lc_html.raw
>> /IR/Html_robo
>> but if I add a second path no image is written:
>> /opt/schily/bin/mkisofs -a -J -L -r -V lc_html -o /win-d/lc_html.raw
>> /IR/Html_robo /IR/Html_arab
>> I'm surely missing something...
>>
>
>I encountered this too. If you have files with the same name in both
>paths, then mkisofs will exit without a error. The trick is to force a
>path onto the directories.

mkisofs-1.12b5 now exits with an error if the same Joliet full file name
appears in two or more source paths.

James Pearson

0 new messages