--
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
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
mkisofs-1.12b5 now exits with an error if the same Joliet full file name
appears in two or more source paths.
James Pearson