You are not logged in.
Ive been using arch for a little bit (2 or 3 weeks maybe) on my laptop and ive been liking it and finally got fed up with win10 on my main pc so i decided to install arch on that pc. I was going through basically the same process i did for this laptop and after i made my partitions and did pacman -Syu i got:
error: Partition / too full: 132831 blocks needed, 63157 blocks free
error: failed to commit transaction (not enough free disk space)
I know for a fact i do have enough space (which seemed to be the problem with all other issues with this error) because it says
Total Download Size: 505.81 MiB
Total Installed Size: 1009.50 MiB
Net Upgrade Size: -34.21 MiB
My partitions and size etc according to lsblk
sda
|_sda1 100M
|_sda2 30G /mnt
|_sda3 190G /mnt/home
|_sda4 15G [swap]
Is there something wrong with my partition sizing etc?
Offline
If you tried running pacman -Syu on the installation media then / is the installation media ramdisk, not the partitions that you're wanting to install the system to...
Offline
i was running it on my flashdrive but i took it out and its still the same thing
Offline
The lsblk output certainly isn't the same. But more relevant would be the output of `df -i`.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
[26246.968267] I/O error, dev loop0, sector 18666 op 0x0:(READ) flags 0x800 phys_seq 51 prio class 0
[26246.968310] SQUASHFS error: Failed to read block 0x91d5ae: -5
[26246.968324] SQUASHFS error: Unable to read fragment cache entry [91d5ae]
[26246.968337] SQUASHFS error: Unable to read page, block 91d5ae, size 34348
[26246.968719] SQUASHFS error: Unable to read fragment cache entry [91d5ae]
[26246.968731] SQUASHFS error: Unable to read page, block 91d5ae, size 34348
zsh: Input/output error: df
Last edited by salmon (2022-05-28 01:32:14)
Offline