iso image question

2012-08-26 Thread doug
I have a CD that was burned (but not labeled so well). Is is possible to tell if this is an i386 or amd64 image? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: iso image question

2012-08-26 Thread John Levine
In article alpine.bsf.2.00.1208261419520.56...@fledge.watson.org you write: I have a CD that was burned (but not labeled so well). Is is possible to tell if this is an i386 or amd64 image? Sure. Mount it, do a file on some of the programs in /bin and see whether they're i386 or x86-64 code.

Re: Creating ISO image question

2004-05-23 Thread Stephen Liu
Hi Eddysan, Tks for your advice. I already solve my problem with following command line; $ mkisofs -R -o cdimage.raw -J -graft-points -hide-rr-moved /usr/home/user-A/Document-AAA/=/usr/home/user-A/Document-AAA/ But I like to learn an alternative. Try mkisofs -J -r -l -allow-lowercase

Re: Creating ISO image question

2004-05-19 Thread Malcolm Kay
On Monday 17 May 2004 20:58, Stephen Liu wrote: HI folks, I tried to solve following questions on creating ISO image with reference to 'man mkisofs' but could not resolve; Tree of diectories e.g. /usr/home/user-A/document-AAA/subdirectories 1) To include the complete tree starting from

Re: Creating ISO image question

2004-05-19 Thread Joe Altman
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

Re: Creating ISO image question (PROBLEM SOLVED)

2004-05-19 Thread Stephen Liu
Hi Malcolm, Tks for your advice. You understand my need completely. Problem is now solved as stated at the bottom of this posting. I believe that in case 1) you want to see the directory usr on the final CD containing subdirectory home etc. And in instance 2) you want to see the

Re: Creating ISO image question (PROBLEM SOLVED)

2004-05-19 Thread Warren Block
On Wed, 19 May 2004, [iso-8859-1] Stephen Liu wrote: I don't expect it would be so complicate on FreeBSD. It is rather simple on Linux. But mkisofs is the same on both. SOLUTION; $ mkisofs -U -R -o cdimage.raw -graft-points \ usr/home/user-A/document-AAA/=/usr/home/user-A/document-AAA 2

Re: Creating ISO image question

2004-05-18 Thread Stephen Liu
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

Creating ISO image question

2004-05-17 Thread Stephen Liu
HI folks, I tried to solve following questions on creating ISO image with reference to 'man mkisofs' but could not resolve; Tree of diectories e.g. /usr/home/user-A/document-AAA/subdirectories 1) To include the complete tree starting from /user-A/document-AAA/subdirectories 2) To include the

Re: Creating ISO image question

2004-05-17 Thread Fernando Gleiser
On Mon, 17 May 2004, Stephen Liu wrote: HI folks, I tried to solve following questions on creating ISO image with reference to 'man mkisofs' but could not resolve; Take a look at /usr/share/examples/worm/makecdfs.sh It's a shell script the FreeBSD team uses for making the FreeBSD ISOs

Re: Creating ISO image question

2004-05-17 Thread arden
im guessing this is what you mean ? mkisofs -r -J -o cd_image.iso dir/ arden On Mon, 2004-05-17 at 12:28, Stephen Liu wrote: HI folks, I tried to solve following questions on creating ISO image with reference to 'man mkisofs' but could not resolve; Tree of diectories e.g.

Re: Creating ISO image question

2004-05-17 Thread Stephen Liu
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

Re: Creating ISO image question

2004-05-17 Thread Stephen Liu
Hi Fernando, Tks for your advice. I tried to solve following questions on creating ISO image with reference to 'man mkisofs' but could not resolve; Take a look at /usr/share/examples/worm/makecdfs.sh It's a shell script the FreeBSD team uses for making the FreeBSD ISOs I read the

Re: Creating ISO image question

2004-05-17 Thread Fernando Gleiser
On Tue, 18 May 2004, Stephen Liu wrote: Hi Fernando, Tks for your advice. I read the file 'makecdfs.sh' and /usr/share/examples/worm/Readme. The latter explains the use of burncd.sh mybigtestimage dummy But I could not discover the 'Readme' for 'makecdfs.sh' explaining how to use it

Re: Creating ISO image question

2004-05-17 Thread Joe Altman
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 ...

Re: Creating ISO image question

2004-05-17 Thread Stephen Liu
Hi Fernando, - snip - But I could not discover the 'Readme' for 'makecdfs.sh' explaining how to use it and where will this file be copied to. There isn't a readme for makecdfs.sh Just run makecdfs.sh without arguments and it'll show a help message. # makecdfs.sh makecdfs.sh: Command

Re: Creating ISO image question

2004-05-17 Thread Ion-Mihai Tetcu
On Tue, 18 May 2004 08:31:35 +0800 (CST) Stephen Liu [EMAIL PROTECTED] wrote: Hi Fernando, - snip - But I could not discover the 'Readme' for 'makecdfs.sh' explaining how to use it and where will this file be copied to. There isn't a readme for makecdfs.sh Just run