| Author |
how to create a UFS image ?
|
|
| mmhawley@earthlink.net 2005-01-14, 5:52 pm |
| 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 ?
Thanks in advance.
--
Sent by mmhawley from earthlink included in net
This is a spam protected message. Please answer with reference header.
Posted via http://www.usenet-replayer.com
| |
| Steve S. 2005-01-14, 5:52 pm |
| 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 ?
> Thanks in advance.
>
>
>
>
>
What exactly are you trying to make an image of ? The entire filesystem ?
| |
| Jorgen Moquist 2005-01-17, 8:51 pm |
| 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 ?
> Thanks in advance.
>
>
>
>
>
from solaris 8 and later cdrw & mkisofs is present.
mkisofs -r -R -o /my/image.iso /files/i/want/to/burn
cdrw -i /my/image.iso
/Jörgen
|
|
|
|