ImageVerifierCode 换一换
格式:DOC , 页数:12 ,大小:128.50KB ,
资源ID:1709406      下载积分:12 文钱
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,省得不是一点点
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.wenke99.com/d-1709406.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(Research on Recovery of Computer Data based on Windows System.doc)为本站会员(gs****r)主动上传,文客久久仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知文客久久(发送邮件至hr@wenke99.com或直接QQ联系客服),我们立即给予删除!

Research on Recovery of Computer Data based on Windows System.doc

1、1Research on Recovery of Computer Data based on Windows SystemAbstract: This paper researches the computer data recovery in FAT Windows file system, analyzed the storage format and file data operations (such as formatting, partition and delete) , specific to the data processing and the data recovery

2、, summarizes the method of data recovery and commonly used software tools, and gives the specific data recovery examples. Keywords: Hard disk; data recovery; FAT; 0 Introductions With the rapid development of computers, peoples work and life more and more cannot do without a computer, it brings conv

3、enience to people, but also may be due to various reasons, causing the computer data loss, damage, may make the years of painstaking efforts to the flowing water, the so-called. A hard disk has a price, data is priceless. Data loss make people vexed extremely, but in fact, in most cases, computer da

4、ta is not lost, it may be hidden in a corner, waiting for people to carefully explore, that is to say, the 2data can be recovered in most cases. Data recovery is to suffer damage, or due to hardware defects in inaccessible or unavailable, or because the virus, misuse and other various reasons lead t

5、o loss of data into normal data. Data recovery artificially recover data that disappeared or are not readable data extracted from the storage medium through some equipment and software, and changes into a process can read data. Methods usually data recovery from means divided into two types, one is

6、the recovery storage medium physical level is based on operation, we call it. Hard recovery: This data needs to be opened the hard disk data recovery equipment, through the specialized analysis of magnetic signal on the disc, and then through a special software for recovery. Storage medium is the fi

7、le system format, delete operation after recovery, generally need to use some software, we call it Soft recovery. In general we call data recovery means that Soft recovery. 1 Cause of damage data Computer data lost is various; it usually divided into two types: hard fault and soft fault. Among them,

8、 the hard disk failure is due to a natural disaster or man-made factors are causing data cannot be read normally physical injury. Such as 3hard disk read / write head due to severe vibration damage does not recognize the hard disk interface, power supply, fault of hard disk; disk motherboard circuit

9、 board burned fault; the hard disk motor drive chip damage caused spindle motor does not rotate; the hard disk has physical bad sectors hard disk firmware is lost or damaged. In addition, the cache hard drive failures lead to hard not to be identified, garbled, hard on the motherboard BIOS abnormal

10、result in misidentification, does not recognize the hard disk. Soft fault refers to the hard disk physical performance intact, just because the data user error operation or due to a virus and human operation error loss, common are: mistakenly formatted partition or error, error cloning, mistakenly d

11、elete or overwrite accidentally, electromagnetic interference, hacker intrusion, network user environment vulnerability virus infection, zero track damaged, damaged, the master boot program FAT damage, DBR fault and hard logic lock etc. Can cause data loss and damage, the operating system cannot sta

12、rt, cannot find the required files, file not open or open the document, the hard disk partition, not garbled or suggesting a hard disk partition is not formatted a system error or paralysis and other specific characteristics. 42 Analysis of the data storage structure The data recovery, first of all,

13、 we must understand the structure of data storage. Unused disk can use through low-level formatting, partition, format. Low level format is on the hard disk partition tracks and sectors, as shown in Figure 1, and therefore it is also called the physical format; the physical hard disk partition is lo

14、gically divided into multiple regions to achieve multiple operating system management to manage hard disk, hard disk data. Advanced format is the role of the partition space into the data storage according to certain rules, for the FAT file system, is divided into system boot sector, FAT, file alloc

15、ation table file directory table FDT and the data area. This logic in the hard disk has been established in the master boot sector, operating system guide the five sector, FAT, file allocation table file directory table FDT and the data area, as shown in Figure 2. The first sector of the hard disk (

16、0 trace 0 head of sector 1) was retained as the boot sector. It includes: the master boot record of hard disk partition table MBR and DPT. The master boot record is a section of program code, its main function is to the operating system on a hard disk installation guide; the hard disk partition tabl

17、e is stored in the hard 5disk partition information, using 80H or 00H marked at the beginning, to mark 55AAH to end, a total of 64 bytes, the most at the end of this sector. Operating system boot sector usually occupy the first sector of partition of a total of 512 bytes, which mainly includes the o

18、perating system boot record DBR and the partition parameter block (BPB ). DBRs main task is to judge the root directory of the two documents if or not right when the MBR control system to it. Operating system boot file, if it is loaded into memory. BPB records the starting sector, the ending sector

19、of the partition, file storage format, hard disk media descriptor, the size of the root directory, the FAT number, the allocation unit size and other important parameters. When the system starts, MBR is the first to be from the hard disk loading program segment, then directed to the DBR implementati

20、on of the program, the system file is loaded into memory. The first cluster storage in FDT and file stored file directory names and cluster number and other information in the data area, file allocation table FAT is a linked list, other storage cluster number given file. The system is based on the i

21、nformation of the file access. 3 The principle of data recovery 6Data recovery, the premise condition is that data is actually not removed or covered file data in hard disk. In fact we partition, format, accidentally deleted lost data, and not really clear all data, just by the operating system to h

22、ide it, so long as we understand and analyze these really hard to deal with, through some methods and tools can restore most of the data. 3.1 initialization processing analysis Initialization is low-level formatting. To use disk initialization, most software will reset all sectors, and even re parti

23、tion sector number sequence, so the original data is unrecoverable. But in the use of fast low, only to the 0 road 0 heads and 1 sector (i.e. the MBR sector) write code, while the partition table data region cleared the last two bytes written sign 55AA. This also means that the file still exists, da

24、ta recovery may. So hard disk display is not initialized, if the storage medium partition table is normal, but the boot code is destroyed, or. 55AA. Signs of damage caused, is not low, you can restore all data on the hard disk. 3.2 Analysis of the partition operation treatment The partition is to ma

25、ster boot sector partition table area 7write the partition data information. At the same time allocated to the first sector of the partition of reset all data. The first sector of the partition is boot record sector (DBR sector) in partition. At this time, only one sector data are destroyed, the ori

26、ginal file allocation table and file directory table is still hidden in the hard disk, so as to find the original partition information, can restore most of data partition. 3.3 formatting process analysis Format refers to the establishment of file storage format in the partition, namely establish sy

27、stem file. Different file system to store the data format is not the same, Windows system is used in FAT16, FAT32 and NTFS file system. (1) FAT32 format FAT32 partition structure is as shown in figure 3. Root directory to the root directory file, its size is not fixed, the location is not fixed, it

28、is no longer the same number FAT16 512 file limit. The FAT32 format will be used for the following data processing on the partition. (1) No. 0 sector write boot code, 1 sector write Fs info information, 2 sector write “55AA” Mark. (2) The 3-5 sectors cleared, 6-8 sectors for the 0-2 8sector for back

29、up. (3) Reserve other position clear. (4) FAT reset, FAT1 and FAT2 starting sector write marker (F8FFFF0F) , the end of the 2 FAT table position settings file Mark. (6) Assigned to the cluster space clear root directory, such as setting the volume label, catalogue No. 0 position to build volume dire

30、ctory entry. 3.4 The analysis of deletion file Delete the file processing system is very simple, the FAT file system rewrite the files directory entry the first byte by E5 tag, the NTFS file system is two bytes in the MFT file recording head start from offset 0x16 to 00H (Delete file) or 02H (remove

31、 directory) mark, mark after that the file or folder has been deleted. At the same time will describe the distribution space of the corresponding FAT (FAT file system) or bitmap (NTFS file system) rewriting is not allocated, so that the space allocated to other files or directories to use. The delet

32、e operation, the real cluster space allocated to the file has not been any rewriting operation, may lose folder or attribute, the contents of the documents can be completely 9restored. 4 Data recovery methods and tools Data recovery methods can be divided into recovery mode for hardware and software

33、 recovery mode. Hardware recovery can be divided into alternative hardware, firmware, and repair disk reading three recovery modes. Alternative is replace the bad data recovery purposes to use new hardware, such as alternative, hard circuit board flash drive control chip replacement. The firmware is

34、 written on a hard disk drive program in the initialization program. Firmware restoration, is the use of hard disk special repair tools, such as PC3000, to repair the hard disk firmware, and hard drive data recovery. Disc read is on a hard disk in a super clean working class 100 room opened, remove

35、the disk, and then use the special data recovery equipment for the scanning, read the data on the disk. Software recovery can be divided into system level recovery and file level. System level recovery is the operating system can not start, use file repair system repair software, and make the system

36、 work normally. The file level recovery is to restore the user data files on a disk is damaged or lost; the file level recovery generally available tools software or manual recovery data. 10Currently used for data recovery software tools are EasyRecovery, FinalData, Winhex, DiskGenius, RecoverNT, Re

37、-cover My Files, Norton, R-Studio, FinalRecovery, Disk, Recover etc. Each tool has its advantages and disadvantages, recovery will also have certain difference. FinalData has the characteristics of simple operation, rapid and wide coverage, in addition to the Windows operating system Microsoft outsi

38、de, FinalData also supports the common UNIX system platform. EasyRecovery is a powerful, in addition to the data recovery, but also can repair damaged Excel, Word, Access, PowerPoint, Zip and other types of documents, is by far the most popular data recovery tool. Winhex a perfect partition manageme

39、nt function and file management function, can automatically analyze partition chain and document cluster chain, be backed up in different ways to different degrees on the hard disk, or even clone entire hard disk, and can complete display and edit any file type binary content, any sector of the disk editor to edit the physical disk and the logical disk, memory editor to edit the memory directly, can be said to be the preferred tool to manually restore data.

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。