Re: How to mount and read cdimage before burning

2004-05-18 Thread Stephen Liu
Hi Warren, Tks for your advice. Although my problem has been solved with the assistance from folks on this list, I am interested to learn an alternative way, if any. - snip - /usr/share/doc/en_US.ISO8859-1/books/handbook/creating-cds.html > > Isn't "loop" the compressed filesystem? In that >

Re: How to mount and read cdimage before burning

2004-05-18 Thread Warren Block
On Tue, 18 May 2004, Ion-Mihai Tetcu wrote: > On Tue, 18 May 2004 18:53:16 +0800 (CST) > Stephen Liu <[EMAIL PROTECTED]> wrote: > > > Freebsd 5.2 > > === > > > > Following command works on Linux but not on Freebsd > > # mount cd_image.iso -r -t iso9660 -o loop /mnt > > (remark: iso9660 cha

Re: How to mount and read cdimage before burning

2004-05-18 Thread Stephen Liu
Hi Christian, Ion-Mihai and others Tks for your advice which works for me. Problem is solved now. B.R. Stephen > > Hi folks, > > > > Freebsd 5.2 > > === > > > > Following command works on Linux but not on > Freebsd > > # mount cd_image.iso -r -t iso9660 -o loop /mnt > > (remark: iso9660

Re: How to mount and read cdimage before burning

2004-05-18 Thread Christian Hiris
On Tuesday 18 May 2004 12:53, Stephen Liu wrote: > Hi folks, > > Freebsd 5.2 > === > > Following command works on Linux but not on Freebsd > # mount cd_image.iso -r -t iso9660 -o loop /mnt > (remark: iso9660 changed to cd9660) > > Google search brought following link > http://www.freebsddia

Re: How to mount and read cdimage before burning

2004-05-18 Thread Ion-Mihai Tetcu
On Tue, 18 May 2004 18:53:16 +0800 (CST) Stephen Liu <[EMAIL PROTECTED]> wrote: > Hi folks, > > Freebsd 5.2 > === > > Following command works on Linux but not on Freebsd > # mount cd_image.iso -r -t iso9660 -o loop /mnt > (remark: iso9660 changed to cd9660) > > Google search brought fol