Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2004 17:05:05 -0400
From:      Joe Altman <fj@panix.com>
To:        Stephen Liu <satimis@yahoo.com>, freebsd-questions@freebsd.org
Subject:   Re: Creating ISO image question
Message-ID:  <20040517210505.GA4538@panix.com>
In-Reply-To: <20040517154356.67533.qmail@web40304.mail.yahoo.com>
References:  <1084803557.2392.3.camel@localhost> <20040517154356.67533.qmail@web40304.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 17, 2004 at 11:43:56PM +0800, Stephen Liu wrote:
> Hi arden,
> 
> Tks for your advice.
>  
> > im guessing this is what you mean ?
> > 
> > mkisofs -r -J -o cd_image.iso dir/
> 
> I made following test without result;
> 
> $ mkisofs -r -J -o cd_image.iso
> /usr/home/user-A/Storage-040517
> .......
> .......
> mkisofs: Joliet tree sort failed.
> 
> The result I expect to have is after burning a folder
> named 'Storage-040517' found on the CD under which are
> directories and subdirectories.

mkisofs -o cd_image.iso <flags from mkisofs man page> dir/ ?

I know that at the top of the mkisofs man page it says that the -o
option can come first; but the examples at the bottom of the man page
indicate to put the name of the output file first.

When I run mkisofs, I put it first; the basic syntax I offer above
works for me.

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>.



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