Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jorandradefig/147d03f1fc96047e3745541732fd5019 to your computer and use it in GitHub Desktop.

Select an option

Save jorandradefig/147d03f1fc96047e3745541732fd5019 to your computer and use it in GitHub Desktop.
Enable/Disable ext4 dir_index feature
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