If your / already resides on regular partitioning, I know of no way to convert this to LVM short of backing up your files, wiping the drive, setting it up as LVM, and restoring your files.
If you are comfortable using command line utilities, open fdisk on the drive. Take note of where the partition you want to extend starts. Delete the partition. Recreate it at the same starting point, but extend the ending point into the free space you have. Now when you go back into your system, if you run Code: resize2fs /dev/xxxX
where xxxX is the drive and partition number, resize2fs will automatically extend the filesystem into the free space in the partition. This is all outlined in man pages, I believe the resize2fs man page. If you are not comfortable performing this, use the GParted bootdisk already mentioned in this thread. |