Low level formatting: Normal formating our hard disk is Low level formatting, It will take Some minutes.
High Level Formatting: Quick formating our hard disk its takes some seconds.
Low level formatting is a hard disk operation that should make recovering data from your storage devices.
A low-level format is the process that marks the location of tracks and sectors on a disk. A disk cannot be partitioned or formatted until a low-level format is completed.
"low-level" is imprecise here; all formatting is "low-level" anyway... That said, steer clear of utilities that specifically talk about 'low level' formats and were not made by your drive manufacturer, some of them can easily do damage to a drive for which they were not intended and which they do not properly understand.
A low-level partition is a disk partition that has been low-level formatted. This means formatting in such a way that the data once stored in the partition is completely irrecoverable.
That would be called low-level formatting.
Post,bsl,low level formatting,high level formating,partion.
Low-level formatting
racks and sectors
A low level language is one where there are only a few (or even only one) instruction(s) per line of code. Assembler is an example of a low level language.
high-level formatting
You can do a low level format ... this will not destroy all your files. To perform a complete formatting, you will need a system diskette or CD for that particular drive.
Low-Level formatting is used to outline areas (tracks and sectors) on the hard drive so physically the hard drive is ready to be used. So low level formatting is so called "PHYSICAL Formatting" which means all of your old data are physically wiped out and create a new structure on your disk. So when you add new data, it just add into your empty disk. High level formatting is so called "LOGICAL Formatting" which means that all the old data in your disk will not be completely erased (they are still in your disk) but the access path to those data has been wiped out. So you cannot access those data anymore (e.g. access path is like your address book. when you lost the address book, you won't know where your friends stay and can't contact them (same analogy)) However, your disk will show as empty. Okay, again when you want to store new data in your disk, it will create new access path and replace old data with your newly stored data. This formatting changes the file system on the hard drive so the Operating System that you use can write and save data to the hard drive.:)