This is the basic procedure for copying the root filesystem from one disk to another -


  1. Drop to the open boot prom
  2. Boot to single user mode from cd-rom or network:
  3. ok} boot cdrom -s
  4. Mount the slice you are dumping to:
  5. # mount /dev/dsk/c0t1d0s0 /a
  6. Dump the source filesystem to the target:
  7. # ufsdump 0f - /dev/rdsk/c0t0d0s0 | (cd /a ; ufsrestore xf -)