백업 파일에서 MBR의 백업을 복구하는 프로그램

 
자료 회복 소프트웨어
자료 검색 소프트웨어 Home Contact us Support

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

백업에서 MBR를 복구하는 프로그램:

프로그램의 코딩은 다음과 같이 이다:

/* 백업 파일에서 MBR의 백업을 복구하는 프로그램 */

#include <bios.h>
#include <stdio.h>

int main(void)
{
struct diskinfo_t dinfo;
int result;
int count=0;
char filename[80]; /* user가 주어진 파일 이름을 저장한다 */
static char dbuf[512]; /* 512의 바이트의 자료 버퍼 */
FILE *fp;

/* 사용자를 MBR 백업 파일 경로를 위해 입력하는 얻으십시오 */

printf("\n MBR의 백업 파일의 파일 이름 그리고 경로에 들어가십시오 \n ");
gets(filename);

if((fp=fopen(filename,"rb"))==NULL)
{
printf("백업 파일을 열 수 없고, 나가기 위하여 누르지 않는다 어떤 열쇠도…");
getch();
exit(1);
}

Free Files Recovery
SIM Card Data Recovery Software Free Pen Drive Data Recovery Free Data Retrieval Digital Photo Recovery Service
Undelete Software Download Deleted Partition Recovery Free Data Recovery Services Free USB Data Recovery Tool
Free Memory Card Recovery File Recovery Tools Download Free Undelete Files Free iPod Software Download

/* MBR 자료는 정확한 바이트 512의 이어야 한다*/

while(count<512)
{
fscanf(fp,"%c",&dbuf[count]);
count++;
}
fclose(fp);

printf("하드 디스크 드라이브에 쓰는 것을 시도:\n");

dinfo.drive = 0x80; /* 첫번째 하드 디스크를 위한 드라이브 수 */
dinfo.head = 0; /* 디스크 맨 위 수 */
dinfo.track = 0; /* 대위 수*/
dinfo.sector = 1; /* 분야 수 */
dinfo.nsectors = 1; /*분야 조사*/
dinfo.buffer = dbuf; /*자료 버퍼 */

result = _bios_disk(_DISK_WRITE, &dinfo);

if ((result & 0xff00) == 0)
{
printf("디스크 분야에 MBR의 백업 복구: 성공.\n");
}
else

printf("하드 디스크 드라이브, 상태에 쓸 수 없다 =
0x%02x\n", result);

return 0;
}

Sample Chapters from book DATA RECOVERY WITH AND WITHOUT PROGRAMMING by Author Tarun Tyagi, translated using machine translation. See original English contents on Data recovery book pages.

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

Next page
Data recovery software Data recovery software
Windows Data Recovery Software Windows Data Recovery Software
iPod Data Recovery Software iPod Data Recovery Software
Memory Card Data Recovery Software Memory Card Data Recovery Software
Pen Drive Data Recovery Software Pen Drive Data Recovery Software
Digital Camera Data Recovery Software Digital Camera 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

Windows Deleted Files Recovery
File Recovery Utilities Download
Recover Undelete Partition
Recover Lost Passwords
Hard Drive Recovery
Flash Drive Recovery Free
Digital Camera Data Recovery Download
Keyloggers Free
USB Drive Recover
Recover Data Software
iPod Recovery
Free Data Recovery Software Download
File Recovery Download
Recover Lost Files
Free Memory Stick Data Recovery
System Data Restore
Hard Disk Data Recovery Expert
Data Recovery Utility Download
Data Recovery Tools For Windows

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


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

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

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