{
  "created": "2015-12-20T19:56:41Z",
  "hierarchy": [
    {
      "name": "ROOT",
      "type": "folder",
      "uri": "/ROOT"
    },
    {
      "name": "XFS Installation Notes",
      "type": "article",
      "uri": "XFS_Installation_Notes"
    }
  ],
  "html": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"UTF-8\"/>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n    <meta property=\"og:image\" content=\"/img/logo512.png\"/>\n    <meta property=\"og:site_name\" content=\"Nikhil's Personal Wiki\"/>\n    <link rel=\"og:image\" href=\"/img/logo512.png\"/>\n    <link rel=\"icon\" href=\"/img/favicon.png\"/>\n    <link rel=\"apple-touch-icon\" href=\"/img/logo192.png\"/>\n    <link rel=\"stylesheet\" href=\"/css/styles.css\"/>\n    <link rel=\"stylesheet\" href=\"/css/highlight.css\"/>\n    <title>XFS Installation Notes &ndash; Nikhil's Personal Wiki</title>\n    <script type=\"text/javascript\" id=\"MathJax-script\" defer src=\"https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js\"></script>\n    <script defer data-domain=\"wiki.nikhil.io\" src=\"https://plausible.io/js/plausible.js\"></script>\n  </head>\n  <body>\n    <noscript>\n      👉 A few things won&#8217;t work if you have JavaScript disabled.\n    </noscript>\n    <div class=\"container article\">\n      <header>\n        <nav>\n          <ul>\n            <li>\n              <a href=\"/archive\"  title=\"Archive\">\n                <span>Archive</span>\n              </a>\n            </li>\n            <li>\n              <a href=\"/Home\"  title=\"Home\">\n                <span>Home</span>\n              </a>\n            </li>\n            <li>\n              <a href=\"/random\"  title=\"See a random article\">\n                <span>Random</span>\n              </a>\n            </li>\n            \n            \n              \n                <li>\n                  <a href=\"/XFS_Installation_Notes/raw.txt\"  title=\"View Source\">\n                    <span>Raw</span>\n                  </a>\n                </li>\n              \n              \n            \n            \n            \n            \n              \n                <li>\n                  <a href=\"/XFS_Installation_Notes/revisions\" >\n                    <span>Revisions</span>\n                  </a>\n                </li>\n              \n            \n            \n              \n                \n                  <li>\n                    <a href=\"/XFS_Installation_Notes/index.json\" title=\"View JSON Object\">\n                      <span>JSON</span>\n                    </a>\n                  </li>\n                \n              \n            \n          </ul>\n        </nav>\n      </header>\n      <main>\n        \n  <nav>\n  <ul>\n    \n      <li>\n        <a data-entity-type=\"folder\" href=\"/ROOT\" title=\"ROOT\">Root</a>\n      </li>\n    \n      <li>\n        <a data-entity-type=\"article\" href=\"/XFS_Installation_Notes\" title=\"XFS Installation Notes\">XFS Installation Notes</a>\n      </li>\n    \n    \n    \n    \n    \n  </ul>\n</nav>\n\n  <h1>XFS Installation Notes\n    \n  </h1>\n  <p>Installed on a RHEL/CentOS 5.5, x86_64 system.</p>\n<pre><code>[root@example ~]# yum list available *xfs*\nLoaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * addons: hpc.arc.georgetown.edu\n * base: yum.singlehop.com\n * epel: mirror.unl.edu\n * extras: mirror.fdcservers.net\n * updates: centos.mirrors.tds.net\nAvailable Packages\nkmod-xfs.x86_64                   0.4-2                   extras\nkmod-xfs-xen.x86_64               0.4-2                   extras\nxfsdump.x86_64                    2.2.46-1.el5.centos     extras\nxfsprogs.x86_64                   2.9.4-1.el5.centos      extras\nxfsprogs-devel.x86_64             2.9.4-1.el5.centos      extras\nxorg-x11-xfs-utils.x86_64         1:1.0.2-4               base\n</code></pre>\n<p>Install via:</p>\n<pre><code>yum install kmod-xfs xfsdump xfsprogs xfsprogs-devel xorg-x11-xfs-utils\n</code></pre>\n<p>Then use <code>parted</code> to create a GPT partition.</p>\n<pre><code>parted /dev/sdb\n(parted) mklabel gpt\n(parted) mkpart\n</code></pre>\n<p>Then use:</p>\n<pre><code>mkfs.xfs /dev/sdb1\n</code></pre>\n<h2>Sources</h2>\n<ul>\n<li><a href=\"http://blogwords.neologix.net/neils/?p=1\">Adding an XFS Volume in CentOS</a></li>\n<li><a href=\"http://blog.2ndquadrant.com/en/2010/04/the-return-of-xfs-on-linux.html\">The Return of XFS on Linux</a></li>\n<li><a href=\"http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus\">CentOS Plus Repo and Installing XFS</a></li>\n</ul>\n\n\n      </main>\n      <footer>\n        <p>\n          \n        </p>\n        <ul>\n          \n  <li>1,534 bytes</li>\n  \n    <li>Created on Sunday, 20 December 2015 at 19:56 UTC</li>\n    <li>Modified on Thursday, 28 May 2026 at 13:06 UTC</li>\n    <br/>\n    <li>\n      <a\n        href=\"https://github.com/afreeorange/wiki.nikhil.io.articles/edit/master/XFS Installation Notes.md\"\n        title=\"Edit this article\">Edit this article</a>\n    </li>\n  \n\n          <li>\n            <a href=\"https://github.com/afreeorange/bock\" title=\"View the project that generates this wiki on Github\">bock\n            5.3.0-beta</a>\n          </li>\n        </ul>\n      </footer>\n    </div>\n    \n    \n      <script type=\"text/javascript\">\n        /**\n         * Quick shortcut to take me to the search box which is 90% of how I navigate\n         * this wiki anyway.\n         */\n        document.body.addEventListener(\n          \"keypress\", (e) => e.key === \"f\"\n          ? window.location.assign(\"/archive\")\n          : null);\n        window.MathJax = {\n          tex: {\n            inlineMath: [\n              [\n                '$', '$'\n              ],\n              [\n                '\\\\(', '\\\\)'\n              ]\n            ]\n          },\n          svg: {\n            fontCache: 'global'\n          }\n        };\n      </script>\n    \n  </body>\n</html></head></html>\n",
  "id": "03d5de4f-2e12-5c07-9941-ef9781755a7a",
  "modified": "2026-05-28T13:06:25Z",
  "revisions": [
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2026-05-28T13:06:25Z",
      "id": "1dc1438c984d9364648af87665e99339c3e62143",
      "shortId": "1dc1438c",
      "subject": "Formatting fixes -- Claude\n",
      "content": "Installed on a RHEL/CentOS 5.5, x86\\_64 system.\n\n    [root@example ~]# yum list available *xfs*\n    Loaded plugins: fastestmirror\n    Loading mirror speeds from cached hostfile\n     * addons: hpc.arc.georgetown.edu\n     * base: yum.singlehop.com\n     * epel: mirror.unl.edu\n     * extras: mirror.fdcservers.net\n     * updates: centos.mirrors.tds.net\n    Available Packages\n    kmod-xfs.x86_64                   0.4-2                   extras\n    kmod-xfs-xen.x86_64               0.4-2                   extras\n    xfsdump.x86_64                    2.2.46-1.el5.centos     extras\n    xfsprogs.x86_64                   2.9.4-1.el5.centos      extras\n    xfsprogs-devel.x86_64             2.9.4-1.el5.centos      extras\n    xorg-x11-xfs-utils.x86_64         1:1.0.2-4               base\n\nInstall via:\n\n    yum install kmod-xfs xfsdump xfsprogs xfsprogs-devel xorg-x11-xfs-utils\n\nThen use `parted` to create a GPT partition.\n\n    parted /dev/sdb\n    (parted) mklabel gpt\n    (parted) mkpart\n\nThen use:\n\n    mkfs.xfs /dev/sdb1\n\n## Sources\n\n-   [Adding an XFS Volume in CentOS](http://blogwords.neologix.net/neils/?p=1)\n-   [The Return of XFS on Linux](http://blog.2ndquadrant.com/en/2010/04/the-return-of-xfs-on-linux.html)\n-   [CentOS Plus Repo and Installing XFS](http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus)\n"
    },
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2026-01-13T18:47:28Z",
      "id": "2436477560f26e23d00a24add1cbfeafdca4af78",
      "shortId": "24364775",
      "subject": "No compression\n",
      "content": "Installed on a RHEL/CentOS 5.5, x86\\_64 system.\n\n    [root@example ~]# yum list available *xfs*  \n    Loaded plugins: fastestmirror  \n    Loading mirror speeds from cached hostfile  \n     * addons: hpc.arc.georgetown.edu  \n     * base: yum.singlehop.com  \n     * epel: mirror.unl.edu  \n     * extras: mirror.fdcservers.net  \n     * updates: centos.mirrors.tds.net  \n    Available Packages                                           \n    kmod-xfs.x86_64                   0.4-2                   extras  \n    kmod-xfs-xen.x86_64               0.4-2                   extras  \n    xfsdump.x86_64                    2.2.46-1.el5.centos     extras  \n    xfsprogs.x86_64                   2.9.4-1.el5.centos      extras  \n    xfsprogs-devel.x86_64             2.9.4-1.el5.centos      extras  \n    xorg-x11-xfs-utils.x86_64         1:1.0.2-4               base\n\nInstall via:\n\n    yum install kmod-xfs xfsdump xfsprogs xfsprogs-devel xorg-x11-xfs-utils\n\nThen use `parted` to create a GPT partition.\n\n    parted /dev/sdb  \n    (parted) mklabel gpt  \n    (parted) mkpart\n\nThen use:\n\n    mkfs.xfs /dev/sdb1\n\nSources\n-------\n\n-   [Adding an XFS Volume in CentOS](http://blogwords.neologix.net/neils/?p=1)\n-   [The Return of XFS on Linux](http://blog.2ndquadrant.com/en/2010/04/the-return-of-xfs-on-linux.html)\n-   [CentOS Plus Repo and Installing XFS](http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus)\n\n\n\n\n"
    },
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2025-06-06T14:38:23Z",
      "id": "c94a7e7ca1fce8cd9c634d81b8b5711166546c9c",
      "shortId": "c94a7e7c",
      "subject": "Merge branch 'master' of github.com:afreeorange/wiki.nikhil.io.articles\n",
      "content": "Installed on a RHEL/CentOS 5.5, x86\\_64 system.\n\n    [root@example ~]# yum list available *xfs*  \n    Loaded plugins: fastestmirror  \n    Loading mirror speeds from cached hostfile  \n     * addons: hpc.arc.georgetown.edu  \n     * base: yum.singlehop.com  \n     * epel: mirror.unl.edu  \n     * extras: mirror.fdcservers.net  \n     * updates: centos.mirrors.tds.net  \n    Available Packages                                           \n    kmod-xfs.x86_64                   0.4-2                   extras  \n    kmod-xfs-xen.x86_64               0.4-2                   extras  \n    xfsdump.x86_64                    2.2.46-1.el5.centos     extras  \n    xfsprogs.x86_64                   2.9.4-1.el5.centos      extras  \n    xfsprogs-devel.x86_64             2.9.4-1.el5.centos      extras  \n    xorg-x11-xfs-utils.x86_64         1:1.0.2-4               base\n\nInstall via:\n\n    yum install kmod-xfs xfsdump xfsprogs xfsprogs-devel xorg-x11-xfs-utils\n\nThen use `parted` to create a GPT partition.\n\n    parted /dev/sdb  \n    (parted) mklabel gpt  \n    (parted) mkpart\n\nThen use:\n\n    mkfs.xfs /dev/sdb1\n\nSources\n-------\n\n-   [Adding an XFS Volume in CentOS](http://blogwords.neologix.net/neils/?p=1)\n-   [The Return of XFS on Linux](http://blog.2ndquadrant.com/en/2010/04/the-return-of-xfs-on-linux.html)\n-   [CentOS Plus Repo and Installing XFS](http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus)\n\n\n\n\n"
    },
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2021-06-04T03:04:37Z",
      "id": "fa9f7632d7901e6f9bb62b88594735ccc3588d28",
      "shortId": "fa9f7632",
      "subject": "Update Dovecot.md\n",
      "content": "Installed on a RHEL/CentOS 5.5, x86\\_64 system.\n\n    [root@example ~]# yum list available *xfs*  \n    Loaded plugins: fastestmirror  \n    Loading mirror speeds from cached hostfile  \n     * addons: hpc.arc.georgetown.edu  \n     * base: yum.singlehop.com  \n     * epel: mirror.unl.edu  \n     * extras: mirror.fdcservers.net  \n     * updates: centos.mirrors.tds.net  \n    Available Packages                                           \n    kmod-xfs.x86_64                   0.4-2                   extras  \n    kmod-xfs-xen.x86_64               0.4-2                   extras  \n    xfsdump.x86_64                    2.2.46-1.el5.centos     extras  \n    xfsprogs.x86_64                   2.9.4-1.el5.centos      extras  \n    xfsprogs-devel.x86_64             2.9.4-1.el5.centos      extras  \n    xorg-x11-xfs-utils.x86_64         1:1.0.2-4               base\n\nInstall via:\n\n    yum install kmod-xfs xfsdump xfsprogs xfsprogs-devel xorg-x11-xfs-utils\n\nThen use `parted` to create a GPT partition.\n\n    parted /dev/sdb  \n    (parted) mklabel gpt  \n    (parted) mkpart\n\nThen use:\n\n    mkfs.xfs /dev/sdb1\n\nSources\n-------\n\n-   [Adding an XFS Volume in CentOS](http://blogwords.neologix.net/neils/?p=1)\n-   [The Return of XFS on Linux](http://blog.2ndquadrant.com/en/2010/04/the-return-of-xfs-on-linux.html)\n-   [CentOS Plus Repo and Installing XFS](http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus)\n\n\n\n\n"
    },
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2015-12-27T07:27:56Z",
      "id": "1aa29105a45aa67523ffb61e73bcc415f935a47e",
      "shortId": "1aa29105",
      "subject": "Fix Markdown conversion\n\nSaw half a season of The Office\n",
      "content": "Installed on a RHEL/CentOS 5.5, x86\\_64 system.\n\n    [root@example ~]# yum list available *xfs*  \n    Loaded plugins: fastestmirror  \n    Loading mirror speeds from cached hostfile  \n     * addons: hpc.arc.georgetown.edu  \n     * base: yum.singlehop.com  \n     * epel: mirror.unl.edu  \n     * extras: mirror.fdcservers.net  \n     * updates: centos.mirrors.tds.net  \n    Available Packages                                           \n    kmod-xfs.x86_64                   0.4-2                   extras  \n    kmod-xfs-xen.x86_64               0.4-2                   extras  \n    xfsdump.x86_64                    2.2.46-1.el5.centos     extras  \n    xfsprogs.x86_64                   2.9.4-1.el5.centos      extras  \n    xfsprogs-devel.x86_64             2.9.4-1.el5.centos      extras  \n    xorg-x11-xfs-utils.x86_64         1:1.0.2-4               base\n\nInstall via:\n\n    yum install kmod-xfs xfsdump xfsprogs xfsprogs-devel xorg-x11-xfs-utils\n\nThen use `parted` to create a GPT partition.\n\n    parted /dev/sdb  \n    (parted) mklabel gpt  \n    (parted) mkpart\n\nThen use:\n\n    mkfs.xfs /dev/sdb1\n\nSources\n-------\n\n-   [Adding an XFS Volume in CentOS](http://blogwords.neologix.net/neils/?p=1)\n-   [The Return of XFS on Linux](http://blog.2ndquadrant.com/en/2010/04/the-return-of-xfs-on-linux.html)\n-   [CentOS Plus Repo and Installing XFS](http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus)\n\n\n\n\n"
    },
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2015-12-21T02:30:47Z",
      "id": "d658e80d1ecb97b196531c7b15a0f9af709c05de",
      "shortId": "d658e80d",
      "subject": "Incremental\n",
      "content": "Installed on a RHEL/CentOS 5.5, x86\\_64 system.\n\n` [root@example ~]# yum list available *xfs*`  \n` Loaded plugins: fastestmirror`  \n` Loading mirror speeds from cached hostfile`  \n`  * addons: hpc.arc.georgetown.edu`  \n`  * base: yum.singlehop.com`  \n`  * epel: mirror.unl.edu`  \n`  * extras: mirror.fdcservers.net`  \n`  * updates: centos.mirrors.tds.net`  \n` Available Packages                                         `  \n` kmod-xfs.x86_64                   0.4-2                   extras`  \n` kmod-xfs-xen.x86_64               0.4-2                   extras`  \n` xfsdump.x86_64                    2.2.46-1.el5.centos     extras`  \n` xfsprogs.x86_64                   2.9.4-1.el5.centos      extras`  \n` xfsprogs-devel.x86_64             2.9.4-1.el5.centos      extras`  \n` xorg-x11-xfs-utils.x86_64         1:1.0.2-4               base`\n\nInstall via:\n\n` yum install kmod-xfs xfsdump xfsprogs xfsprogs-devel xorg-x11-xfs-utils`\n\nThen use `parted` to create a GPT partition.\n\n`parted /dev/sdb`  \n`(parted) mklabel gpt`  \n`(parted) mkpart`\n\nThen use:\n\n` mkfs.xfs /dev/sdb1`\n\nSources\n-------\n\n-   [Adding an XFS Volume in\n    CentOS](http://blogwords.neologix.net/neils/?p=1)\n-   [The Return of XFS on\n    Linux](http://blog.2ndquadrant.com/en/2010/04/the-return-of-xfs-on-linux.html)\n-   [CentOS Plus Repo and Installing\n    XFS](http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus)\n\n\n\n\n"
    },
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2015-12-20T19:56:41Z",
      "id": "abf355f02104e5c49c7383133638ca8944f96e52",
      "shortId": "abf355f0",
      "subject": "XFS Installation Notes : First Draft\n",
      "content": "Installed on a RHEL/CentOS 5.5, x86\\_64 system.\n\n` [root@example ~]# yum list available *xfs*`  \n` Loaded plugins: fastestmirror`  \n` Loading mirror speeds from cached hostfile`  \n`  * addons: hpc.arc.georgetown.edu`  \n`  * base: yum.singlehop.com`  \n`  * epel: mirror.unl.edu`  \n`  * extras: mirror.fdcservers.net`  \n`  * updates: centos.mirrors.tds.net`  \n` Available Packages                                         `  \n` kmod-xfs.x86_64                   0.4-2                   extras`  \n` kmod-xfs-xen.x86_64               0.4-2                   extras`  \n` xfsdump.x86_64                    2.2.46-1.el5.centos     extras`  \n` xfsprogs.x86_64                   2.9.4-1.el5.centos      extras`  \n` xfsprogs-devel.x86_64             2.9.4-1.el5.centos      extras`  \n` xorg-x11-xfs-utils.x86_64         1:1.0.2-4               base`\n\nInstall via:\n\n` yum install kmod-xfs xfsdump xfsprogs xfsprogs-devel xorg-x11-xfs-utils`\n\nThen use `parted` to create a GPT partition.\n\n`parted /dev/sdb`  \n`(parted) mklabel gpt`  \n`(parted) mkpart`\n\nThen use:\n\n` mkfs.xfs /dev/sdb1`\n\nSources\n-------\n\n-   [Adding an XFS Volume in\n    CentOS](http://blogwords.neologix.net/neils/?p=1)\n-   [The Return of XFS on\n    Linux](http://blog.2ndquadrant.com/en/2010/04/the-return-of-xfs-on-linux.html)\n-   [CentOS Plus Repo and Installing\n    XFS](http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus)\n\n[Category:Nikhil's Notes](Category:Nikhil's_Notes \"wikilink\")\n[Category:Installation Logs](Category:Installation_Logs \"wikilink\")\n[Category:From a past sysadmin\nlife](Category:From_a_past_sysadmin_life \"wikilink\")\n"
    }
  ],
  "sizeInBytes": 1534,
  "source": "Installed on a RHEL/CentOS 5.5, x86\\_64 system.\n\n    [root@example ~]# yum list available *xfs*\n    Loaded plugins: fastestmirror\n    Loading mirror speeds from cached hostfile\n     * addons: hpc.arc.georgetown.edu\n     * base: yum.singlehop.com\n     * epel: mirror.unl.edu\n     * extras: mirror.fdcservers.net\n     * updates: centos.mirrors.tds.net\n    Available Packages\n    kmod-xfs.x86_64                   0.4-2                   extras\n    kmod-xfs-xen.x86_64               0.4-2                   extras\n    xfsdump.x86_64                    2.2.46-1.el5.centos     extras\n    xfsprogs.x86_64                   2.9.4-1.el5.centos      extras\n    xfsprogs-devel.x86_64             2.9.4-1.el5.centos      extras\n    xorg-x11-xfs-utils.x86_64         1:1.0.2-4               base\n\nInstall via:\n\n    yum install kmod-xfs xfsdump xfsprogs xfsprogs-devel xorg-x11-xfs-utils\n\nThen use `parted` to create a GPT partition.\n\n    parted /dev/sdb\n    (parted) mklabel gpt\n    (parted) mkpart\n\nThen use:\n\n    mkfs.xfs /dev/sdb1\n\n## Sources\n\n-   [Adding an XFS Volume in CentOS](http://blogwords.neologix.net/neils/?p=1)\n-   [The Return of XFS on Linux](http://blog.2ndquadrant.com/en/2010/04/the-return-of-xfs-on-linux.html)\n-   [CentOS Plus Repo and Installing XFS](http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus)\n",
  "title": "XFS Installation Notes",
  "untracked": false,
  "uri": "/XFS_Installation_Notes",
  "relativePath": "XFS Installation Notes.md"
}
