[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: LVM



Yuriy Padlyak <yura@cvt.com.ua> wrote:
> ok, but I don't know how to move ext3 file system or it's content
> without loosing any file attributes, etc either :)

I usually use (as root):

cp -avx /oldpartition/. /newpartition/.

 -a = Copy all attributes, permissions, recurse, etc.

 -v = Print the name of each file as it's copied

 -x = Don't copy files in other partitions that may be mounted below that
one.

Hope this helps. See the manpage for "cp" for more info.

	- Tyler



Reply to: