Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2004 09:38:54 -0400
From:      Joe Altman <fj@panix.com>
To:        Stephen Liu <satimis@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Creating ISO image question
Message-ID:  <20040519133854.GA22279@panix.com>
In-Reply-To: <20040519052916.2466.qmail@web40301.mail.yahoo.com>
References:  <20040517210505.GA4538@panix.com> <20040519052916.2466.qmail@web40301.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 19, 2004 at 01:29:16PM +0800, Stephen Liu wrote:
> Hi Joe,
> 
> Tks for your advice.
> 
> - snip-
> > mkisofs -o cd_image.iso <flags from mkisofs man
> > page> dir/ ?
> 
> Applying following command lines
> 1)
> # mkisofs -o cdimage.raw -R
> /usr/home/user-A/document-AAA
> 
> 2)
> # mkisofs -R -o cdimage.raw
> /usr/home/user-A/document-AAA
> 
> 3)
> # mkisofs -o cdimage.raw -R -pathspec
> /usr/home/user-A/document-AAA
> 
> all having same result. The path has not been copied
> to the cdimage, only the subdirectories under
> 'document-AAA' copied.

Of course; that's what you told mkisofs to do.

> If adding -J to the command line, cdimage can't be
> created with warning 'mkisofs: Joliet tree sort
> failed'
> 
> - snip -
>  
> > Generally I use:
> > 
> > mkisofs -o <filename>.iso -J -R -P "Joe" -sysid
> > "BACKUP" -V "<meaningful string>" -l backup/
> > 
> > Almost always, I use the same name for the
> > <filename> and for the
> > <meaningful string>.
> 
> $ mkisofs -o cdimage.raw -J -R -P "Stephen" -sysid
> "BACKUP" -V "/Storage-040517/" -l
> /usr/home/satimis/Storage-040517/
> ....
> ....
> Plug and Process-Has the Era of Utility Computing
> Finally Arrived.html have the same Joliet name

So rename them.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040519133854.GA22279>