I need to rid myself of a partition, upon which I happen to have installed Kubuntu.* Gparted won't permit it.* It says "please unmount any partition greater than 5."* The partition is sda5, so the response is not logical.* Unmount is greyed out.* Tried to do the same procedure in Partition Eidtor after booting from a live cd, same results.* Any suggestions?* Current version of ubuntu is in sda7.
Thanks for any suggestions and assistance.
Gary
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
06-09-2008, 05:25 AM
Nils Kassube
Unable to delete partition
Gary Kirkpatrick wrote:
> I need to rid myself of a partition, upon which I happen to have
> installed Kubuntu. Gparted won't permit it. It says "please unmount
> any partition greater than 5." The partition is sda5, so the response
> is not logical. Unmount is greyed out.
Yes, it is geyed out for sda5, but you should umount the other logical
partitions. And if one of the locical partitions is your swap partition,
switch off swap as well (command "sudo swapoff -a" in a terminal).
Deleting logical partitions is a bit tricky because they will be renamed
afterwards, i.e. sda6 becomes sda5, sda7 becomes sda6, etc. Therefore the
other partitions may not be in use. And take care of /etc/fstab
and /boot/grub/menu.lst of your current system, if you are still using
device names instead of UUIDs for partition.
> Tried to do the same procedure
> in Partition Eidtor after booting from a live cd, same results. Any
> suggestions? Current version of ubuntu is in sda7.
I suppose one of the logical partitions sda5, sda6, etc. is your swap
partition which would be used by the live CD automatically. Then you
should switch off swap first (see above).
Nils
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
06-09-2008, 11:54 AM
"xerces8"
Unable to delete partition
"Gary Kirkpatrick" wrote:
> I need to rid myself of a partition, upon which I happen to have installed
> Kubuntu. Gparted won't permit it. It says "please unmount any partition
> greater than 5." The partition is sda5, so the response is not logical.
> Unmount is greyed out. Tried to do the same procedure in Partition Eidtor
> after booting from a live cd, same results. Any suggestions? Current
> version of ubuntu is in sda7.
Use fdisk, which is less anal. (read: it will delete the partition without complaining)
Of course if Ubuntu haven't given attention to the problem of "which partition is which",
your setup will stop working. (after reboot, if not sooner)
But that is OK for a regular user, I guess.
Sarcastically yours,
David
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
06-09-2008, 12:12 PM
Karl Larsen
Unable to delete partition
Nils Kassube wrote:
> Gary Kirkpatrick wrote:
>
>> I need to rid myself of a partition, upon which I happen to have
>> installed Kubuntu. Gparted won't permit it. It says "please unmount
>> any partition greater than 5." The partition is sda5, so the response
>> is not logical. Unmount is greyed out.
>>
>
> Yes, it is geyed out for sda5, but you should umount the other logical
> partitions. And if one of the locical partitions is your swap partition,
> switch off swap as well (command "sudo swapoff -a" in a terminal).
>
> Deleting logical partitions is a bit tricky because they will be renamed
> afterwards, i.e. sda6 becomes sda5, sda7 becomes sda6, etc. Therefore the
> other partitions may not be in use. And take care of /etc/fstab
> and /boot/grub/menu.lst of your current system, if you are still using
> device names instead of UUIDs for partition.
>
>
>> Tried to do the same procedure
>> in Partition Eidtor after booting from a live cd, same results. Any
>> suggestions? Current version of ubuntu is in sda7.
>>
>
> I suppose one of the logical partitions sda5, sda6, etc. is your swap
> partition which would be used by the live CD automatically. Then you
> should switch off swap first (see above).
>
>
> Nils
>
>
My fix would be to just put a new file system on that /dev/sda5 and
it is ready for another load when you want it. To do this use $ sudo
mkfs.ext3 -L name /dev/sda5 and it is done. Your new partition is ready
to go.
Karl
--
Karl F. Larsen, AKA K5DI
Linux User
#450462 http://counter.li.org.
PGP 4208 4D6E 595F 22B9 FF1C ECB6 4A3C 2C54 FE23 53A7
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users