Re: cloning a FreeBSD HDD
- From: Vasil Dimov <vd@xxxxxxxxxxx>
- Date: Fri, 24 Mar 2006 19:42:35 +0200
On Fri, Mar 24, 2006 at 06:19:13PM +0100, Dirk GOUDERS wrote:
Hi,Without reading it, I would first try this, it's quite straightforward
This is my first day on the list so please pardon me if I am on the wrong
list and any mistakes I make.
I would like to create a bootable clone of a HDD running BSD version 4.8. I
have experience of cloning linux machines successfully but understand that
freebsd is a little different.
please, try to clone your disk as described in the FAQ
"9.2. How do I move my system over to my huge new disk?":
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW-HUGE-DISK
* boot into single user mode (enter "boot -s" at loader prompt)
* make sure filesystems are mounted readonly (mount)
dd if=/dev/ad0 of=/dev/ad1 bs=1m
(where ad0 is your disk with data and ad1 is your new disk, make sure
you do not swap them :)
--
Vasil Dimov
gro.DSBeerF@dv
Testing can show the presence of bugs, but not their absence.
-- Edsger W. Dijkstra
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: cloning a FreeBSD HDD
- From: Mike Meyer
- Re: cloning a FreeBSD HDD
- References:
- cloning a FreeBSD HDD
- From: Khaled Hussain
- Re: cloning a FreeBSD HDD
- From: Dirk GOUDERS
- cloning a FreeBSD HDD
- Prev by Date: Re: Exposing a file's creation time via find(1)
- Next by Date: Re: Intel 6300ESB SATA and TIMEOUT - WRITE_DMA
- Previous by thread: Re: cloning a FreeBSD HDD
- Next by thread: Re: cloning a FreeBSD HDD
- Index(es):
Relevant Pages
|
|