Jump to content

GHOST is expensive. Tell me why I couldn't create an open source


Recommended Posts

I mean all that Ghost does is basically zip files up, right? As far as I can tell, the program would need to grab:

* Bootsector

* Disk format

* Files

What else would be needed?

edit: And has this already been done?

Link to comment
Share on other sites


it stores mutch more than just the fles..

it makes a per BIT exact copy of a volume (disk) only after that, it uses a compression. this is why it can make back-up's of both fat and ntfs and other file-systems as well...

there are some backup aplications for this use already that can do this,

but i do not know if any of them use a 7z -like compression....

Link to comment
Share on other sites

it stores mutch more than just the fles..

it makes a per BIT exact copy of a volume (disk) only after that, it uses a compression. this is why it can make back-up's of both fat and ntfs and other file-systems as well...

there are some backup aplications for this use already that can do this,

but i do not know if any of them use a 7z -like compression....

Are you sure about the bit per bit part? I thought it only did that on file systems that it didn't recognize, as bit per bit is MUCH slower. Making the backup could easily be read with an admin account, or with the free version of NTFS4DOS...

Edited by fly
Link to comment
Share on other sites

Coding a simple disk-imager is quite easy, less than 200 lines of Asm. (To duplicate e.g. primary HDD to secondary HDD).

Basically a sector-by-sector copier. Ghost does moar, like compression and has more options.

Link to comment
Share on other sites

Also, there are alternatives to GHOST, either Freeware or Open Source:

http://www.911cd.net/forums//index.php?showtopic=16534

http://www.911cd.net/forums//index.php?showtopic=14991

Please refrain from posting anything like Oscar comments in the above threads :no: , if you like GHOST and your time is precious, buy it, if you haven't got the money use another Freeware app. ;)

Selfimage seems one of the Windows based "winners":

http://www.911cd.net/forums//index.php?showtopic=15809

However, if you like some of the suggested applications and really want to help the community, writing something that uses for example DD to copy data from HD in chunks and compress them in 7z archives and then uncompress them, could be useful.

jaclaz

Edited by jaclaz
Link to comment
Share on other sites

For a quick solution, wouldn't something like this work?

dd if=/dev/hda of=/dev/null > p7zip image.7z

DD will do a bit for bit copy of the original drive, and p7zip will compress it to a 7zip file... I KNOW something like this would work. You'd still need some way to resize the resulting partition, as the image would take up the same size as the original disk... but all the same, this is a simple solution to your question. (Albeit not so graceful, and definitley against what LLXX is talking about).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...