Skip to content
Snippets Groups Projects
Commit 3a9a30ee authored by mgy20's avatar mgy20
Browse files

Edit zpool.md

parent a10592b1
No related branches found
No related tags found
No related merge requests found
...@@ -24,11 +24,6 @@ Em seguida instale com os seguintes comandos: ...@@ -24,11 +24,6 @@ Em seguida instale com os seguintes comandos:
sudo apt install -t stable-backports zfsutils-linux sudo apt install -t stable-backports zfsutils-linux
``` ```
Caso tenha problemas com `stable-backports`
```bash
codename=$(lsb_release -cs);echo "deb http://deb.debian.org/debian $codename-backports main contrib non-free"|sudo tee -a /etc/apt/sources.list && sudo apt update
```
Caso tenha problemas com modulo do `zfs`, reinstale. Caso tenha problemas com modulo do `zfs`, reinstale.
```bash ```bash
sudo apt purge --auto-remove zfsutils-linux sudo apt purge --auto-remove zfsutils-linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment