The I/O cache encountered an error while updating data in medium "ahci-0-1" (rc=VERR_DISK_FULL). Make sure there is enough free space on the disk and that the disk is working properly. Operation can be resumed afterwards.
25 Oct, 2024 • 2 min de lectura
Error ID: BLKCACHE_IOERR Severity: Non-Fatal Error
The I/O cache encountered an error while updating data in medium "ahci-0-1" (rc=VERR_DISK_FULL). Make sure there is enough free space on the disk and that the disk is working properly. Operation can be resumed afterwards.
Contenidos
Verificar espacio disponible:
Este error en VirtualBox indica que el disco donde están los archivos de la máquina virtual se ha quedado sin espacio. Aquí están las soluciones:
df -h
</p>
Limpiar espacio:
# Limpiar paquetes no necesarios</p>
sudo apt autoremove
sudo apt clean
# Vaciar papelera
rm -rf ~/.local/share/Trash/*
# Limpiar kernels antiguos
sudo apt remove --purge $(dpkg -l 'linux-image-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d')
Limpiar archivos VirtualBox:
# Eliminar snapshots no necesarios</p>
VBoxManage snapshot [nombre_VM] list
VBoxManage snapshot [nombre_VM] delete [snapshot_name]
# Compactar el disco virtual
VBoxManage modifyhd [ruta_al_disco.vdi] --compact
Mover la VM a otro disco:
# Primero apaga la VM</p>
VBoxManage clonevm [nombre_VM] --basefolder [nueva_ruta]
Expandir el disco virtual:
VBoxManage modifyhd [ruta_al_disco.vdi] --resize [tamaño_en_MB]
</p>
Te podría interesar
-
Docker Swarm contenedor php-fpm infectado 100% CPU
Cómo Arreglar Docker Swarm Infectado con Malware PHP-FPM
-
Illuminate \ Database \ QueryException PHP SQLSTATE[HY000] [2002] No such file or directory select * from sessions where id = B9e limit 1
¡Arregla el error de Database No such file or directory select! ¿Alguna vez has visto un mensaje de error como este? Illuminate \ Database \ QueryException PHP SQLSTATE[HY000] [2002]...
-
Problema comando: git Fetch --all regresa: error: cannot lock ref 'refs/remotes/origin/main: is at sd78f7u... but expected s9.... From https://GitHub.com/... (Unable to update local ref)
Problema al ejecutar git fetch --all ¿Estás teniendo problemas al actualizar tu repositorio local de Git? ¡No te preocupes, no eres el único! A veces,...
-
Como crear un PDF con documentación en formato .rst desde GitHub usando ibis-next, por ejemplo del repo symfony-docs - gratis
Cómo crear un PDF con documentación en formato rst desde GitHub usando Ibis-Next
-
Arrancar Raspberry pi 4 desde USB
Cómo arrancar tu Raspberry Pi 4 desde USB
Becommerce.es