OS: Fedora 41 KDE Plasma
Kernel Version: 6.12.8-200
I think I updated my system last night, which is likely the start of these issues.
When I booted this morning, KWallet crashed, with the error “no space left on device”. I tried getting debug information using the KDE GUI. It gave an incomplete Backtrace, so I tried downloading debug symbols to make it more useful. But they failed to download, again with the no space on device error. The same thing happened with Discover.
The first thing I tried was running another update, which did upgrade a lot of packages, but didn’t fix anything.
I checked my disk usage, but none of my partitions are full.
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p2 60G 32G 27G 55% /
devtmpfs 4.0M 0 4.0M 0% /dev
tmpfs 3.8G 16K 3.8G 1% /dev/shm
efivarfs 374K 192K 178K 52% /sys/firmware/efi/efivars
tmpfs 1.6G 2.2M 1.6G 1% /run
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-network-generator.service
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-udev-load-credentials.service
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-tmpfiles-setup-dev-early.service
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-sysctl.service
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-tmpfiles-setup-dev.service
tmpfs 3.8G 16K 3.8G 1% /tmp
/dev/nvme0n1p5 12G 27M 12G 1% /persist
/dev/nvme0n1p1 511M 41M 471M 8% /boot/efi
/dev/nvme0n1p3 159G 143G 17G 90% /home
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-tmpfiles-setup.service
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-resolved.service
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-vconsole-setup.service
tmpfs 771M 204K 771M 1% /run/user/1000
Following an online solution, I checked inode usage
df -i -h
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/nvme0n1p2 0 0 0 - /
devtmpfs 954K 846 953K 1% /dev
tmpfs 964K 6 964K 1% /dev/shm
efivarfs 0 0 0 - /sys/firmware/efi/efivars
tmpfs 800K 1.5K 799K 1% /run
tmpfs 1.0K 2 1022 1% /run/credentials/systemd-journald.service
tmpfs 1.0K 2 1022 1% /run/credentials/systemd-network-generator.service
tmpfs 1.0K 2 1022 1% /run/credentials/systemd-udev-load-credentials.service
tmpfs 1.0K 2 1022 1% /run/credentials/systemd-tmpfiles-setup-dev-early.service
tmpfs 1.0K 2 1022 1% /run/credentials/systemd-sysctl.service
tmpfs 1.0K 2 1022 1% /run/credentials/systemd-tmpfiles-setup-dev.service
tmpfs 1.0M 44 1.0M 1% /tmp
/dev/nvme0n1p5 0 0 0 - /persist
/dev/nvme0n1p1 0 0 0 - /boot/efi
/dev/nvme0n1p3 0 0 0 - /home
tmpfs 1.0K 2 1022 1% /run/credentials/systemd-tmpfiles-setup.service
tmpfs 1.0K 2 1022 1% /run/credentials/systemd-resolved.service
tmpfs 1.0K 2 1022 1% /run/credentials/systemd-vconsole-setup.service
tmpfs 193K 220 193K 1% /run/user/1000
I also ran btrfs balance
, btrfs scrub
and fsck
to no effect.
Several other programs throw “no space left on device” errors when writing the filesystem.
These include:
Prism Launcher
Godot Engine
Notably I WAS able to:
Create and edit text files, including in directories associated with the above programs.
Change settings in discord.
Let me know if you need more info. Any suggestions are much appreciated!