Solaris / OpenSolarisThis forum is for the discussion of Solaris and OpenSolaris.
General Sun, SunOS and Sparc related questions also go here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hmm..
but the whole process (forword/reverse) consumes time isnt it
unlike a ghost image it creates a single file of the HDD (compressed!!)
and we can burn it on the cd/dvd.
hope i am not pushing arnd. ;-)
Solaris also has it's own imaging system called a flash archive. It's pretty cool.
The command is flarcreate, I really like them, they are partition independent
so you can slice up a drive however you want then put the flash archive on
top of it.
Here's the docs page. http://docs.sun.com/app/docs/doc/817...archive&a=view
hmm..
but the whole process (forword/reverse) consumes time isnt it
unlike a ghost image it creates a single file of the HDD (compressed!!)
and we can burn it on the cd/dvd.
hope i am not pushing arnd. ;-)
you'll get the same time i guess if you use mkisofs.
# mkisofs [someargs] - | gzip -c > image.iso.gz
then to burn
# zcat image.iso.gz | cdrecord ...
this is also one file and IMO the compression speed is just the same as using ghost. you can also use bzip2 if you want.
ok jlliagre, it works like this u boot with some bootable cd(windows 98 or wht ever) then u run the ghost.exe and it gives options like from image to partition or partition to image. approx if try to take a ghost image of a 10GB partion with OS loaded and other softwares, u get in a single file (.gho) of arnd 2GB and thats it u can burn it to any dvd and again when ever u want to install the OS just use the ghost file all this process takes abt 7minutes(u can count it).
i hope u understood the procedure!!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.