-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
Description
I'm attempting to recover a drive that previously experienced a power failure during an attempt to switch to 512k sector size. Afterwards the drive read a capacity of 0B. In order to attempt to recover from this, I chose to do a
./openSeaChest_Format.exe -d PD2 --formatUnit 4096 --confirm this-will-erase-data.
This in turn started a format but its been stuck at 83.07% for hours and hasnt progressed any further. Im worried that disconnecting the drive will cause it to be read at 0B again, and am unsure how best to proceed. when running llInfo 1, this is the result i get.
==========================================================================================
openSeaChest_Format - openSeaChest drive utilities - NVMe Enabled
Copyright (c) 2014-2025 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
openSeaChest_Format Version: 3.3.0 X86_64
Build Date: Jun 5 2025
Today: 20250707T220408 User: admin
==========================================================================================
Invalid argument: 1
\\.\PhysicalDrive2 - ST8000NM0065 - ZA13A2HZ - K004 - SCSI
---Low Level tDevice information---
---Drive Info---
media type: HDD
drive type: SCSI
interface type: SCSI/SAS/FC/etc
zoned type: not zoned
---adapter info---
PCI/PCIe:
VendorID: 1000h
ProductID: 0072h
Revision: 0003h
---driver info---
driver name: LSI_SAS2i
driver version string: 2.0.79.82
major ver: 2
minor ver: 0
revision: 79
build number: 82
SCSI Version: 6
---Passthrough Hacks---
Passthrough type: SAT/system/none
---SCSI Hacks---
---NVMe Hacks---
---ATA Hacks---
---OS Info---
handle name: \\.\PhysicalDrive2
friendly name: PD2
minimum memory alignment: 1
---Windows Unique Info---
Primary handle opened
SCSI SRB handle opened
SCSI Address:
Port Number: 5
Path ID: 0
Target ID: 7
LUN: 0
os drive number: 2
SRB type: 1
Alignment Mask: 0h
IOCTL Type: SCSI Passthrough
IOCTL Method: Force Direct
FWDL IOCTL Support:
Payload alignment: 4096B
Maximum Transfer size: 65536B
Adapter reported max transfer size: 16777215B
Volume bitfield: 0
Adapter Descriptor bustype: SAS
Device Descriptor bustype: SAS
OS read-write recommended: false
last recorded error: 1
File system Info:
No active file systems detected
I dont think the drive has any physical issue as it was working perfectly before and is still detected. Any input is appreciated.