Re: Data transfer from one HD to another



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"



Relevant Pages

  • Re: Free licence for life
    ... If I need to resize a slice, ... nicely for this with NT based Windows slices, but you need a lot of CLI ... experience and a knowledge of Linux' fdisk command, ... for slice read partition on Windows. ...
    (uk.radio.amateur)
  • growfs, bsdlabel or fdisk issue
    ... On my laptop I have dual-boot with Windows XP, but as I allmost never boot ... I then used bsdlabel to change the disk's label ... to reflect the new size of the slice. ... So I boot in single user and tries to run growfs. ...
    (freebsd-questions)
  • Re: I killed Windows after installing Freebsd- a blessing in disguise? Not really.
    ... > space (it is not marked as NTFS). ... Windows MBR. ... The windows bootsector then resides on the first sector of its slice. ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Slicing and converting to HTML in Windows version?
    ... would really like to know if GIMP for Windows can slice an image an convert it into a HTML web page as Photoshop and Fireworks do ... But I don't know enough about it to say how you install it, if you haven't already got it. ... about installing this on a Windows machine. ...
    (comp.graphics.apps.gimp)
  • Re: boot0cfg with new default under current ?
    ... FreeBSD partition is not bootable without it is rapidly growing. ... It's VERY common to have Windows in the first slice and FreeBSD in the ... Energy Sciences Network ...
    (freebsd-current)