<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FXFS</id>
	<title>Linux/XFS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FXFS"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/XFS&amp;action=history"/>
	<updated>2026-05-09T01:21:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Linux/XFS&amp;diff=762&amp;oldid=prev</id>
		<title>Kenneth at 07:32, 18 August 2014</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/XFS&amp;diff=762&amp;oldid=prev"/>
		<updated>2014-08-18T07:32:11Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== XFS ==&lt;br /&gt;
&lt;br /&gt;
XFS - SGI - Developer Central Open Source - http://oss.sgi.com/projects/xfs/&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;quot;XFS: A high-performance journaling filesystem&amp;quot;&amp;#039;&amp;#039;&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;quot;XFS combines advanced journaling technology with full 64-bit addressing and scalable structures and algorithms. This combination delivers the most scalable high-performance filesystem ever conceived.&amp;quot;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/XFS XFS - Wikipedia]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;quot;XFS is a high-performance journaling file system created by Silicon Graphics, originally for their IRIX operating system and later ported to the Linux kernel. XFS is particularly proficient at handling large files and at offering smooth data transfers.&amp;quot;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Quick Recovery&lt;br /&gt;
* Fast Transactions&lt;br /&gt;
* Massive Scalability&lt;br /&gt;
* Efficient Allocations&lt;br /&gt;
* Excellent Bandwidth&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
XFS FAQ - http://xfs.org/index.php/XFS_FAQ&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Included with CentOS Extras:&lt;br /&gt;
 $ yum install xfsprogs xfsdump kmod-xfs&lt;br /&gt;
&lt;br /&gt;
== Relabel ==&lt;br /&gt;
&lt;br /&gt;
Relabel XFS file system:&lt;br /&gt;
 #xfs_admin -L [NEWLABEL] [DEVICE]&lt;br /&gt;
 xfs_admin -L /newlabel /dev/sdb1&lt;br /&gt;
&lt;br /&gt;
== Repair ==&lt;br /&gt;
&lt;br /&gt;
fsck for xfs:&lt;br /&gt;
: &amp;quot;XFS is a journaling filesystem and performs recovery at mount(8) time if necessary&amp;quot; (fsck.xfs)&lt;br /&gt;
: &amp;quot;If you wish to check the consistency of an XFS filesystem, or repair a damaged or corrupt XFS filesystem, see xfs_check and xfs_repair.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you cannot mount an XFS file system, you can use the xfs_check command to check its consistency: [http://docs.oracle.com/cd/E37670_01/E37355/html/ol_repair_xfs.html]&lt;br /&gt;
 umount /dev/md4&lt;br /&gt;
 xfs_check /dev/md4&lt;br /&gt;
&lt;br /&gt;
If you can mount the file system and you do not have a suitable backup, you can use xfsdump to attempt to back up the existing file system data [http://docs.oracle.com/cd/E37670_01/E37355/html/ol_repair_xfs.html]&lt;br /&gt;
 xfsdump /dev/md4&lt;br /&gt;
&lt;br /&gt;
You can use the xfs_repair command to attempt to repair an XFS file system specified by its device file. [http://docs.oracle.com/cd/E37670_01/E37355/html/ol_repair_xfs.html]&lt;br /&gt;
 xfs_repair /dev/md4&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>