Necessity of partition and types of partition in Linux.

Asked By 0 points N/A Posted on -
qa-featured

Hi all,

Please reply the question, Why partition in Linux?

Also let me know the types of partition used in Linux.

Thank you.

Benjamen

SHARE
Best Answer by Sharath Reddy
Answered By 0 points N/A #90543

Necessity of partition and types of partition in Linux.

qa-featured

Most people have a vague knowledge of what partitions are, since every operating system has the ability to create or remove them.

It may seem strange that Linux uses more than one partition on the same disk, even when using the standard installation procedure, so some explanation is called for. One of the goals of having different partitions is to achieve higher data security in case of disaster.

By dividing the hard disk in partitions, data can be grouped and separated. When an accident occurs, only the data in the partition that got the hit will be damaged, while the data on the other partitions will most likely survive.

Types of Partition:

1. Data partition: Normal Linux system data, including the root partition containing all the data to star up and run the system.

2. Swap partition: expansion of the computer's physical memory, extra memory on hard disk.

Hope this helps.

Best Answer
Best Answer
Answered By 590495 points N/A #90544

Necessity of partition and types of partition in Linux.

qa-featured

Not only in Linux but in all operating systems used on the computer, a partition is important because it divides the disk space of your hard drive and sets or labels the file system used. The purpose of setting a partition is to increase data security in case a problem might happen in any of your hard drives.

Like for example in Microsoft Windows, you can always format the whole hard drive as a single drive for your operating system but you will surely regret it in case something goes wrong to your hard drive or to your computer.

Formatting your hard drive as a single drive without any partition will force you to put all your data files together with the system files. In case of a virus infection or drive failure where there is no way of booting your computer, recovering your data files may be very complicated. NTFS file system used by Windows XP and later versions can’t be opened in DOS mode unlike FAT32.

If the only solution is to format the drive then you won’t be able to recover any of your files. This is only one of the many reasons why a partition is important. Linux supports foreign partitions used by Microsoft Windows like NTFS and FAT file systems.

Related Questions