| ||||||
| 5/17 |
| 2001/7/19 [Computer/SW/OS/FreeBSD] UID:21852 Activity:kinda low |
7/18 What's the easiest way to completely mirror one drive (multiple
partitions) to a brand new drive w/ FreeBSD?
\_ dd?
\_ If it's an identical drive (not just size; literally identical)
then dd should work fine; else your best bet is to newfs it
and do a foreach partition { dump | restore } --dbushong |