PDA

View Full Version : [ubuntu] Adding a new partition to ubuntu disk



chris_tikva
August 2nd, 2008, 03:26 PM
I want to add a new partition to my disk so I can install another instance of linux for experimental purposes. I've had a look at the disk using Gparted and it shows there are 3 partitions there already. sdb1. ext3, sdb2 extended and sdb5 swap. If I try to shrink the ext3 partition to make room I get an error. What is the correct way to make room on the disk for another installation?

Thanks,

Chris

overdrank
August 2nd, 2008, 03:55 PM
I want to add a new partition to my disk so I can install another instance of linux for experimental purposes. I've had a look at the disk using Gparted and it shows there are 3 partitions there already. sdb1. ext3, sdb2 extended and sdb5 swap. If I try to shrink the ext3 partition to make room I get an error. What is the correct way to make room on the disk for another installation?

Thanks,

Chris

Hi and I believe the partition you are trying to shrink is a extended partition. What is the error you are receiving? If you could post a screen shot it may help.

mikewhatever
August 2nd, 2008, 05:56 PM
ext3 is linux file system, not a partition. Can you post the output of
sudo fdisk -l.

chris_tikva
August 2nd, 2008, 09:08 PM
I've managed to get it working now. It seems that the system had grabbed the disk and wouldn't give it back. I'd tried to unmount it but it hadn't actually done so - despite the system I had booted into being on a different device. I got round it by booting first and plugging the disk in afterwards. Now I've managed to add another partition and install puppy onto it and add it to my grub menu. So that's progress...

Thanks,

Chris