Out of space

Ralf Mardorf silver.bullet at zoho.com
Tue Aug 2 05:50:45 UTC 2016


On Mon, 1 Aug 2016 23:05:02 -0400, Richard Barmann wrote:
>richard at richard-desktop:~$ dpkg -l linux*|grep -v $(uname -r|sed 
>ii  linux-headers-4.4.0-18
>ii  linux-headers-4.4.0-18-generic 
>ii  linux-headers-4.4.0-21
>ii  linux-headers-4.4.0-21-generic
>ii  linux-headers-4.4.0-22
>ii  linux-headers-4.4.0-22-generic
>ii  linux-headers-4.4.0-24
>ii  linux-headers-4.4.0-24-generic
>ii  linux-image-4.2.0-35-generic
>ii  linux-image-4.4.0-18-generic
>ii  linux-image-4.4.0-21-generic
>ii  linux-image-4.4.0-22-generic
>ii  linux-image-4.4.0-24-generic
>ii  linux-image-extra-4.2.0-35-generic
>ii  linux-image-extra-4.4.0-18-generic
>ii  linux-image-extra-4.4.0-21-generic
>ii  linux-image-extra-4.4.0-22-generic
>ii  linux-image-extra-4.4.0-24-generic

You can

  sudo apt-get purge linux-headers-4.4.0-18 linux-headers-4.4.0-18-generic linux-headers-4.4.0-21

and all the other packages from the above list.

You also might need to clean some dkms stuff related to those kernels,
but since a few unneeded /lib/modules entries and some information in
the dkms directory don't take much disk space, we should ignore it at
the moment.

You are using:

>richard at richard-desktop:~$  dpkg -l linux*|grep $(uname -r|sed
>ii  linux-generic                      4.4.0.31.33 i386
>[snip]

Don't purge a package from this above list, keep all those 4.4.0.31.33
packages.

I reformatted your following output.

  On Mon, 1 Aug 2016 22:57:39 -0400, Richard Barmann wrote:
  $ sudo blkid
  /dev/sda1: UUID="848C8ACB8C8AB768" TYPE="ntfs" PARTUUID="00000001-01"
  /dev/sda2: UUID="25625eec-8226-419e-b22d-0e8b164e0478" SEC_TYPE="ext2" TYPE="ext3" PARTUUID="00000001-02"
  /dev/sda3: UUID="e6b7c5fa-70c4-4f3e-8a3c-8fb3da1c8c2a" TYPE="swap" PARTUUID="00000001-03"
  /dev/sda4: LABEL="New Volume" UUID="2618a6c9-b3a7-4485-a1b4-f2d048ba2d5c" TYPE="ext4" PARTUUID="00000001-04"

  /dev/sdb1: LABEL="data" UUID="ed094f21-6c21-41db-ab23-9c0698fe616d" TYPE="ext4" PARTUUID="386226f2-01"
  /dev/sdb5: UUID="e02a80e1-1fac-4843-9fdd-3dab599bb4fd" SEC_TYPE="ext2" TYPE="ext3" PARTUUID="386226f2-05"
  /dev/sdb6: UUID="b5f5dc0a-b292-45af-bb91-d2107b1b303b" TYPE="swap" PARTUUID="386226f2-06"
  /dev/sdb7: UUID="c110d3e9-0292-43c8-8a06-ab48cba38006" TYPE="ext4" PARTUUID="386226f2-07"
  /dev/sdb8: UUID="9c10543d-4ff7-45b3-88a0-9faf7e8f8482" TYPE="ext4" PARTUUID="386226f2-08"

Ok, we can use this information, but you first need to format /dev/sda1
to ext4, as described by one of my previous mails. Then post the output
of

  sudo blkid /dev/sda1

Please, post the fstab and grub.cfg in a human readable way.

Regards,
Ralf





More information about the ubuntu-users mailing list