Gentoo Archives: gentoo-user

From: Dan Farrell <dan@×××××××××.cx>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ghosting a Ext3 partition
Date: Sun, 02 Mar 2008 02:36:42
Message-Id: 20080301203641.5246b692@pascal.spore.ath.cx
In Reply to: Re: [gentoo-user] Ghosting a Ext3 partition by Ritesh Kumar
1 On Sat, 1 Mar 2008 02:04:31 -0500
2 "Ritesh Kumar" <ritesh@××××××.edu> wrote:
3
4 > On Fri, Feb 29, 2008 at 8:23 PM, maxim wexler <blissfix@×××××.com>
5 > wrote:
6 >
7 > > > Doesn't Ghost work with Ext3? What can I do to
8 > > > recover my system without
9 > > > reinstalling from scratch?
10 > > >
11 > >
12 > > I've had success with #dd if=<partition-to-be-copied>
13 > > of=<partition-to-be-copied-to> bs=<varies>
14 > >
15 > >
16 > Is there a reason why you backup the filesystem along with the data
17 > on it? I do only minor backups... but even for anything major I would
18 > use a tool like tar or rsync and drop the filesystem metadata
19 > entirely.
20 >
21 > Also directly reading from the block device is hazardous unless you
22 > umount (or mount as readonly) the filesystem in question. This is
23 > because, the filesystem may not keep all the data synced to the disk
24 > at all points in time.
25
26 not that i'd recommend it for production systems, but you could mount
27 with the 'sync' option to help with this.
28
29 --
30 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Ghosting a Ext3 partition Mark Kirkwood <markir@××××××××××××.nz>