SALE EXTENDED THROUGH JAN. 9TH


How to install xfs filesystem in ubuntu 14.04 lts

I am running ubuntu kernel version 3.13.0-43-generic (minimal install only).
xfs FS is not installed in as per /proc/filesystems
how do i install it ?

How do I rebuild the kernel?
  • post-author-pic
    Terrence C
    01-10-2015

    If you do a 'sudo apt-cache search xfs' it will return a number of package hits, what you want specifically is to do:

    sudo apt-get install xfs libguestfs-xfs partman-xfs xfslibs-dev xfsprogs

    This will give you the XFS filesystem, libraries, partition management dependencies and management utilities you need. Recompiling the kernel is not necessary and way out of the scope of installing XFS. In fact in Ubuntu, I would recommend installing an upgrade well before recompiling the kernel.

  • post-author-pic
    Claudio L
    01-14-2015

    when I typed the command above I got the following message:

    " Package xfs is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'xfs' has no installation candidate
    E: Unable to locate package libguest-xfs
    E: Unable to locate package partman-xfs "

    I just wanted to have installed and practice the xfs section of this course.

  • post-author-pic
    Terrence C
    01-14-2015

    On a minimal install, not all the repositories are enabled. In your sources.list file, uncomment out the 'universe' and 'partner' repos and retry the command.

Looking For Team Training?

Learn More