1.

How To View Vtoc (volume Table Of Contents)?and How To Copy?

Answer»

PRINT the VTOC
# prtvtoc /dev/rdsk/c0t0d0s2

COPY the VTOC to other DISK
# prtvtoc /dev/rdsk/c0t0d0s2|fmthard -s - /dev/rdsk/c1t0d0s2

Print the VTOC
# prtvtoc /dev/rdsk/c0t0d0s2

Copy the VTOC to other disk
# prtvtoc /dev/rdsk/c0t0d0s2|fmthard -s - /dev/rdsk/c1t0d0s2



Discussion

No Comment Found