Guest User

Untitled

a guest
Jul 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. tune2fs -o journal_data /dev/your_partition
  2.  
  3. journal_data
  4. When the filesystem is mounted with journalling enabled,
  5. all data (not just metadata) is committed into the journal
  6. prior to being written into the main filesystem.
Add Comment
Please, Sign In to add comment