| Forum |
|
|||||||
| Software Q&A Having trouble with software? Find solutions here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Right Off the Assembly Line
Join Date: Dec 2005
Posts: 49
|
|
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Uhu, Not Gonna Happen!
Join Date: Nov 2005
Location: Bangalore
Posts: 1,160
|
While deleting, there may be some files that remain on the hard disk, but formatting removes each and every file present there. Moreover deleted files can be recovered "easily" while recovering files on a formatted disk, needs special softwares.
|
|
|
|
|
#3 (permalink) |
|
SNIST Screamer !!
Join Date: Aug 2005
Location: Hyderabad
Posts: 1,162
|
c the basic diff is
deletin removes the file formattin removes the file system and puts a new one
__________________
http://snistscreamers.blogspot.com/ http://insidevoidmain.blogspot.com/ SNIST-Blog: the Voice of SNIST... http://www.snistblog.com/ |
|
|
|
|
#4 (permalink) |
|
Apprentice
Join Date: Feb 2005
Location: Pune
Posts: 75
|
Dunno how it happens these days, but in the past deleting a file in x86 meant changing the first character of the file name by DOS and thus mark that space for furtehr writing. And no you cant simply do it yourself. If you were to diskedit the disk you'd see the same. So what the undelete s/w back then did was to ask you for the first char and then, iff the file hadn't been overwritten (ie all the clusters are there) it would simply write the new char.
Formatting is a little different, it recreates the file structure (FAT). Here for safety purposes there's a second copy of the FAT. All this is under DOS (x86). Dunno abt the rest. Any takes guys? |
|
|
|
|
#5 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
I don't know too well. But, one major difference I know of is that deleting the files doesn't affect filesystem hitherto whereas formatting affects the filesystem. You and me both
Formatting Deleting of files |
|
|
|
|
#7 (permalink) |
|
In The Zone
Join Date: May 2004
Location: aapnu ahmedabad...
Posts: 205
|
deleting a file (even shift delete) actually edits the file link only. ie . it put this particular file's link in the free space list. now when ever new files are to be copied to the HDD the OS jus cheks the lsit of free spaces and usesthe appropriate free space.
so actually the file is not deleted but just the oS is made to know that this particular space is to be used as free space. but while formatting the hd we r actually wiping the entire file systen of that partition along with the file allocation table(fat). in fact this FAT keeps the records of the files present on the partition . suppose because of some error on the hd if thsi table is disturbed then the system will start acting absurdly. data can be easily recovered if a file is deleted becoz the file is physically still present. but suppose if the OS overwrites some other file on this particular area of the hd. then that file cannot be recovered correctly or rather it is now lost. i dont know how the data is recovered from the hd even after teh hdd is formated...and what is the funda behind it.... i request an already enlightened body to throw some light on this aspect.... tia |
|
|
|
|
#8 (permalink) |
|
Apprentice
Join Date: Nov 2005
Location: Chennai
Posts: 96
|
Even after deletin the file, the file is physically present and is only removed from the file allocation table... What the OS does is at any point of time the file which is deleted is overwritte
__________________
Sh@riq <size=24>P R ! V ! L E G E</size> |
|
|
|
|
#10 (permalink) | |
|
Apprentice
Join Date: Nov 2005
Location: Chennai
Posts: 96
|
Quote:
__________________
Sh@riq <size=24>P R ! V ! L E G E</size> |
|
|
|
|
|
#11 (permalink) |
|
Human Spambot
Join Date: May 2004
Location: off to "never ever" land
Posts: 2,912
|
yup
for quick format not sure abt full format but since it doesnt overwrite anything on the disc i think it should be possible its not possible only during a low level format
__________________
No Mercy, No Limits. Oobertech.net - Keeping Knowledge Free |
|
|
|
|
#12 (permalink) |
|
Right Off the Assembly Line
Join Date: Sep 2005
Location: Bishnupur (WB)
Posts: 1
|
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. |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|