Tuesday, January 6, 2009
Tune your ext3 filesystem
Posted on 11:57 AM by Unknown
All examples use /dev/sda1, but you can change it to whatever you wanttune2fs command can be run on mounted ext3 volumes. Journals Ext3 has 3 journal modes, Journal, Ordered, and Writeback (slowest to fastest)All it takes is a command by tune2fs. Example: Code: tune2fs -o journal_data_writeback /dev/sda1 This added journal_data_writeback to the default ext3 mount options for that
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment