Formatting is not deletion. Formatting refers to an operation to initialize a disk or a partition on a disk. This operation usually results in the erasure of all files in the existing disk or partition. Deletion refers to deleting the file from the system directory list, but it actually modifies the first two codes of the file header. This modification is mapped in the FAT table and marks the file for deletion; after the file is deleted, it can be deleted in "Recycle" Station".
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
Formatting is not deletion.
Introduction to formatting
Formatting refers to an operation of initializing a disk or a partition in a disk , this operation usually results in the erasure of all files on the existing disk or partition. Formatting is usually divided into low-level formatting and high-level formatting. Unless otherwise specified, formatting a hard drive usually refers to advanced formatting, while formatting a floppy disk usually includes both.
is to clear the data on the hard disk, generate boot sector information, initialize the FAT table, mark logical bad sectors, etc. Generally, when we reinstall the system, we perform advanced formatting. Formatting is to initialize the disk so that we can record data on the disk step by step.
Delete introduction
Delete: refers to deleting files from the system directory list, but in many cases, using tool software or Windows The "Recycle Bin" that comes with the download can recover deleted files. To be on the safe side, it is best for users to make a floppy disk backup of the text or other files they input, just in case.
Every file stored on the hard disk can be divided into two parts: the file header and the data area where the data is stored. The file header is used to record file name, file attributes, occupied cluster number and other information. The file header is saved in a cluster and mapped in the FAT table (file allocation table). The real data is stored in the data area.
The usual deletion is actually to modify the first two codes of the file header. This modification is mapped in the FAT table, and the file is marked for deletion, and the cluster number occupied by the file is recorded in the FAT table. Clearing the registration items in means freeing up space, which is why hard disk space increases after deleting files.
It can be seen from the principle of file deletion that to completely delete data, the only way is to completely overwrite the data area where the deleted file is located. Most complete deletion tools use this principle: repeatedly write useless data to the data area of the deleted file and overwrite it multiple times to achieve the purpose of completely deleting the file
More related knowledge , please visit the FAQ column!
The above is the detailed content of Does formatting mean deletion?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Mac version
God-level code editing software (SublimeText3)

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Atom editor mac version download
The most popular open source editor