Difference between revisions of "XFS optimization options"

From RpWiki
Jump to: navigation, search
(New page: Here is an [http://everything2.com/index.pl?node_id=1479435 article] about tweaking the xfs file system. Here is the summary of this article: mkfs.xfs -l size=64 mount -o logbufs=8,no...)
 
 
Line 2: Line 2:
  
 
Here is the summary of this article:
 
Here is the summary of this article:
   mkfs.xfs -l size=64
+
   mkfs.xfs -l size=64m
 
   mount -o logbufs=8,noatime
 
   mount -o logbufs=8,noatime

Latest revision as of 12:21, 17 November 2008

Here is an article about tweaking the xfs file system.

Here is the summary of this article:

 mkfs.xfs -l size=64m
 mount -o logbufs=8,noatime