Last active
July 13, 2019 12:43
-
-
Save debxp/81275939692c6a2b5e9813f68f9fc6e3 to your computer and use it in GitHub Desktop.
Gerenciamento de partições swap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Remover partição swap duplicada | |
* Identificar a partição com 'lsblk'; | |
* Executar os comandos... | |
$ sudo swapoff -a | |
$ sudo swapon /dev/xxxx <--- xxxx=nome do dispositivo a ser utilizado | |
* Editar '/etc/fstab' para comentar/remover a entrada da swap duplicada | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment