- Registrado
- 11 de Abr, 2023
Delete the caret ("not").If I do that, then how do I undo that?
enable journal:
Código:
sudo tune2fs -O has_journal /dev/drivename
Also, I fucked that last one up, should be tune2fs, not mke2fs. In other words,
disable journal:
Código:
sudo tune2fs -O ^has_journal /dev/drivename