Created
May 16, 2018 15:24
-
-
Save jorandradefig/147d03f1fc96047e3745541732fd5019 to your computer and use it in GitHub Desktop.
Enable/Disable ext4 dir_index feature
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
| sudo tune2fs -O ^dir_index /dev/xvda1 | |
| sudo tune2fs -O dir_index /dev/xvda1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment