Quote:
Originally Posted by
jegaraman
It is possibel and easy if you user Logical volumes .
Otherwise , we need to take back up of the root partition and reformat it.
While it never hurts to have a backup, your categorical statement regarding reformatting is incorrect. ext2, ext3, ext4, xfs, btrfs can all be grown (even while mounted, with >= 2.6 kernels). Perhaps other filesystems can be grown as well, but I did not check.
Obviously, if the filesystem currently occupies the full partition, the partition itself needs to be redefined. However, this is not a destructive operation; it merely modifies a value in the partition table. The partition starting point must obviously be preserved.
Quote:
Originally Posted by
jegaraman
And also ...Why do you increase the root partition ...It is wise to have lesser space in root and allow it not to increase ....
I agree with this, but it's not something with which I ever concern myself for personal systems. I prefer the simplicity of one large partition. For a production machine, however, it's useful to be able to tune filesystems to their function (small number of large files or large number of small files?) and to mount each with as many restrictions as possible (noexec, nosuid, nodev, etc).
Regards,
Alister