In this post you will learn to understand fstab and it’s entries. This post is a follow up to: How to partition new hard drives the easy way. It will show you how to add the new partitions of the new hard drive to fstab to mount the partitions automatically on boot.
Unfortunately there is no way to do this in a “point and click” manner. At least I’ve not been able to find one.
I’ve been getting this error lately “Maximum number of clients reached”. After doing some research if found out it was a swap problem. The UUID of the swap partition was wrong thus there was no swap to be used. This caused the “Maximum number of clients reached” error.
To fix this you can do two things.
I haven’t found any partitioning app. for Kubuntu(or Ubuntu) that is better then GParted. I’ve tried others like QTParted but they don’t even come close to the ease of use of GParted.
Normally as you know I’m a “Terminal beast” but I love Gparted. Here goes.
The scenario you bought a new 160GB hard drive and you want to start using it you put it in your box(synonym for your computer) but Kubuntu doesn’t “see” the drive so now it has to be partitioned, you want to divide it up in three partitions but how?
Kubuntu doesn’t come with GParted, it’s a Gnome package after all, so we’ll have to install it. I’ve already written two how to’s on how to install packages you can find them here:
Point and Click
Terminal APT
Just replace the package in the examples for gparted(yes all lowercase).
I’m assuming that you’ve already installed the hard drive in your box. Start GParted (start->system->Partition Editor) you will have to put in your password because GParted needs root access to the drives.