When you first boot your Kubuntu system with the newly-added hard disk, the system will recognize it, but will be unable to use it: the disk is not partitioned and the file system is not set. This is where QTParted will come in and do both for us.

click to enlarge
When you start QTParted, on the left pane you will see the drives detected by the program. Your existing
Kubuntu installation should be on
/dev/sda. You can check this by selecting /dev/sda on the left pane; the partitions present on the drive will be presented on the top in the right pane. When you select /dev/sdb on the left pane, the top side on the right pane will show a continuous gray area, telling us that there is no partition and/or file system present on the disk.
Select /dev/sdb from the left pane and from the bottom right menu, select the unpartitioned space. From the opened menu, select the options as follows:
- Create as: Primary Partition
- Partition type: ext3 (this is valid for Kubuntu releases including and prior to Jaunty Jackalope)
- Label: Select as you wish
- Position: Beginning of unallocated space
- Size: Use default or enter the value you read from “Drive Info” from the bottom menu on the left pane
Clicking OK will create a partition on your new drive and format it with ext3 filesystem. If you followed everything correctly, you will be using your brand-new disk under your Kubuntu system.