Function verify_the_sector() verifies sector to be read by the _bios_disk()

 

Data Recovery Software | Data Recovery Services | Software Development | Web Services | Data Recovery | Live Chat | iPod Restore | Sim Card Recovery

Comments on coding:

The function integrate() is the actual module of performing the recovery of the user specified file, in this recovery program.

The file name with the destination path to store the recovered file is stored in the character pointer *Filename_with_path. If there is any error in opening the destination file, error message is displayed and user is prompt again to enter the destination.

The function _bios_disk(_DISK_READ, &dinfo); reads the data of the file from the data area of the disk sector by sector, specified by the structure dinfo and stored in the data buffer buf. This data of 512 bytes is written to the destination file. This is repeated until the complete file is integrated.

The function status=verify_the_sector(cylinder,head,sector); verifies the sector to be read. If the status = 10, it represents a bad (0xA) sector. The coding of the function has been given below:

Download Data Recovery Tools
Recover iPod Music Flash Media Data Recovery Data Retrieval Services SIM Data Recovery
Undelete Software Crack Partition Recovery Free Undelete Deleted Files USB Data Recovery Software
Memory Card Data Recovery Crack Download File Recovery Tools Free Download Data Recovery Services Digital Photo Recovery free

/// Verify the Sector. (No Data is Transferred here) \\\

int verify_the_sector(unsigned int c,unsigned int h,unsigned int s)
{
int status;
char *buf;
union REGS in, out;
struct SREGS sg;

in.h.ah = 0x04; /* Function Number */
in.h.al = 1; /* Number of Sectors to Verify*/
in.h.dl = 0x00; /* Drive Number for A: */
in.h.ch = c; /* Cylinder Number */
in.h.dh = h; /* Head Number */
in.h.cl = s; /* Sector Number */
in.x.bx = FP_OFF(buf);/* Offset */
sg.es = FP_SEG(buf); /* Segment */

int86x(0x13,&in,&out,&sg); /* Call the Function 4H of INT 13H */

if(out.x.cflag)
{
status=out.h.ah;
}
return(status);
}

Comments on Coding:

The function verify_the_sector(), verifies sector to be read by the _bios_disk() function and returns the status of the operation. The function uses INT 13H and function 4H to verify the sector.

*buf is the data buffer, 0x04 is the function number specified by in.h.ah = 0x04; and in.h.al = 1; instructs to verify the one sector at a time. in.h.dl = 0x00; is used for the drive number for floppy drive A:, c,h, and s are Cylinder, Head and Sector numbers.

The function int86x() is used to invoke INT 13H (function 4H) with segment register values. The status of the operation is returned by the integer status.

Sample Chapters from book DATA RECOVERY WITH AND WITHOUT PROGRAMMING by Author Tarun Tyagi
Data Recovery with & without Programming


Publishers of the Book
Number of Pages
ISBN
Price of the Book


BPB Publications, New Delhi, India
540
81-7656-922-4
$69.00 (Including Shipping Charges, Cost of Book and Other expenses, Free Source Code CD included with the Book)





Buy Data recovery Book

 

Previous page

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20


page 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33

Next page
Data recovery software Data recovery software
Windows Data Recovery Software Windows Data Recovery Software
Pen Drive Data Recovery Software Pen Drive Data Recovery Software
Memory Card Data Recovery Software Memory Card Data Recovery Software
Digital Camera Data Recovery Software Digital Camera Data Recovery Software
iPod Data Recovery Software iPod Data Recovery Software
Removable Media Data Recovery Software Removable Media Data Recovery Software
FAT Data Recovery Software

FAT Data Recovery Software

NTFS Data Recovery Software NTFS Data Recovery Software
Sim Card Data Recovery Software Sim Card Data Recovery Software

Password Recovery Free
Deleted File Recovery Utilities
Undelete Partition Recover
Download Windows Recovery
Recover Files From Formatted Hard Drive
Free Flash Drive Recovery
Digital Camera Photo Recovery
Keylogger Software
USB Drive Deleted Data Recovery
Files Recovery Software
iPod Data Recovery Free
Data Recovery Company
File Recovery Software Download
Formatted Hard Drive Recovery
Memory Stick Recovery Software
Deleted Data Restore
Hard Disk Data Recovery Tool
Data Recovery Free Utilities
Recover Deleted Data Freeware

Data recovery Education center Data recovery Education center
Data Recovery Training Data Recovery Training
Data Recovery Services Data Recovery Services
Data Recovery Education Materials Data Recovery Education Materials
Data Recovery Book Data Recovery Book

Web services Web services
Website Design Website Design
Website Development Website Development
Website Promotion Website Promotion
Mobile Website Design Mobile Website Design
Website Testing Website Testing
Graphic Design Graphic Design

Web Tools Web Tools
Internet History Eraser Internet History Eraser
Live Chat Software Live Chat Software

Data Recovery Software

Data Recovery Software

iPod Restore

iPod Restore

Memory Stick Data Recovery

Memory Stick Data Recovery

Mobile Phone Data Recovery

Mobile Phone Data Recovery

USB Drive Data Recovery

USB Drive Data Recovery

Data Recovery Utility

Data Recovery Utility

Digital Camera Data Recovery

Digital Camera Data Recovery

Data Recovery Services

Data Recovery Services

Data Recovery

Data Recovery

Data Recovery Utilities

Data Recovery Utilities

File Recovery Software

File Recovery Software

Files Recovery

Files Recovery

iPod Data Recovery

iPod Data Recovery

Data Recovery Tools

Data Recovery Tools

© Copyright 2002-2005 DataDoctor.Biz

Software Bundle | Pen Drive Data Recovery Software | Memory Card Data Recovery Software | iPod Data Recovery Software | Digital Camera Data Recovery Software | Removable Media Data Recovery Software | Windows Data Recovery Software | FAT Data Recovery Software | NTFS Data Recovery Software | Data Recovery Training | Data Recovery Services | Data Recovery Education Material | Data Recovery Book | Custom Software Development | Offshore Software Development | Microsoft .NET Development | Java / J2EE Development | Wireless / Mobile Application Development | Database Solutions | Website Design | Website Development | Website Promotion | Mobile Website Design | Website Testing | Graphic Design | Sim Card Data Recovery Software | Internet History Eraser

Home | Contact us | Downloads | Services | Resources | Terms and conditions | Site map