1.44MB 의 그것의 DBR에 3개의 ½ 인치 플러피 디스크의 매개변수를 다시 쓰는 프로그램

Files Recovery Software
연락처 세부 정보 고객 지원 다운로드 데모 제품  

 
 

뒤에 오는 프로그램은 1.44Mb, 3개의 ½ 인치 플러피 디스크, 80의 대위와 더불어, 2명의 머리 (측) 및 대위 당 18의 분야의 DBR에 있는 디스크 매개변수의 정보를 다시 쓸 것을 써졌다.

/* 1.44MB 의 그것의 DBR에 3개의 ½ 인치 플러피 디스크의 매개변수를 다시 쓰는 프로그램 */

# include "dos.h"
# include "stdio.h"

struct boot
{
unsigned char code[3] ; /* Jump Code */
unsigned char system_id[8] ; /* OEM ID and Version*/
int bytes_per_sec ; /* Bytes Per Sector */
char sec_per_clus ; /* Number of Sectors
Per Cluster */
int res_sec ; /* Reserved Sectors */
char fat_copies ; /* Number of FATs */
int root_dir_entry ; /* Number of Root
Directory Entries */
unsigned int no_sects ; /* Number of Total
Sectors */
unsigned char format_id ; /* Media Descriptor
Byte */
int sec_per_fat ; /* Sectors Per FAT */
int sec_per_trk ; /* Sectors Per FAT */
int no_sides ; /* Number of
Sides(Heads) */
int no_sp_res_sect ; /* Number of Hidden
Sectors */
unsigned char rest_code[482] ;/* Rest 482 Bytes code
of DBR */
} ;

struct boot b ;

 

main( )
{
int val ;

val = absread(0, 1, 0, &b); /* Use For Floppy Disk */

if ( val == -1 )
{
printf ( "\n Disk read Error...bad sector\n" ) ;
exit ( 1 ) ;
}

clrscr ( ) ;
display_info();
getch();

printf("\n Now Recovering BDR of Floppy.....\n");

Recover_with_values();

printf ( "\n Disk Recovered Successfully." ) ;
display_info();

return 0;
}


Previous page

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9

Next page
 
 
데이터 복구 도서
 
장-1 자료 회복의 개관
장-2 하드 디스크의 소개
장-3 디스크와 OS에 논리적인 접근
장-4 수 체계
장-5 C 프로그램의 소개
장-6 컴퓨터 기초에 소개
장-7 필요한 DOS는 명령한다
장-8 디스크 BIOS는 작용하고 C로 취급을 중단한다
장-9 큰 하드 디스크 취급
장-10 타락된 플로피에서 자료 회복
장-11 백업을 만들기
장-12 프로그램을 가진 읽고는 및 변경 MBR
장-13 프로그램을 가진 읽고는 및 변경 DBR
장-14 "익지않는 파일" 회복을 위해 프로그램
장-15 자료 와이퍼를 위해 프로그램
장-16 디스크를 위한 공용품 더 개발
부록 자료 회복 기간의 용어집
 
 
Pro Data Doctor

제품

연락처 세부 정보

고객 지원

다운로드 데모

이용 약관

 
Pro Data Doctor