What is the minimum number of partitions you need to
install Linux?
Answers were Sorted based on User's Feedback
Answer / avijit bain
as per my exp only two partions required /(root), SWAP But in the universal installation three partition are need /(root) , /boot , SWAP .
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mark
Linux requires two partitions at minimum:
a partition that is mounted to the root directory (the root
partition)
a partition used to hold virtual memory (the swap partition)
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / npeter
One partition, / is the minimum with which you can install
Linux.
All other partitions are optional.
You can live without swap or create a swap file.
everything else can be diretories under /
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ajaykotma
For x86 and AMD64 systems, at least two partitions / and swap must be dedicated to Red Hat Enterprise Linux.
For Itanium systems, at least three partitions / , /boot , and swap must be dedicated to Red Hat Enterprise Linux.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anvesh reddy
At a bare minimum, Linux requires just one partition to
install and boot. This is the root
partition, which is known as the / partition. However, a
minimum of two partitions is recommended: one
for the root partition and one for the swap partition.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / samjith
minimum 2 partitions required for installing Linux...
1. /
2. /swap
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / bharat malik
I think two root and /boot as root contains everything and /boot is to load as it contains the kernel but /swap isn't tat required becoz if ram is enough to handle everything then allocating space for it will be a wastage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / praveen jerald
7.5GB of HDD
512MB of RAM
Pentium 4 processor
3.5GB to 4GB Hard Disk
2 Partitions: /(root) and swap.
| Is This Answer Correct ? | 0 Yes | 1 No |
How do display error messages instantly when command fails?
What is the difference between RedHat linux and Fedora and Ubuntu?
In how many ways linux can be installed n explain th steps involved in installation in any of the method..?
i want some basic level enterview questions can any one can help me in this
How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?
Give a Linux shell command to find all files in a directory which contain ip addresses.
plz mention some interesting problems you faced and how you solved it?
what are acl permissions..? what is automation of jobs..?
In Linux(RHEL) server have two users with same name. one is local user and second one is NIS user. if you login the server which user will login (local or NIS)
How to check all open ports on linux machine and block unsed ports????????
How to trace any process background processing?
what is the difference between fork and thread ? and parent and child process in fork system call?