public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Re: Ghosting a Ext3 partition
@ 2008-03-01 21:44 davecode
  2008-03-05  9:40 ` Crayon Shin Chan
  0 siblings, 1 reply; 5+ messages in thread
From: davecode @ 2008-03-01 21:44 UTC (permalink / raw
  To: gentoo-user

"What supports what" is a good reason for non-filesystem backups.  For
example partimage has trouble with XFS (still...after all these
years...).  A program like dd doesn't care the fs.  Call it a device
backup if you like.  This is your basic choice in backup - device or fs.
 Me personally, dd_rescue - far better than raw dd.

Your backup strategy has implications for partitioning Linux.  I make
backup partitions with the same byte count.  But that's over the top for
most.  They don't need to match exactly for dev bkups.  And of course
you don't go dev-to-dev all the time, sometimes dev-to-file and
file-to-dev.  Don't forget the MBR which dd can backup:  dd if=/dev/hdX
bs=512 count=1 of=MBR.dd

Who knows what Linux formats Ghost may or may not support.  It's passe
even for Windows.  They use DOS drivers for everything.  That's right
16-bit DOS.  I am amazed Norton can make money selling stuff like that. 
Norton may have hosed your fs.

For repairs and backup it's better to boot something like www.grml.org
live CD with lots of good admin tools and fs support.  You can run ext3
repairs from that.  Man e2fsck or whatnot.

-- 
http://www.fastmail.fm - The way an email service should be

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-user] Ghosting a Ext3 partition
@ 2008-02-29 19:27 Jonathan Haws
  2008-03-02 13:43 ` Rasmus Andersen
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Haws @ 2008-02-29 19:27 UTC (permalink / raw
  To: gentoo-user

I am having a major problem right now with my laptop.

I regularly make backups of my system using Norton Ghost 2003 to DVD.  
However, my laptop crashed and I tried to restore my backup that I had made 
and it restores just find but when I try and boot it tells me that my Ext3 
filesystem is corrupt and had errors and I would have to run fsck manually.

When I ran fsck it told be that about every inode was invalid and that Group X 
had all sorts of other problems (I can't remember every little detail).

Doesn't Ghost work with Ext3?  What can I do to recover my system without 
reinstalling from scratch?

Thanks!

Jon

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-05 12:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 21:44 [gentoo-user] Re: Ghosting a Ext3 partition davecode
2008-03-05  9:40 ` Crayon Shin Chan
2008-03-05 11:55   ` [gentoo-user] " Michael Schmarck
2008-03-05 12:24     ` cypherstrong
  -- strict thread matches above, loose matches on Subject: below --
2008-02-29 19:27 [gentoo-user] " Jonathan Haws
2008-03-02 13:43 ` Rasmus Andersen
2008-03-02 23:43   ` Mark Kirkwood
2008-03-03 20:17     ` Jonathan Haws
2008-03-04  8:07       ` [gentoo-user] " Michael Schmarck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox