View Single Post
Old 20-12-2005, 12:09 PM   #12 (permalink)
avishek_dg
Right Off the Assembly Line
 
Join Date: Sep 2005
Location: Bishnupur (WB)
Posts: 1
Default

As people have already written that while deletion the file's entry in the File Allocation Table is removed, but the file(or the bit pattern in the hard disk) is still physically present in the hard disk.

For storing data on the disk the disk needs to be divided into tracks and sectors. Formatting does this. So when the disk is formatted, new tracks and sectors are made and a new file system is made along with the FAT. Theoritically it is possible to recover the file from the hard disk even after formatting as the bit pattern of the file is still physically there. Only new tracks and sectors have been made on the disk. But I dont know if it is possible practically.
avishek_dg is offline