This is the basic procedure for copying the root filesystem from one disk to another -
- Drop to the open boot prom
- Boot to single user mode from cd-rom or network:
- Mount the slice you are dumping to:
- Dump the source filesystem to the target:
ok} boot cdrom -s
# mount /dev/dsk/c0t1d0s0 /a
# ufsdump 0f - /dev/rdsk/c0t0d0s0 | (cd /a ; ufsrestore xf -)