SysChat

SysChat (http://www.syschat.com/forum.php)
-   Articles (http://www.syschat.com/articles/)
-   -   Windows Error While Mirroring Disk (http://www.syschat.com/windows-error-while-mirroring-disk-4435.html)

kmadhav 03-26-2009 12:28 AM

Windows Error While Mirroring Disk
 
Software mirroring is the solution to avoid Data Recovery that allows us to continue working in the events like disk failure. The procedure involves making identical copies of data, except for root disk. Each set of data contains a cloned copy of itself that can be used to restore data when system faces data loss issues.

When the disk has been configured as dynamic and contains sectors that can’t be read by system, mirroring may fail. These are logical bad sectors. Bad sectors can be physical too that lead to hardware level corruption. Such symptoms cause an error while it encounters such bad sectors in an attempt of creating new mirror volume or adding a mirror to an already existing volume:

“Logical Disk Manager

Operation aborted due to disk I/O error.”


The error is specific to Windows 2000 and Server 2003. System event log receives some messages, posted by DMIO. In such cases, system can’t read or write from bad sectors as they get aborted by file system. Use of chkdsk with /F /R switches on volume, in effect, locates and recovers readable information and marks such sectors as bad. However when it comes to DMIO, it doesn’t take bad marks of sectors in consideration. It performs sector-wise copying of source disk to destination and returns the specified error message if fails. It’s due to the reason that DMIO works below the file system. Bad sectors can exist on destination or source disk.

o dmio.sys (for Disk Manager Input Output) is a driver file, located at the following location:

Drive Letter:\WINDOWS\system32\drivers\

Resolution


We need to remove logical bad blocks. So we can back up all data and then format the affected disk. We can then restore the data and attempt mirroring the disk. Data backup must be performed with care. If process is inefficient, the backed up copy will fail to restore require information. In such cases, Data Recovery Software are the tools that can recover lost data.

Data Recovery applications are used when user loses information and doesn’t have any valid backup. These applications are considered as safe due to read-only design. They offer interactive interface and so applications are quite easy to use. These software are viable for recovery in all logical data loss cases.

:) :)


All times are GMT -4. The time now is 01:46 AM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54