On 9/25/07, David Mackintosh David.Mackintosh@xdroop.com 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