Fedora 41 install on Proxmox; dnf update -> Curl error (23): Failed writing received data to disk

I created a F41 VM using the default disk layout.
After creating a F41 VM, when I run “dnf update” I get
Curl error (23): Failed writing received data to disk/application for http://southfront.mm.fcix.net/fedora/linux/updates/41/Everything/x86_64/Packages/k/kernel-modules-6.12.6-200.fc41.x8

df -h
Filesystem      Size  Used Avail Use% Mounted on
LiveOS_rootfs   1.6G  1.6G   20M  99% /
devtmpfs        4.0M     0  4.0M   0% /dev
tmpfs           3.9G  104K  3.9G   1% /dev/shm
tmpfs           1.6G  1.6G   20M  99% /run
/dev/sr0        2.3G  2.3G     0 100% /run/initramfs/live
/dev/loop0      2.2G  2.2G     0 100% /run/rootfsbase
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-journald.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
vartmp          3.9G     0  3.9G   0% /var/tmp
tmpfs           3.9G  3.1M  3.9G   1% /tmp
tmpfs           1.0M     0  1.0M   0% /run/credentials/systemd-vconsole-setup.service
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           794M  3.8M  790M   1% /run/user/1000
/dev/sda3        95G  3.6G   90G   4% /mnt/sysroot
/dev/sda2       974M  269M  639M  30% /mnt/sysroot/boot
tmpfs           3.9G     0  3.9G   0% /mnt/sysroot/dev/shm
/dev/sda3        95G  3.6G   90G   4% /mnt/sysroot/home
tmpfs           3.9G     0  3.9G   0% /mnt/sysroot/tmp
tmpfs           794M   68K  794M   1% /run/user/0

root@localhost-live:/var/cache/libdnf5/updates-e19adde8fd271134/packages# df -h .
Filesystem Size Used Avail Use% Mounted on
LiveOS_rootfs 1.6G 1.6G 20M 99% /

It would appear that this partition is too small.

What do I need to do?

Hi Jens,

Yes, way to small!!! …
Personally, I would just start over … I usually create at least a 36GB vDisk for an install of Fedora as a VM… then the default layout works fine …

1 Like

I tend to create a 40G to 60G virtual disk for a VM. 1.6G is far from large enough and I am surprised that it even installed in that.

Using libvirt and virt-manager the default size it suggests is 20G.

Thank you for your suggestion. I originally setup 96 GB for drive space. I did not remove the ISO from the VM’s configuration. After removing the ISO, everything began to work.
Jens

… ahh … probably was booting from the ISO instead of the vdisk … OOOppppsss :slight_smile:
Glad you figured it out and got things working :slight_smile:
And the clue was staring me in the face to boot … LOL!!

LiveOS_rootfs 1.6G 1.6G 20M 99% /
and
/dev/sr0 2.3G 2.3G 0 100% /run/initramfs/live

1 Like