Andy Hawkins wrote: > Hi, > > In article <[EMAIL PROTECTED]>, > Yuriy Padlyak<[EMAIL PROTECTED]> wrote: > >> ok, but I don't know how to move ext3 file system or it's content >> without loosing any file attributes, etc either :) >> > >
Create a new logical volume of the exact same size, unmount the original logical volume, then do: dd if=/dev/vgsource/lvsource of=/dev/vgdest/lvdest bs=262144 This should be the fastest, and guaranteed to copy all the attributes. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]