Open
Close

Formatting a remote hard drive. How to format your hard drive. Formatting using the command line

Formatting a hard drive may be necessary when you need to clear the hard drive of absolutely all information stored on it. This can be done using standard Windows tools, but the priority is to use specialized programs.

The need to format a hard drive may arise when reinstalling the operating system, viruses that can only be gotten rid of by formatting, or purchasing a new hard drive.

There are several programs for this, and one of the most popular and convenient is Acronis Disk Director. This is a multifunctional utility that can be useful to the average user more than once. For example, to create and delete partitions, change their size and position, restore partitions in case of failures or errors. But we are most interested in another possibility - formatting the hard drive.

The program performs a full high-level format, during which the drive surface is checked and then the file system table is written.

Using the program is quite simple. First, of course, you need to install it. Then select the drive that we are going to format. Select this disk with the left mouse button, find it in the menu on the left and select Format.

A window appears that prompts you to select the type of file system that the disk will receive when formatting, the cluster size, and will allow you to view more detailed information.

If you don't know what settings to choose for the File System and Cluster Size parameters, leave everything as it is by default - Acronis knows what is required of it.


The screenshot shows that Disk 1 and the Program Docs section are selected

If you need to format the disk on which the operating system is installed, you will have to use another method. Windows will not allow itself to be uninstalled so easily, so most likely if you try to use the above method, you will receive an error message. The method will be discussed further. This is also relevant for those users who purchased a hard drive in a store, installed it in their computer, but the operating system refuses to see it.

So, we need to place the program on external media, for example, a flash drive. We connect it to the PC, select Tools in the program itself and launch the Bootable Media Builder.

This same master will open, with whom we will work.

The first step is to choose how to represent the disks. Select the option that is highlighted in red in the screenshot.

The second step is Linux kernel parameters. We skip it by clicking Next.

The third step is to select boot components that will be written to your flash drive. We check all the boxes and move on to the next step.

The fourth and final step is to select the boot disk type. Select our media and click Next.

After that, reboot the computer and set the BIOS to boot from a flash drive. You can read about how to do this here, by finding the BIOS Settings section in the article.

After you boot from the flash drive, format the disk in the manner that was described at the very beginning of this article. Good luck!

FayTan.ru

How to format a hard drive

Formatting a hard drive is a software process of applying marks to elements of the magnetic platter memory area and creating a new file structure of the media. Without labels and file system structure, a hard drive is a useless device; you cannot write information to it due to the physical and software features of the processes of recording, storing and reading information.

Physically, nothing happens to it when formatting a hard drive, but at the software level, its logical structure is organized on the media - a certain order necessary for recording, storing, editing and deleting data. Otherwise, the logical structure of the disk is called a file system. Depending on the selected file system, the speed of access to information, the maximum length of a file name, the number of files in one directory, the efficiency of the drive, search methods, recording information, etc. will differ.

Formatting a hard drive is divided into two types. These are low-level and high-level formatting.

Low-level formatting is a process by which special electronic marks called servo marks are applied to the magnetic surface of the polished platters of your HDD. They contain service information about the positioning of the read heads and the position of sectors and tracks of the disk, which determine the physical format of the drive. This procedure is performed on special factory equipment, since before this the media does not contain any information about the sectors and tracks of the plate(s), due to the absence of which, working with the media is impossible. Due to the coefficient of volumetric expansion of the materials (as many know from school physics lessons) from which HDD platters were made in the past and the stepper motors that control the positioning of the heads, sectors and tracks were displaced relative to the read heads. Thus, when, according to the controller, the head was in the desired sector, it could physically be on the adjacent track. Because of this, the hard drive malfunctioned and bad (inoperative) sectors appeared (if the controller thinks that the head is in the first sector, but in reality it is positioned, for example, above the 5th, then the first four sectors are inaccessible to it). Such hard drives required repeated low-level formatting throughout their entire service life, which required the complete and repeated destruction of all data on the hard disk platter(s).

In new HDDs, this problem was solved by using a voice coil in the read head mechanism, due to which the influence of thermal expansion was compensated by recalibrating the operating parameters of the disk heads (to put it simply, everything was solved at the software level by simple redirection).

Low-level formatting is necessary to solve several problems and is performed in such cases:

  • at the manufacturing facility to create the physical structure of the manufactured hard drive before testing and delivery to the end user;
  • on old hard drives to reset the file system (due to the coefficient of linear expansion of materials when heated during long-term operation of the HDD, the head moves slightly in relation to the formed grid of tracks and sectors);
  • complete, reliable and irrevocable erasure of all information stored on the hard drive, for example, before selling your own computer or the hard drive itself.

High-level HDD formatting is the process of forming the file structure of a hard drive, which consists of creating a master boot record, a file table, a file system structure and, depending on the formatting option, checking the surface of the hard drive platters for damaged sectors and then replacing or deactivating them. High-level formatting prepares the hard drive for use by the operating system to store data on it.

High-level formatting is divided into two types: quick and full. During the fast process, the file table is updated, which stores file names and paths to them, attributes, etc. After this, its new structure is formed, and a master boot record of the disk or its logical partition is created. Upon completion of the process, the operating system will recognize the hard or logical drive as clean, although physically all the information on it will remain intact, with the exception of the file table - all data in it will be marked as non-existent and will be overwritten with new bits of information during operation.

Full formatting is a procedure for clearing the file table, as during quick formatting, but with subsequent rewriting of each sector with zero bits of information. Also, during full formatting, all sectors of the hard drive will be checked for functionality. If a bad sector is detected, it will be replaced with a functional one that is in reserve, or simply excluded, as a result of which the usable volume of the HDD will slightly decrease.

High-level formatting of hard drives and their partitions must be performed in the following cases:

  • during reinstallation of the operating system to reset all data located on them and form a new disk structure;
  • when dividing the drive into logical drives;
  • for high-quality testing of magnetic plates for the presence of damaged sectors;
  • immediately after low-level formatting to form the file structure of the disk by the manufacturer or user (mandatory procedure);
  • deleting all information on the hard drive.

2. Formatting a non-system hard drive

Any operating system of the Windows family is located on a disk or partition thereof, which is designated as system. It contains the master boot record and Windows system files, thanks to which the software interacts with the hardware. There may be several such partitions, but, as a rule, the user has one operating system installed, which implies the presence of a single system partition. All other partitions and hard drives connected to the computer are not system drives. The second and subsequent hard drives are non-system, so the procedure for formatting them is no different from formatting removable USB drives.

Let's consider methods for forming the file structure of non-system hard drives using tools built into the operating system and using third-party software products designed to work with hard drives.

2.1. Formatting using BIOS

One way to format a hard drive is to use a bootable flash drive or CD with an installation distribution of the Windows operating system, the so-called LiveCD or bootable media with one of the programs for formatting storage media. There are versions of programs, such as AcronisDiskDirector, that can boot directly from a flash drive, which means they work without an operating system. The latest versions of Acronis have a bootable media creation wizard. Such a flash drive will allow the AcronisDiskDirector program to boot from the BIOS and format the hard drive.

In addition to third-party programs, formatting a hard drive with BIOS can be done by booting from the installation disk with the Windows distribution using the command line or the operating system installer. All these options will be discussed in more detail below.

2.2. Formatting using Windows

The Windows operating system contains all the tools necessary to format hard drives. In this section, we will consider all the methods to format a hard drive using the tools provided by the Windows operating system.

2.2.1. Through properties

The simplest way to prepare a hard drive for work, clear it of unnecessary information and form a new system is to format it through the context menu.


2.2.2. Through “Creating and formatting hard disk partitions”

The second method to format a hard drive using the Windows operating system tools is the Disk Management snap-in, located in the Computer Management system console.

“Disk Management” is a Windows system service designed to manage flash drives, hard drives and their partitions. This program allows you to format hard drives connected to your computer in one of three file systems and create new partitions on them. Almost all actions are performed without rebooting the operating system, which will not distract the user from his main work.

You can start Disk Management using one of the following methods.

Via the Start menu

Via "My Computer"

Via "Control Panel"

We have launched the Computer Management service. Next, you need to go to its subsection called “Disk Management”, which, in turn, is located in the “Storage Devices” section.


During formatting, you will not see any windows with the progress of the operation, except for the inscription “Formatting” in the “Status” line (see screenshot).


Our hard drive is formatted in the selected file system and is ready for further use. You will be notified of this by a dialog box and a system signal.

2.2.3. Command line

In addition to formatting hard drives through graphical interfaces, the operating system, since the days of console MS-DOS, allows the formation of a new file system of the hard drive with the deletion of all files and, with full formatting, checking its surface for integrity, using system commands entered into the command line console, also called the Windows command interpreter.

The command line allows the user to interact with the computer directly, without any intermediaries in the form of third-party software. It is a window for entering text commands understandable to the operating system with many parameters for direct control of the operating system or computer hardware. Naturally, using the command line, you can quickly format the hard drive. To do this, launch the system console using any of the listed methods or a more convenient method for you.

Through the Run window

Via the Start menu

Using Windows Explorer

The command line is launched by calling the file “cmd.exe” located in the “System32” folder of the system directory of the Windows operating system. To launch the command line, you can go to c:\Windows\System32\cmd.exe or use the shortcut to launch the command interpreter.

Having launched the command line, we will see a black window on the screen where you can enter text commands that are understandable for the Windows operating system, starting with its first versions.


If you did not enter a label, the operating system will ask you to enter it before formatting or leave the hard drive without a name by pressing “Enter” (see screenshot).

The process of formatting a hard drive, depending on the specified parameters and storage capacity, can last from several seconds to several tens of minutes. Formatting is accompanied by the inscription: “Creating file system structures.”


At the end of the process, the console window will display the message: “Format completed” and the results of the operation will appear.


Now our hard drive is formatted using the system console and is ready for further use.

2.3 Formatting a disk using the HDD Low Level Format Tool

The HDD Low Level Format Tool utility, or HDDLLFT for short, is designed for low-level formatting of hard drives and digital storage media based on memory chips. It copes with the task perfectly even in cases where the magnetic surface of the plate is severely damaged.

Carrying out the procedure for formatting a hard drive through the utility does not require any special user knowledge.

Keep in mind that in the free version of the HDD Low Level Format Tool, the format speed is limited to 50 Mb/s, which, with significant volumes of modern hard drives, during a full format and checking the drive for bad sectors, can result in several hours of work. The second drawback of the program is the inability to specify the cluster size.

3. Formatting the system hard drive

A system hard drive is, as a rule, a high-speed (with a platter rotation speed of 10,000 rpm, although it can be with a standard 7200 rpm) hard drive on which the operating system is installed. Based on this, it will not be possible to format it using Windows. Formatting a system hard drive is carried out using a different method, the essence of which is no different from forming a new file system for a regular hard drive. The only difference is that the utility for creating a new file system will have to be launched from the installation disk or flash drive.

3.1. Formatting using a bootable USB flash drive or disk

3.1.1. Through the Windows operating system installer

One of the most common methods to format a hard drive used as a system drive is to use removable media or a CD and a Windows OS installation distribution.

We will not consider how to create bootable media; many articles have been written on this subject on the Russian-language segment of the Internet. Let's get straight to the point.


After clearing the table of contents, the hard drive will be formatted and ready to install the operating system.

This method is reasonable to use in cases where the Windows operating system cannot format the hard drive, for example, because it is used by some application or is a system partition.

3.1.2. Formatting the system hard drive via the command line by booting from the installation disk/flash drive

Another simple option to format the disk on which the operating system is located is to use the command line by booting from a disk or flash drive with installation files for the Windows operating system.


3.2. Acronis Disk Director


After a few seconds of fixing the operation, the hard drive formatting procedure will start.


Be careful, the program will not display a warning window asking you to confirm the operation and will not notify you that all data on the hard drive has been destroyed.

Formatting will occur within a few seconds, since the utility uses a quick formatting algorithm. At the end of the procedure, the window will close automatically, and the hard drive with a cleared file table and a new file system will be ready for further use.


3.3. Paragon Partition Manager

Paragon Partition Manager is the most powerful free software product for working with hard drives. Naturally, you can use it to format any hard drive or partition. In addition, the utility can work with backups, change and create logical partitions, install several operating systems on a disk, and so on.


The same is done through the main menu of the program.


4. Possible errors and ways to solve them

One of the many problems that users face when formatting a hard drive is the use of outdated software. This happens because the user has not updated the disk management program that he trusts for several years. Also, using queries like “download hacked acronis” often leads to the most popular sites, which have been at the top of search engines for many months and contain outdated versions of the software.

Make sure your hard drive software is up to date, especially if you are using one of the latest versions of Windows.

The second problem is an error when trying to format the disk being used, especially for system partitions. Also, some application can use the hard drive or its partition, even in read mode, while the user is trying to format it. The way out of this situation is to use bootable LiveCDs or media with a Windows distribution.

An error in the process of formatting a hard drive due to a huge number of damaged sectors occurs when trying to fully format a hard drive, the surface of which is replete with damaged memory cells. Run a HDD scan, for example, with the Victoria utility, with reassignment of damaged areas or their exclusion from the area used for storing information.

I would be grateful if you use the buttons:

BsodStop.ru

How to format a hard drive via BIOS: step-by-step instructions

The BIOS itself does not have a format function. This system utility is only a cleaning tool that bypasses the loading of the operating system. This question arises because the media is not formatted from the inside, because the version of the OS being used is recorded on it. Below you will find the main ways to format a hard drive via BIOS and instructions for them.

How to format a hard drive from a boot disk or flash drive

Full formatting of a hard drive is equivalent to an operation to destroy all data on its internal memory. After this procedure, you can reinstall the operating system without fear of errors or other unpleasant moments. Just before you completely clean your hard drive, you should check whether you have copied all the necessary files. It will be difficult to recover information, and in some cases it will not be possible to do so at all. Formatting a hard drive via BIOS is carried out in several ways:

  • using external media;
  • using a special utility;
  • during Windows installation.

The first method of formatting a hard drive via BIOS involves booting from some drive. It uses a flash drive, CD or DVD. One of them must contain a special wrapper program for cleaning. The most commonly used is a Live CD, designed specifically for this purpose. You can copy it using the popular UltraISO utility. After preparing such a boot device, follow the instructions on how to completely format your hard drive:

  1. With the computer turned off, insert the prepared media into the drive or USB connector.
  2. When starting, pay attention to which key will be indicated next to the phrase “Enter Setup”. This could be F8, F12, F2 or Del. The latter is more often used on laptops. Press this button several times.
  3. When going into the BIOS, go to the BOOT menu and change the priority from Flooppy to CD-ROM or USB-FDD, taking into account the type of boot media you have.
  4. To save the settings, click F10, then Y and Enter.
  5. Restart your computer. If the steps were performed correctly, the program image will load, where you can clean up the desired partition.

The second option, how to format drive C via BIOS, is based on the use of a special program called ERD Commander. It helps even if the system fails to boot. You need to download its ISO image, which you then burn to a DVD or flash drive. If you were able to complete these steps, follow these instructions:

  1. Using the method described above, enter the BIOS menu and change the boot order, which depends on the external media with the recorded program.
  2. Restart your computer. In the menu that opens, go to the MicroSoft Diagnostic and Recovery Toolset item, and then click “Next” 2-3 times and in the “Cleaning” window that opens.
  3. Select the desired section.

Formatting your hard drive when installing Windows

The next method is how to format a hard drive through BIOS. It is carried out during the process of reinstalling the operating system using the Windows distribution. During this procedure, it is possible to clear any of the partitions. The peculiarity of this method is that all programs that were used previously will be deleted, and the operating system itself will be updated.

The concept of distribution is a form of software distribution. It contains a set of utilities necessary for the initial initialization of the OS. You can download the distribution yourself or use the disk drive included with your computer for recovery. In the first option, you will have to burn the ISO image to a CD or flash drive again. Further actions are as follows:

  1. Similar to the instructions described above, set the CD-ROM or USB-FDD to boot first.
  2. After the reboot, the recovery console will launch - as a user, select the OS there to log in to.
  3. Enter the administrator account password. If it's not there, press Enter.
  4. In the command line that appears, type format c:, then confirm by pressing Enter.
  5. If desired, set the file system - NTFS or FAT. Choose between quick and complete cleaning methods. As a result, the command could be format c: /Q /FS:NTFS. Here Q refers to quick cleaning.
  6. Wait for the cleaning operation to complete, and then follow the system prompts.

Video: how to format a hard drive in Windows 7

sovets24.ru

How to format a hard drive via BIOS

The BIOS itself is not equipped with a function called “formatting” as such. It acts more like a tool in the disk cleanup procedure, bypassing system startup. The hard drive contains the operating system that is currently in use, so the media can be formatted “from the inside.” In this article you will learn how to format a hard drive through Bios in various ways.

To completely format a hard drive means to destroy all data stored in the internal memory. After completing the formatting procedure, you can safely install a new system. You don’t even have to worry about all sorts of errors or other problems. Remember that before starting the procedure, you should definitely check whether copies of your important files are saved somewhere. Once the drive is formatted, you will not be able to recover the files you need unless you have copied them prematurely to some other media.

So, using “BIOS” you can format your hard drive in the following ways:

  • Using an external storage device.
  • Using a special program.
  • During the system installation procedure.
  • Formatting from external media

So, how can you format your hard drive? Let's start by using a third-party boot device. The essence of this method is that for formatting you need to load some kind of external drive. Among the most common types of storage devices, it is worth noting a flash drive and a CD/DVD drive. Using their example, everything will be described step by step below. Such drives must have a special cleaning program written on them. For example, the “Live CD” program is widespread. It is intended specifically for formatting procedures.

So, prepare your boot device and follow these steps:

  1. Connect the device to the appropriate connector: if it is a flash drive, you should connect it to the USB connector; if it’s a disk, then into the drive. In this case, the computer must be turned off.
  2. Turn on your computer. Be careful here: you should have time to see which key should be pressed when selecting “Enter Setup”. Different systems have different keys: “F8”, “F2”, “F12” or “Del”. The last key is usually used on laptops. Press the corresponding key several times to have time to enter the settings before the system boots.
  3. Were you able to enter the BIOS? Now you need to select the “BOOT” menu. There you should change the device priority settings. Set the priority from “Flooppy” to a value depending on the device you connected: “USB-FDD” or “CD-ROM”.
  4. Save the changed settings. To do this, press “F10”, and then confirm saving by pressing “Y” and “Enter”.
  5. Now restart your PC. If all actions were performed correctly, you will see the program image after downloading. There, clear the required partition on your hard drive.

"ERD Commander"

The next method of formatting a hard drive via BIOS is based on the use of a special program called ERD Commander. This software allows you to boot even if the system startup fails. Download the ISO image of the program, burn it to external media and complete the following steps:

  1. We learned how to enter the BIOS above. Perform the same actions and set the device priority in the same way. Here the download will already be carried out thanks to the program.
  2. Now restart your PC. A special menu should open. There, select “MicroSoft Diagnostic and Recovery Toolset”, and then click “Next” until a window with the “Cleaning” item appears.
  3. Here you should select the disk partition you need to clean.

How to format a hard drive via “BIOS” when installing/reinstalling the system

Now let's look at another way to format a hard drive. Carry out the cleaning procedure directly during the system reinstallation process. Here we use the Windows distribution package, which was previously recorded on the media. This method allows you to clean any partition of your hard drive. All programs previously installed on the partition selected for formatting will be deleted, and a new operating system will be installed there. Therefore, the method is quite convenient, especially for those who just want to install the system on a clean hard drive partition, that is, to completely reinstall the system.

You can find the system distribution kit on disk or download it from the Internet. Well, maybe one of your friends has it lying around on some storage device. If you download the distribution, install it on external media as an ISO image.

So, for formatting you need to follow these steps:

  1. As we described above, you should choose an external drive as a priority.
  2. Now restart your PC and the Recovery Console should appear on the screen. You must select the system you want to log into.
  3. To log in, you must enter the administrator password. Just press "Enter" if you haven't installed it.
  4. A command line will appear in front of you. There you should type “format c:”. Now confirm by pressing “Enter”.
  5. Specify the file system: “FAT” and “NTFS” are available. Select a cleaning method: fast and complete are presented there. As an example, let's show what it looks like in the end: format with: /Q /FS:NTFS. In this case, we selected "NTFS" and "Q" stands for quick wipe.
  6. Now just wait for the cleaning to complete. Then everything will be clear: the system will tell you.

Conclusion

So, this article discussed the question “How to format a hard drive through Bios.” We have discussed three accessible and understandable ways to format a hard drive. Choose the one that suits you best. They are all effective, efficient and quite convenient. We hope that the data parsing method is clear to everyone, and the article will be useful for all PC users who need help regarding the topic of formatting.

xn--80aaacq2clcmx7kf.xn--p1ai

Methods to format a hard drive

During everyday work on the computer, after repeated installations and uninstallations of various programs, we notice that the operating system is running slower and slower, and in turn, warnings about the absence of a particular DLL interfere with its proper functioning. If even special cleaning programs do not allow us to return the system to normal operation, then the only thing left for us to do is to format the hard drive before reinstalling the operating system. Formatting is not a complicated process, but it requires strict adherence to certain rules so as not to lose important data. We will try to fully cover the topic of how to format a hard drive.

How to format an external hard drive

A few words about how to format an external hard drive. An external hard drive, like the “internal” one (the one installed in the system unit), is formatted in a similar way. Therefore, the steps below apply to formatting both external and internal hard drives.

Quick or Full Format?

To perform a format operation, in addition to the fat32 or ntfs file system, you can select quick or full format.

A quick format clears only the table of contents of the section, while a full format completely erases all data stored on the disk, after which it cannot be restored. Therefore, if you have a new hard drive or you do not want previously saved information to be restored after formatting using special programs, select “Full formatting”.

What is important to do before formatting

  1. First of all, do not forget to transfer to another hard drive or flash drive all the data that you do not want to lose: documents, images, photos, videos, etc.
  2. It will also be useful to save Outlook Address Book groups. Copies of the address book are saved in files with the wab extension.
  3. On an external USB drive or on a second disk, prepare all the necessary drivers and programs, especially anti-virus software, which must be installed before connecting to the Internet for the first time on the newly installed operating system.
  4. Don't forget to write down the files and folders that are most important to you!
  5. All data that was not previously saved will be completely lost after you format the hard drive!!!

How to format a non-system disk partition

To format a partition that does not contain Windows XP, go to Start, Programs, Administrative Tools, Computer Management.

On the left side of the window that opens, select “Disk Management”. Then right-click on the disk and select “Format”. In this window, it is possible to format only non-system partitions; this item is not active in system partitions.

How to format HDD when installing Windows XP

The proposed method allows you to format the hard drive during the installation of Windows XP, which means that, firstly, you will save time, and secondly, the installer will format it if you plan to reinstall Windows XP.

First, prepare a Windows XP CD. Then in the BIOS change the priority to boot from the installation CD. Restart your computer and select the appropriate installation process: first click Install, then agree to the license agreement by pressing F8 and select the drive you want to format.

If Windows was previously installed on the drive, press C. After selecting the file system (FAT32 or NTFS), the installer will prompt you to format the drive.

How to format hard drive when installing Windows 7

During the initial steps of installing Windows 7, the bootloader will ask you to select a disk partition in which to install the system. Then label the hard drive and select Disk Setup.

An additional set of tools will appear with which you can create and delete partitions, change their sizes, and also format them. From the list, select “Format” and use the system prompts.

How to format via DOS

Despite the fact that the MS-DOS operating system is no longer in such demand, it is nevertheless still necessary for BIOS updates.

To format the hard drive, you can use a bootable floppy disk with DOS. To create it, go to “My Computer”, right-click on drive A, and select “Format” from the drop-down menu. In this window, check the “Create a bootable MS-DOS disk” checkbox.

In addition, you can make a bootable USB flash drive with DOS using the WinToFlash utility. To do this, in “Advanced Mode” select “Create a drive with MS-DOS”, and then point to the drive that you want to make bootable.

So, after loading DOS from a floppy disk or drive, just enter the following command: format C: (or D or E, depending on the partition to be formatted).

How to format via command line

Using this command, you can format the media via the command line. To do this, in Windows 7, click on “Start” and enter cmd in the search bar. Then, in the command prompt console that opens, enter format C: or the other partition you want to format.


How to remove partitions on your hard drive

How to format a new drive bought the day before or given as a gift from someone? If the hard drive has already been used before, it may already be formatted and you don’t need to take any action, you can immediately clutter it with your files; when you connect the hard drive, the operating system will assign a drive letter to it and you can work with it, but if you bought a new hard drive The disc is in a crisp package, then you can’t do without formatting.

How to format a new drive

So, friends, this article assumes that you already have one hard drive in your computer and the Windows 7 operating system is installed on it. But as usually happens, we didn’t have enough disk space and we purchased another 1 TB hard drive and also installed it into our system unit, then we turned on the computer and we don’t know what to do. Here's what you need to do. Let's go to Disk management.

Start, then right-click on Computer and select Management from the drop-down menu

Disk management


The Disk Management window opens and there is already one hard drive, designated by the system as Disk 0, capacity 500 GB (in Windows, hard drive numbers start from zero), it has three partitions (C:), (D:), (F :) and on (C:) the Windows 7 operating system is installed. Our new hard drive with a capacity of 1 TB is unallocated space. You may ask why the operating system did not fully identify a 1 TB hard drive, but how - Disk 1, capacity 940, 45 GB, this is written in great detail in our article ""

After initialization, in order to put our new hard drive into operation, we need to format it into the NTFS file system and assign it a drive letter, the result will be a New Volume. We will do this with you with the help Partition Wizards, right-click on the unallocated area of ​​Disk 1 and click Create a simple volume



In this window we need to specify the size of the volume to be created, I suggest leaving everything as the system suggests and creating one large volume. If you want to split your hard drive into several volumes, you can do this using this article:

Sometimes situations arise when you need to clean your hard drive, that is, format it. C, D, E or any other. But in most cases, Windows OS is installed on logical drive C. She won't let you clean it up just like that. The rest are easy to clean completely.

There are three types of formatting:
  • We have nothing to do with low-level. After all, it is produced at a component manufacturing plant using special equipment. This cannot be done at a service center, let alone at home.
  • The second formatting method involves dividing the logical media into several smaller sizes. That is, instead of one we get two or more disks. This manipulation can only be done when installing the OS.
  • The third type is high-level formatting. It is divided into two subspecies. In the case of quick formatting, the files remain in their places, only the file table is updated, and the OS sees the disk as empty. This is very convenient when we do not want to completely lose data or have formatted it by mistake. When fully formatted, all information is erased without return, in addition, the system checks the device for serviceability. If a problem is detected, no data will be recorded.
There are four ways to perform high-level formatting: wiping the partition using Windows, through the command line, when installing the operating system, using a system utility.


When formatting using OS tools, no third-party scripts or programs are required. Let's go to "My Computer", right-click on the desired disk and select "Format". In the open window with formatting options, select the cluster size or file system. But in practice, only the volume label is set. If you uncheck the Quick box, the cleanup will take significantly longer. Then click “Start”. At this stage, a warning will appear that all data will be deleted, so you need to click “Cancel” if you have not made a copy. If the information is saved, click “OK”. When formatting is complete, a message will appear asking you to click “OK.” You can close the window with parameters - the disk is cleaned.

Another formatting option is performed using the command line. Open “Start” – “Run”. Alternatively, press the combination “Win” + “R”. In the new window, enter “cmd” and click “OK”. A command line will open, in which we write “format f”, where f is the name of the disk. Afterwards the OS will ask you to confirm the action: Y – yes, N – no. Please note that there will be no warning message regarding data deletion. In addition, formatting will be performed by default, namely full. To do a quick one, enter “format f: /Q”. Finally, you will be able to set a volume label. Just click “Enter”.


If you want to format the disk while installing Windows, you will need a flash drive or installation disk. We start loading the OS from physical media, carry out similar actions as if installing Windows. When given the option to select an installation partition, click Disk Setup. The following options will open: “Delete volume”, “Create volume”. You will also see a “Format volume” link there. Click “Format”, select which partition to clear, including the one where the OS was located. In this case, a quick format will be performed. If you do not need to install Windows, you should close the window to interrupt the process.

Owners of Windows 7 OS can use the built-in system utility. Just follow the path “Start” - “Control Panel”, then “System and Security”, then “Administration”. Then click “Create and format hard disk partitions.” In this menu it is convenient to view which disks are connected to your PC and their breakdown. In it, right-click on the desired partition and select “Format”.

Thus, from this article you learned how to format a hard drive in Windows. There is nothing complicated about this, as you can see, finally consolidate your knowledge by watching a thematic video.

Formatting a Windows operating system hard drive

Let's look at such an interesting and not everyone understands question - formatting the hard drive. Why is it needed and how to do it?

So what is formatting? Someone may answer that this is deleting all files from the hard drive (hard drive). Roughly speaking, this is true, but it is not only the removal of all information.

In general, formatting is the fundamental technical process of preparing a hard drive for operation. Moreover, the very beginning can be done only with the help of special equipment.

There are 2 main types of hard drive formatting:

  • Physical
  • Boolean

Physical formatting of the hard drive (low-level) is the process of dividing a new hard drive into tracks, sectors and other important technical features for its subsequent delivery for sale.

This initial preparation of the hard drive is carried out exclusively at the manufacturer’s factory, using special equipment. You cannot do it yourself or at home, because this requires special factory equipment.

At home, you can only perform software formatting of the hard drive. Although many who have encountered this issue have seen programs on the Internet that supposedly offer to do it, this is not true; it is impossible to do it at home, as mentioned above.

Logical (high level)- this is already quite feasible formatting at home.

In its process, boot records, sectors, and the file system structure are created, that is, everything that is essential for the normal operation of the hard drive in a computer.

It often happens that you need to format a new hard drive, let's describe the path it takes to begin full operation:

  1. Low-level formatting - carried out at the manufacturer. Then sent for sale.
  2. Division into sections. After the hard drive falls into our hands, we need to create partitions on it. This is necessary for the correct operation of the operating system and the subsequent safety of personal data. Usually 3 partitions are created - local drives C, D, E. You can read more about this issue in the article how to partition a hard drive into partitions.
  3. High level formatting. And now the final stage before installing the operating system (OS) is this stage. This is what we all usually do when we need to format either a hard drive, a local disk before installing the OS, or a flash drive.

It comes in two types:

  • Fast
  • Complete

If we choose fast, we get only superficial updates, that is, file tables are quickly updated. Moreover, all the files are still stored in place, although invisible. They are not visible due to the updated file table.

In this case, data recovery is easiest and with almost 100% probability. It’s just extremely important to remember that if you plan to restore this information, you shouldn’t write anything down here.

Because new information will simply overwrite old files. If we perform a full format, then a whole range of measures are taken to clean and update the hard drive.

What is also very important is that at this moment all cells of the formatted partition are diagnosed for operability. If faulty ones are detected, they are marked as unusable and are not used by the operating system during subsequent operation.

Now let's see how you can format a hard drive or one of its partitions. In general, it can be produced:

  • In the OS itself

Let's look at the second, easiest way

First, go to “My Computer”. There we usually see local drives C, D, E, although there may be fewer or more of them.

Select the disk that you want to format and right-click on it. A menu for working with this section will appear. Find “format” there and click on it:

Next, the settings menu will appear, in it we leave everything as it is, the only thing left to decide is whether we do quick or full formatting. What is their difference can be seen above. Once you have made your choice, click “start”.

A window about preventing data loss will appear; if you are confident in your actions, then we agree and the process will start. If you need to format the entire hard drive, this can only be done if you connect it to another computer or when installing/reinstalling the OS.

In general, that's all, for more information on this topic, you can read the article on how to format a flash drive. We looked at the issue of formatting the hard drive. What is this process? What types is it divided into and how to produce it.

Formatting a hard drive is the process of creating a logical layout of a data storage area located on a magnetic medium and necessary for further filling with information and working with it. Typically, formatting is carried out before starting to work with the HDD, to completely destroy information or to eliminate damage caused by a virus.

Types of hard drive formatting

Low-level formatting is the layout of the HDD at the physical level, which usually remains unchanged throughout the life of the media. It is carried out at the manufacturer's factory and cannot be done at home. Programs that claim to allow low-level formatting are usually, at best, only able to overwrite control information.

Partitioning is necessary to create a layout into logical drives, which will allow you to store information in a more organized way. For example, the only hard drive of a laptop can be divided into two disks, one of which can be used for the operating system, the other for storing files. This will allow you to reinstall the OS without erasing information stored on the non-system partition. Partitioning non-system disks can be done from under Windows.

High-level formatting is divided into full and quick. Fast only involves clearing file system tables, which are kind of directories for storing files. Full formatting (verification), in addition to destroying information in tables, also includes searching for broken blocks and replacing them with working ones. There are several formatting options.

Formatting the HDD during Windows installation

In order to begin installing the operating system, you should set the settings in the BIOS so that the first device from which the computer starts booting is the installation disk. To enter the BIOS, you must restart the operating system and press the Delete key several times after the computer starts up again.

In the window that appears, go to the Boot section and specify there as the device from which the computer will first boot, the drive where you insert the installation disk.

After setting the necessary boot parameters, insert the installation disk into the drive, save the changes to the BIOS and restart the computer. Typically the F10 key is used for this. If you have done everything correctly, the operating system installation and recovery window will appear in front of you.

Press Enter to begin installation, click Windows. After this, the text of the license agreement will appear in front of you, press F8 to continue further work.

After this, you will need to delete all the partitions into which the hard drive was divided in order to create a single partition on the HDD with an unallocated area. To do this, select each of the available sections one by one and press the L key.

After you delete all the partitions on your hard drive, only the single inscription “Unallocated area” will remain in the list.

Press Enter and you will be presented with options for file systems into which you can format the hard drive. Select Format partition in NTFS.

After a few minutes, formatting the hard drive will be completed. This method is good primarily because it allows you to format the system disk, while programs running under Windows do not allow you to do this. If you are going to format a HDD where there is not a running operating system, but some files, then it will be much more convenient to use another method.

Formatting a hard drive using the built-in Windows program

Open "My Computer" and right-click on the required drive and select "Format" from the pop-up menu.

In the window that appears, you can specify the necessary formatting parameters. Quick formatting takes much less time compared to full formatting, but occurs without completely erasing information, which allows, if necessary, to restore some of the information using special programs.

After you set the necessary parameters and click Start, a window will appear warning you that all data on the disk will be destroyed. Click the OK button and wait for the formatting completion message.

Using the command line to format the HDD

One of the simplest ways to format a hard drive is to use a special command on the command line. Click Start -> Run or press the Win+R key combination. A small window will appear in front of you, where you should enter the name of the cmd program and press Enter.

In the black window that appears, type the command format and the drive letter followed by a colon, for example, format d:, and press Enter. A question will appear with the warning “Attention, all data on the fixed drive d: will be destroyed!” and the question “Start formatting?” Press Y and Enter to continue. The formatting will begin.

Formatting using the built-in Disk Management program

The Windows operating system has a special built-in program that allows you to perform various operations with disks and their partitions. The program is located at Control Panel -> Administrative Tools -> Computer Management -> Disk Management.

Right-click on the required drive and select Format. In the window that appears, you can specify the formatting method (quick or full) and file system type.

Using the Partition magic utility to format the HDD

One of the most convenient and functional programs for working with disks and logical partitions is the Partition magic utility. The program can be used even if the built-in Windows software fails to cope with the task.

In order to format a disk using Partition magic, you need to create a boot disk, insert it into the drive and after restarting the computer, working in the program itself, perform all the necessary operations - formatting, as well as deleting or creating a new partition.