Diferencia entre revisiones de «Discos Duros»
Ir a la navegación
Ir a la búsqueda
Sin resumen de edición |
Sin resumen de edición Etiqueta: Revertido |
||
Línea 1: | Línea 1: | ||
*[https://tierradatarecovery.co.uk/the-sounds-made-by-failed-hard-drives-and-what-they-mean-for-hard-drive-recovery Ruidos, causas y soluciones a averías de discos duros - tierra data recovery] | *[https://tierradatarecovery.co.uk/the-sounds-made-by-failed-hard-drives-and-what-they-mean-for-hard-drive-recovery Ruidos, causas y soluciones a averías de discos duros - tierra data recovery] | ||
*[https://askubuntu.com/questions/171209/my-boot-partition-hit-100-and-now-i-cant-upgrade-cant-remove-old-kernels-to/1165681#1165681 My /boot partition hit 100% and now I can't upgrade. Can't remove old kernels to make room] | |||
**[https://launchpad.net/linux-purge/+announcement/15313 linux-purge] | |||
**Instalar con: | |||
sh -c 'cd /tmp && wget -N https://git.launchpad.net/linux-purge/plain/install-linux-purge.sh && chmod +x ./install-linux-purge.sh && sudo ./install-linux-purge.sh && rm ./install-linux-purge.sh' && [ "$BASH" ] && echo Replaced current shell in order to make the Bash completion work. && exec bash | |||
Install linux-purge tool like this. | |||
Then run this in terminal: | |||
'''sudo linux-purge --clear-boot --fix''' | |||
Then go on removing kernels by e.g. | |||
'''sudo linux-purge --keep 1 --choose''' |
Revisión del 22:01 28 ago 2022
- Ruidos, causas y soluciones a averías de discos duros - tierra data recovery
- My /boot partition hit 100% and now I can't upgrade. Can't remove old kernels to make room
- linux-purge
- Instalar con:
sh -c 'cd /tmp && wget -N https://git.launchpad.net/linux-purge/plain/install-linux-purge.sh && chmod +x ./install-linux-purge.sh && sudo ./install-linux-purge.sh && rm ./install-linux-purge.sh' && [ "$BASH" ] && echo Replaced current shell in order to make the Bash completion work. && exec bash
Install linux-purge tool like this.
Then run this in terminal:
sudo linux-purge --clear-boot --fix
Then go on removing kernels by e.g.
sudo linux-purge --keep 1 --choose