Are all these upgrading issues related to partitionsize?

Questions about Grub, the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Spinky

Are all these upgrading issues related to partitionsize?

Post by Spinky »

Can someone tell me if all these upgrading problems are related to partitionsize?

+ Running 'sudo dpkg --configure -a' ...
dpkg: unrecoverable fatal error, abortion:
could not fill out /var/lib/dpkg/updates/tmp.i: The device is full

+ Running 'sudo apt-get install -fyq' ...
Reading package lists ...
E: Write error - write (28: Device is full)
E: In / out when storing source cache
E: The package list or status file could not be interpreted or opened.

+ An issue was detected during the upgrade, running dist-upgrade in manual mode.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
RIH
Level 9
Level 9
Posts: 2908
Joined: Sat Aug 22, 2015 3:47 am

Re: Are all these upgrading issues related to partitionsize?

Post by RIH »

Well, in a way they are as it is saying that the disk is full, so I guess, from that, you could say that the Partition size is too small. :D

What does Disks, or Gparted show you.

If you have a separate / & home partition & the root partition is about 35GB then probably something (timeshift or maybe old kernels) are filling space that should be sufficient..
Image
andersbrontosaurush

Re: Are all these upgrading issues related to partitionsize?

Post by andersbrontosaurush »

Thanks. I thought so. The partition is only 12GB. I wish I could post a screenshot but after issuing timeshift the screen is black. However, I will need to resize partition. There is only space in front of, but not behind the partition and gparted refused to resize. Would it work out of I did it without being mounted? From rescue cd for instance?
User avatar
Moem
Level 22
Level 22
Posts: 16238
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: Are all these upgrading issues related to partitionsize?

Post by Moem »

It probably would. I suggest that you boot the machine into a live Mint system (such as the one on your installation DVD or USB drive), open GParted, and show us a screenshot of what it looks like.
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
andersbrontosaurush

Re: Are all these upgrading issues related to partitionsize?

Post by andersbrontosaurush »

turned out to be more difficulöt than I thought...
Hope this helps as a start...
User avatar
Moem
Level 22
Level 22
Posts: 16238
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: Are all these upgrading issues related to partitionsize?

Post by Moem »

Well, that's useful for sure. Seems to me your / is too small. But since there is a good chunk of unallocated space right next to it, it should be possible to expand that partition to the left.
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
andersbrontosaurush

Re: Are all these upgrading issues related to partitionsize?

Post by andersbrontosaurush »

Will try. Not sure how though. Opened a new thread here: viewtopic.php?f=246&t=296926
User avatar
axisofevil
Level 4
Level 4
Posts: 388
Joined: Mon Nov 14, 2011 12:22 pm

Re: Are all these upgrading issues related to partitionsize?

Post by axisofevil »

I'm almost certain that your problems are down to timeshift taking up considerable space on your / partition.
You can check this with

Code: Select all

sudo timeshift --list
This will show something like
~ $ sudo timeshift --list
Device : /dev/sda?
[...]
8 snapshots, 24.3 GB free
If you create a separate partition for timeshift and format it as ext4 then you can use this - its a bit weird putting a backup into / by default isn't it?
Go into the GUI to choose the newly created partition:-Image
Also, you may want to alter the number of backups taken by timeshift:-Image
All sizes, numbers etc are merely suggestions.
The attachment [attachment=0]Screenshot from 2019-06-28 23-37-00.png is no longer available
[/attachment]
Attachments
Screenshot from 2019-06-28 23-37-00.png
Screenshot from 2019-06-28 23-36-42.png
andersbrontosaurush

Re: Are all these upgrading issues related to partitionsize?

Post by andersbrontosaurush »

axisofevil wrote: Fri Jun 28, 2019 7:31 pm I'm almost certain that your problems are down to timeshift taking up considerable space on your / partition.
You can check this with

Code: Select all

sudo timeshift --list
My rootpartition was to small to fit a backup from timeshift from the start so it's actually stored in the homepartition.
I used my oldest backup (4 days old) when I reverted. Could it be possible to run a newer timeshift setpoint from recovery mode?
Locked

Return to “Installation & Boot”