View Single Post

   
  #3 (permalink)  
Old 01-16-2008, 09:15 AM
Dragan Cvetkovic
 
Posts: n/a
Default Re: How to create a UFS image file ?

Oscar del Rio <delrio@mie.utoronto.ca> writes:

> mmhawley@earthlink.net wrote:
>> hello. I'm a new-bie to the solaris system administation and wanted to
>> burn an image of a program to a cd-rom
>> without using the tools provided by vendors for this purpose. Would there
>> be a way to make an image of the Unix File System and then burn it to a
>> cd-rom ?

>
> man mkisofs
>
> To create an image of everything under a directory "/user/test"
>
> mkisofs -o image.iso -R -J -hfs /user/test
>
> then you can burn the resulting image.iso file with any cdburner
> or with Solaris "cdrw"
>
> cdrw -i image.iso


Wouldn't that create a ISO image, not a UFS one as the OP asked?

Dragan

--
Dragan Cvetkovic,

To be or not to be is true. G. Boole No it isn't. L. E. J. Brouwer

!!! Sender/From address is bogus. Use reply-to one !!!
Reply With Quote