Wednesday, February 25, 2009

LVM tools in Ubuntu Jaunty


Jaunty comes with 2 useful tools to setup LVM. KVPM is a KDE based tool, but works fine in gnome. System-config-lvm is gnome based tool that also works well is KDE. KVPM was easier to use. Both tools still require the creation of the lvm partitions before using the tools.

KVPM Disk view


KVPM volume group view


System-config-lvm main view

Tuesday, February 17, 2009

How to get 4GB in Ubuntu 32 bit

In case you added 4Gb or more of memory to your ubuntu 32 bit OS, you will notice that "free -m" only reports the OS using around 3.3Gb. This is behavior is related to technical hardware issue of old 32 Bit systems.

The 64 bit version of Ubuntu does not have this problem, it will detect the full memory.
But if you running 32 bit version, there is a work around to make all 4Gb available to the OS.

- Install the PAE enabled Kernel

sudo apt-get update
sudo sudo apt-get install linux-headers-server linux-image-server linux-server


- Reboot

sudo reboot

Ubuntu 25.04 desktop review and apps to install

Ubuntu 25.04 This new version of Ubuntu installs without a glitch in my ThinkPad X1 and Yoga 920, I setup this device with dual boot with wi...