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 :)
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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]