Skip to content
Snippets Groups Projects
Commit 25efac8a authored by mgy20's avatar mgy20
Browse files

Edit zpool.md

parent 1973bec7
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,12 @@ Em seguida instale com os seguintes comandos: ...@@ -24,8 +24,12 @@ 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 modulo do `zfs`, reinstale. Caso tenha problemas com modulo do `zfs` use `modprobe` ou reinstale.
```bash ```bash
# Modprobe
sudo modprobe zfs
# Reinstall
sudo apt purge --auto-remove zfsutils-linux sudo apt purge --auto-remove zfsutils-linux
sudo apt install zfs-dkms sudo apt install zfs-dkms
sudo apt install zfsutils-linux sudo apt install 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