Explain the basic principles of disk partitioning

  
Before installing the operating system and software, you first need to partition and format the hard disk before you can use the hard disk to save various information. For the computer old "bird", this hard disk partition format is the most familiar, we mostly recognize and step into the computer threshold through this partition format. But many small rookies are just a strange term for partitioning. Today, I will introduce you to the problems of disk partitioning.
The disks in the computers we use are generally good, or sometimes when reinstalling the system. The staff gave a good score, but there are many friends who use the computer to encounter such problems. Because there are too many things installed, the disk seems to be messy. I hope I can re-divide it, but I am afraid to lose the data. Or damaged, so the disk partition should pay attention to some problems, so that your data and other damage will be damaged due to the partition.
In fact, partition is the most basic function of computer management. No matter the Fdisk command used in Windows 98 system to partition DOS, or the partition in the installation process of Windows XP system today, it is very convenient for users. Of course, the partition is not blind, and you must consider the configuration of the resources. In addition, PartitionMagic software can be used to prevent resources from being damaged during partitioning and to partition the space in the hard disk.
The following small series will introduce you to the basic principles of disk partitioning.
First, the common operating system supports the partition format
FAT 16 FAT 32 NTFS
DOS support
Windows XP support support
Second, the principle of reasonable partitioning
In general, The operating system is installed in the hard disk C area, and the disk as the system installer cannot be divided too much (maximum of 5 GB) or too small (minimum of less than 3 GB). It can be seen that there are still some principles in the partition. According to the author's experience in using computers for many years, the following principles are summarized:
(1) Partitioning utility
The hard disk capacity of each computer system used by each person is different. In the partition, you should combine your own needs. How many partitions, how much capacity each partition should be divided, and so on.
(2) Partition rationality
The so-called partition rationality is also to facilitate the usual disk management, the number of partitions should be reasonable, not too much, too thin, because the number of partitions will also affect the system startup speed .
(3) Data security
Data security includes data confidentiality, data backup and recovery. A good operating system can perform well under good user use because the user has one of the most basic requirements for partitioning the disk: data security. The partition of the entire disk is reasonable, and the disk partitions such as the system area, the data area, and the data backup area are clearly divided. Each partition has different sizes and functions. When the data is damaged or lost, it can be processed quickly and effectively. .
The partition is essentially a format for the hard disk. When we create a partition, we have set the physical parameters of the hard disk, and specify the storage location of the hard disk master boot record (Master Boot Record, generally referred to as MBR) and boot record backup. The information required for the file system and other operating systems to manage the hard disk is achieved by the advanced formatting, the Format command. The above introduction is for everyone to prepare the disk partition, I hope to attract the attention of friends, to protect their own information in the partition, so as not to cause unnecessary trouble. Have you studied yet?

Copyright © Windows knowledge All Rights Reserved