EMC存储服务器数据恢复的思路整理

0x01 背景知识

  With few exceptions, disk drives are set to 512 bytes per block, and operating systems expect disks to be formatted to 512 bytes per block. In fact, some operating systems and/or disk controllers won’t even “see” disks that aren’t formatted to 512 bytes/block. Certain RAID controllers require disks to be formatted to 520 or 528 bytes/block. EMC, and NetApp are two vendors that format their disks to use these extra bytes. (Each Block written out to the disk is 520 bytes in size. Of the 520 bytes, 512 bytes is used to store the actual DATA written to the block. The remaining 8 bytes per block is used by the VNX/CLARiiON to store system information, such as a timestamp, parity information, checksum data.)


0x02 数据恢复步骤

步骤1: 制作硬盘镜像

Turbo On
Block 0 100 
CopyIntoNewFile "D:\copy1.img" 
Save
Turbo Off

待续~~

步骤2: 转换备份数据的扇区(520 to 512字节)

turbo on
Assign FileSize  GetSize
//ASSign Pagecount  ((FileSize%520) - 1)
ASSign Pagecount 10
goto 0
read MyVariable 512
Create "D:\copy512.img" 0
write MyVariable
{
    nextobj
    move 8
    read MyVariable 512
    nextobj
    write MyVariable
}[Pagecount]
save
MessageBox "完成"
turbo off

待续~~

步骤3: RAID重组

待续~~


[1] WinHex数据恢复工具常用关键字与脚本编写
[2] WinHex数据恢复实用脚本
[3] xls文件取证
[4] 光纤硬盘520字节每扇区转换成512字节每扇区WinHex脚本
[5] X-Ways Forensics&WinHex官方手册
[6] WinHex API说明
[7] EMC FC AX-4存储崩溃,raid5硬盘损坏的数据恢复过程
[8] 使用WinHex脚本恢复尼康NEF文件
[9] 用WinHex恢复删除的文件(NTFS文件系统)
[10] WINHEX高级教程(困惑的浪漫-高志鹏)
[11] Linux – Hard Drive – Sector size 512 / 520 bytes)

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值