Sounds like a you system disk died or got corrupted. You could boot a pve iso, enter rescue mode and run fsck and smartctl to see how healthy your drive is and if your filesystem might be fixed.
Sounds like a you system disk died or got corrupted. You boot a pve iso, enter rescue mode and run fsck and smartctl to see how healthy your drive is and if your filesystem might be fixed.
Sounds like a you system disk died or got corrupted. You could boot a pve iso, enter rescue mode and run fsck and smartctl to see how healthy your drive is and if your filesystem might be fixed.
Maybe the proxmox repair mode got no smartctl installed. Try to install it with apt update && apt install smartmontools. Then something like smartctl -a /dev/sda.
And for fsck you need to add the right arguments like filesystem used and point it to the partition it should check for errors. Like fsck -t ext4 /dev/sda1