You are not logged in.

#1 2016-02-13 15:52:13

Belitsky.A
Member
From: Russia, Zelenograd
Registered: 2008-01-10
Posts: 57

[solved] can't install intel-ucode, pacman says there is no free space

I've installed Arch on my new SSD. It has a separate partition for /boot. Now I try to install intel-ucode but I can't:

> sudo pacman -S intel-ucode
resolving dependencies...
looking for conflicting packages...

Packages (1) intel-ucode-20151106-1

Total Installed Size:  0.67 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                                 [##################################################################] 100%
(1/1) checking package integrity                                                                               [##################################################################] 100%
(1/1) loading package files                                                                                    [##################################################################] 100%
(1/1) checking for file conflicts                                                                              [##################################################################] 100%
(1/1) checking available disk space                                                                            [##################################################################] 100%
error: Partition /boot too full: 5593 blocks needed, 2392 blocks free
error: not enough free disk space
error: failed to commit transaction (not enough free disk space)
Errors occurred, no packages were upgraded.

But actually there is enough space in it:

> du -sh /boot 
94M     /boot

What's wrong here?

Last edited by Belitsky.A (2016-02-13 16:44:47)

Offline

#2 2016-02-13 15:59:02

elkoraco
Member
Registered: 2013-02-18
Posts: 140

Re: [solved] can't install intel-ucode, pacman says there is no free space

We don't know how big your boot partition is. How about

df -h /boot

Offline

#3 2016-02-13 16:00:23

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,882
Website

Re: [solved] can't install intel-ucode, pacman says there is no free space

Belitsky.A wrote:

But actually there is enough space in it:

> du -sh /boot 
94M     /boot

What's wrong here?

I think you're misunderstanding what 'du' tells you. It tells you the current usage, not the availability, of space.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#4 2016-02-13 16:43:45

Belitsky.A
Member
From: Russia, Zelenograd
Registered: 2008-01-10
Posts: 57

Re: [solved] can't install intel-ucode, pacman says there is no free space

Thanks for the hint, I just was confused.

Offline

Board footer

Powered by FluxBB