FAQ Search Today's Posts Mark Forums Read

» Linux Archive
Home
New Posts
Search
FAQ


Go Back   Linux Archive > Gentoo > Gentoo User

 
 
LinkBack Thread Tools
 
Old 09-26-2008, 03:20 PM
 
Default hduitil for linux

"Andrey Vul" <andrey.vul@gmail.com> wrote:

> On Thu, Sep 25, 2008 at 4:23 AM, Joerg Schilling
> <Joerg.Schilling@fokus.fraunhofer.de> wrote:
> > "Andrey Vul" <andrey.vul@gmail.com> wrote:
> >
> >> Also, AFAIK UDF doesn't support embedded control characters in files
> >> (i.e. Icon
).
> >
> > This claim is of course wrong.
> I beg to differ.
> Output of ls -Alh in the Installer.app dir is supposed to show
> "Icon?". UDF image shows "Icon_" instead.
> This is enough for me to lose trust in UDF for hybrid CD/DVDs
>
> mkisofs command: mkisofs -o fin2k9.iso -udf -iso-level 4 -V "Finale
> 2009" /mnt/iso0
> /mnt/iso0 is an hfs+ mountpoint from fin2k9.dmg
> mkisofs version: mkisofs 2.01.01a42 (i686-pc-linux-gnu) Copyright (C)
> 1993-1997 Eric Youngdale (C) 1997-2008 JÃ?rg Schilling

Use cdrtools-2.01.01a50

ftp://ftp.berlios.de/pub/cdrecord/alpha/

The current version no longer enforces silly Microsoft rules on UDF in case
that the image does not contain Joliet too.

Note that in order to get Apple extensions, you of course need to specify the
related options to mkisofs.



Jörg

--
EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
js@cs.tu-berlin.de (uni)
schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
 
Old 09-26-2008, 04:10 PM
"Andrey Vul"
 
Default hduitil for linux

On Fri, Sep 26, 2008 at 11:18 AM, Joerg Schilling
<Joerg.Schilling@fokus.fraunhofer.de> wrote:
> "Andrey Vul" <andrey.vul@gmail.com> wrote:
>
>> On Fri, Sep 26, 2008 at 2:34 AM, Sebastian Günther
>> <samson@guenther-roetgen.de> wrote:
>> > * Andrey Vul (andrey.vul@gmail.com) [26.09.08 04:45]:
>> >> On Thu, Sep 25, 2008 at 4:23 AM, Joerg Schilling
>> >> <Joerg.Schilling@fokus.fraunhofer.de> wrote:
>> >> > "Andrey Vul" <andrey.vul@gmail.com> wrote:
>> >> >
>> >> >> Also, AFAIK UDF doesn't support embedded control characters in files
>> >> >> (i.e. Icon
).
>> >> >
>> >> > This claim is of course wrong.
>> >> I beg to differ.
>> >> Output of ls -Alh in the Installer.app dir is supposed to show
>> >> "Icon?". UDF image shows "Icon_" instead.
>> > ^
>> > Are completely sure that this is a question mark?
>> ls converts control characters into question marks unless -b is specified.
>
> ls does not mark
this way, gls may do.....
Still, "ls -Ab" on the dmg file does not match "ls -Ab" on the remastered ISO.
I.e.:
andrey@andrey ~ $ ls -b /mnt/iso0/InstallFinale.app/
Contents Icon
andrey@andrey ~ $ ls -b /mnt/iso1/InstallFinale.app/
Contents Icon_
, where /mnt/iso1 is the folowing: mkisofs -o fin2k9.iso -udf
-iso-level 4 -V "Finale 2009" /mnt/iso0 && sudo mount fin2k9.iso
/mnt/iso1 -o loop

Unless there's a mkisofs option that does not convert "low ASCII" to
_, I'm stuck to using HFS+ (since I have paths > 31 characters).



--
Andrey Vul
 
Old 09-26-2008, 06:44 PM
"Andrey Vul"
 
Default hduitil for linux

On Fri, Sep 26, 2008 at 12:10 PM, Andrey Vul <andrey.vul@gmail.com> wrote:
> On Fri, Sep 26, 2008 at 11:18 AM, Joerg Schilling
> <Joerg.Schilling@fokus.fraunhofer.de> wrote:
>> "Andrey Vul" <andrey.vul@gmail.com> wrote:
>>
>>> On Fri, Sep 26, 2008 at 2:34 AM, Sebastian Günther
>>> <samson@guenther-roetgen.de> wrote:
>>> > * Andrey Vul (andrey.vul@gmail.com) [26.09.08 04:45]:
>>> >> On Thu, Sep 25, 2008 at 4:23 AM, Joerg Schilling
>>> >> <Joerg.Schilling@fokus.fraunhofer.de> wrote:
>>> >> > "Andrey Vul" <andrey.vul@gmail.com> wrote:
>>> >> >
>>> >> >> Also, AFAIK UDF doesn't support embedded control characters in files
>>> >> >> (i.e. Icon
).
>>> >> >
>>> >> > This claim is of course wrong.
>>> >> I beg to differ.
>>> >> Output of ls -Alh in the Installer.app dir is supposed to show
>>> >> "Icon?". UDF image shows "Icon_" instead.
>>> > ^
>>> > Are completely sure that this is a question mark?
>>> ls converts control characters into question marks unless -b is specified.
>>
>> ls does not mark
this way, gls may do.....
> Still, "ls -Ab" on the dmg file does not match "ls -Ab" on the remastered ISO.
Ignore what I said.
However, I raise a new question: is it
a) -a50 vs. -a42
b) -no-hfs
that allows control chars / Apple extensions to be used in UDF?
> --
> Andrey Vul
>



--
Andrey Vul
 
Old 09-26-2008, 08:34 PM
 
Default hduitil for linux

"Andrey Vul" <andrey.vul@gmail.com> wrote:


> >> ls does not mark
this way, gls may do.....
> > Still, "ls -Ab" on the dmg file does not match "ls -Ab" on the remastered ISO.
> Ignore what I said.
> However, I raise a new question: is it
> a) -a50 vs. -a42
> b) -no-hfs
> that allows control chars / Apple extensions to be used in UDF?

As I did previously write, use -UDF and -no-hfs together with the other Apple
specific options you use when creating HFS hybrid disks.

Jörg

--
EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
js@cs.tu-berlin.de (uni)
schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
 

Thread Tools




All times are GMT. The time now is 01:57 PM.

VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org