DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

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

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

2 comments

  • 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
  • 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:

Add New Comment

Returning? Login