On 9/25/07, David Mackintosh <[EMAIL PROTECTED]> wrote:
>
> I copy the contents of / over to the one-armed mirror:
>
> # cd /
> # mnt /dev/md1 /mnt/md1
> # tar cfpl - . | ( cd /mnt/md1 ; tar xfp -)

??? you made a copy of /mnt/md1 into /mnt/md1/mnt/md1 ???
use
# tar cfpl - --one-file-system .  | ....
instead

> # umount /mnt/md1
> # sync
>



-- 
Alain Spineux
aspineux gmail com
May the sources be with you
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to