On Fri, Apr 27, 2001 at 11:02:17AM -0700, LA Walsh wrote: > Andrzej Krzysztofowicz wrote: > > > I know a few people that often do: > > > > dd if=/dev/hda1 of=/dev/hdc1 > > e2fsck /dev/hdc1 > > > > to make an "exact" copy of a currently working system. > > --- > Presumably this isn't a problem is the source disks are either unmounted or >mounted 'read-only' ? > > I thought the known best solution on this was to use COW snapshots, because then you copy the filesystem as exactly the state when the snapshot was made, without impacting the writability of the filesystem while the (potentially very long) dump is made? I tried using this on LVM, but after seeing a few messages on the list about kernel oopses happening with snapshots of filesystems with heavy write activities, as well as experiencing serious problems with the LVM userspace tools (they would core dump on startup if the LVM filesystem had any sort of corruption or integrity failure) I decided to put it away until the LVM folks managed to get a production version ready. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH] SMP race in ext2 - metadata corruption. Linus Torvalds
- Re: [PATCH] SMP race in ext2 - metadata corruption. Alexander Viro
- Re: [PATCH] SMP race in ext2 - metadata corruption. Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - metadata corruption. Alexander Viro
- Re: [PATCH] SMP race in ext2 - metadata corruption. Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - metadata corruption. Linus Torvalds
- Re: [PATCH] SMP race in ext2 - metadata corruption. Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - metadata corruption. Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - metadata corruption. Andrzej Krzysztofowicz
- Re: [PATCH] SMP race in ext2 - metadata corruption. LA Walsh
- Re: [PATCH] SMP race in ext2 - metadata corruption. dek_ml
- Re: [PATCH] SMP race in ext2 - metadata corruption. Vojtech Pavlik
- Re: [PATCH] SMP race in ext2 - metadata corruption. Alexander Viro
- Re: [PATCH] SMP race in ext2 - metadata corruption. Ville Herva
- Re: [PATCH] SMP race in ext2 - metadata corruption. Linus Torvalds
- Re: [PATCH] SMP race in ext2 - metadata corruption. Shane Wegner
- Re: [PATCH] SMP race in ext2 - metadata corruption. Albert D. Cahalan
- Re: [PATCH] SMP race in ext2 - metadata corruption. Jens Axboe
- Re: [PATCH] SMP race in ext2 - metadata corruption. Andi Kleen
- Re: [PATCH] SMP race in ext2 - metadata corruption. volodya
- Re: [PATCH] SMP race in ext2 - metadata corruption. Alan Cox