Hello,
I have a FreeBSD-9.1 perfectly installed/configured on an external HDD (USB HDD device) and I want to clone/copy/move this entire system to my internal HDD. On the external HDD I have this:
and I want to copy/clone this to /dev/ada0p2.
Is it okay to copy everything from /dev/da0p2 to /dev/ada0p2, modify /etc/fstab from /dev/ada0p2/ to recognize my / partition and then
Thank you,
phpwolf
I have a FreeBSD-9.1 perfectly installed/configured on an external HDD (USB HDD device) and I want to clone/copy/move this entire system to my internal HDD. On the external HDD I have this:
Code:
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/da0p2 298599604 16333612 258378024 6% /
devfs 1 1 0 100% /dev
and I want to copy/clone this to /dev/ada0p2.
Is it okay to copy everything from /dev/da0p2 to /dev/ada0p2, modify /etc/fstab from /dev/ada0p2/ to recognize my / partition and then
boot0cfg on /dev/ada0? Is there another way to copy the system from a device to another?Thank you,
phpwolf