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