Important Update: Cohesity Products Knowledge Base Articles


All Cohesity Knowledge Base Articles are now managed via the Cohesity Support Portal: https://support.cohesity.com/. The Knowledge Base articles available here will not reflect the latest information or may no longer be accessible.

Veritas Enterprise Administrator (VEA) reports "Error V-76-58628-3 Failed to write the disk signature."

Article: 100048872
Last Published: 2022-03-23
Ratings: 2 0
Product(s): InfoScale & Storage Foundation

Problem

Veritas Enterprise Administrator (VEA) reports "Error V-76-58628-3 Failed to write the disk signature."

Error Message

Error V-76-58628-3 Failed to write the disk signature.

Cause

Disk is marked as write protected by Windows

Solution

Use diskpart to clear write protection

Open diskpart through Windows command line

DISKPART> list disk
DISKPART> select disk <disk#>
DISKPART> attributes disk clear readonly
DISKPART> online disk

Attempt to write signature using VEA

Refer to Related article if unable to launch diskpart

Was this content helpful?