Remove VTOC.

Hi,

Does anyone know how I can remove the VTOC from a disk. I'm trying to initialize this disk under VxVM but it won't let me as there is still a VTOC present on the disk. I don't want to encapsulate the disk. I just want to have a raw disk that I can play with. Any ideas?

Thanks.

Did you try overwriting it with zeros ?

have you try a "format -e". than "type" and "auto" and a try what format -e say iy you like to label it? Is it a EFI labeld disk?

if you want to remove vtoc type command vxdiskunsetup -f c#t#d#

it will remove the tag 14 and 15 from /dev/rdsk/c#t#d#s2 and you will get a raw disk ok :slight_smile:

please check prtvtoc /dev/rdsk/c#t#d#s2

ok

Thanks for all your help guys. I got it working.

Hi,

Please share as what u did to bring it working condition

Thanks