Gentoo Archives: gentoo-user

From: Andrey Vul <andrey.vul@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] hduitil for linux
Date: Fri, 26 Sep 2008 16:10:08
Message-Id: e38d12ff0809260910k4b22035ej635bbf6718f42a5e@mail.gmail.com
In Reply to: Re: [gentoo-user] hduitil for linux by Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)
1 On Fri, Sep 26, 2008 at 11:18 AM, Joerg Schilling
2 <Joerg.Schilling@××××××××××××××××.de> wrote:
3 > "Andrey Vul" <andrey.vul@×××××.com> wrote:
4 >
5 >> On Fri, Sep 26, 2008 at 2:34 AM, Sebastian Günther
6 >> <samson@××××××××××××××××.de> wrote:
7 >> > * Andrey Vul (andrey.vul@×××××.com) [26.09.08 04:45]:
8 >> >> On Thu, Sep 25, 2008 at 4:23 AM, Joerg Schilling
9 >> >> <Joerg.Schilling@××××××××××××××××.de> wrote:
10 >> >> > "Andrey Vul" <andrey.vul@×××××.com> wrote:
11 >> >> >
12 >> >> >> Also, AFAIK UDF doesn't support embedded control characters in files
13 >> >> >> (i.e. Icon\r).
14 >> >> >
15 >> >> > This claim is of course wrong.
16 >> >> I beg to differ.
17 >> >> Output of ls -Alh in the Installer.app dir is supposed to show
18 >> >> "Icon?". UDF image shows "Icon_" instead.
19 >> > ^
20 >> > Are completely sure that this is a question mark?
21 >> ls converts control characters into question marks unless -b is specified.
22 >
23 > ls does not mark \r this way, gls may do.....
24 Still, "ls -Ab" on the dmg file does not match "ls -Ab" on the remastered ISO.
25 I.e.:
26 andrey@andrey ~ $ ls -b /mnt/iso0/InstallFinale.app/
27 Contents Icon\r
28 andrey@andrey ~ $ ls -b /mnt/iso1/InstallFinale.app/
29 Contents Icon_
30 , where /mnt/iso1 is the folowing: mkisofs -o fin2k9.iso -udf
31 -iso-level 4 -V "Finale 2009" /mnt/iso0 && sudo mount fin2k9.iso
32 /mnt/iso1 -o loop
33
34 Unless there's a mkisofs option that does not convert "low ASCII" to
35 _, I'm stuck to using HFS+ (since I have paths > 31 characters).
36
37
38
39 --
40 Andrey Vul

Replies

Subject Author
Re: [gentoo-user] hduitil for linux Andrey Vul <andrey.vul@×××××.com>