vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 in area net This is a spam protected message. Please answer with reference header. Posted via http://www.usenet-replayer.com |
| |||
| 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 |
| ||||
| 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 !!! |