Re: Data transfer from one HD to another
- From: Clint Olsen <clint@xxxxxxxxx>
- Date: Sun, 26 Mar 2006 10:19:59 -0800
On Mar 26, Remo Lacho wrote:
dump and restore are your friends.
Try something like this for each new slice (partition):
Create your new slice on the new disk.
newfs the new slice - newfs -U /dev/[new_slice]
mount the new slices - mount /dev/[new_slice] /mnt
dump and restore from the old slice to the new slice -
dump -L -0 -f- /[old_slice] | (cd /mnt; restore -r -v -f-)
If you want to ensure that the system is quiescent before doing the copy,
you should actually boot from an alternative media and do the copy using
those utilities. I actually needed to do this for Windows XP and I was too
cheap to pay for any of the commercial software, so I used g4u:
http://www.feyrer.de/g4u
It's based on NetBSD and worked great for my Windows PC. I was cloning
from a smaller to larger HD, so I had to use another utility to extend the
partitions without formatting.
Good luck,
-Clint
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- References:
- RE: Data transfer from one HD to another
- From: Matt Smith
- RE: Data transfer from one HD to another
- Prev by Date: Re: RCS file error in controllers/nfsmb - "head" expected
- Next by Date: Re: Data transfer from one HD to another
- Previous by thread: Re: Data transfer from one HD to another
- Next by thread: Re: Data transfer from one HD to another
- Index(es):
Relevant Pages
|