DISQUS

Tech-Recipes: Solaris: Copy disk labels to duplicate drive layout | Solaris system administration | Tech-Recipes

  • Anonymous · 5 years ago
    You can also skip the step of saving to a file and do it this way:

    prtvtoc /dev/rdsk/c0t0d0s2 | fmthard -s - /dev/rdsk/c0t1d0s2

    -pbeckhelm
  • jbully · 4 years ago
    prtvtoc /dev/rdsk/c0t0d0s2 | fmthard -n "" /dev/rdsk/c0t1d0s2

    no need to messabout with other files, this takes it stright from one disk and puts it right on the other.

    Joe :lol: