How To Install ntfs2btrfs on Fedora 36

In this tutorial we learn how to install ntfs2btrfs in Fedora 36. ntfs2btrfs is Conversion tool from NTFS to Btrfs

Introduction

In this tutorial we learn how to install ntfs2btrfs on Fedora 36.

What is ntfs2btrfs

ntfs2btrfs is a tool which does in-place conversion of Microsoft’s NTFS filesystem to the open-source filesystem Btrfs, much as btrfs-convert does for ext2. The original image is saved as a reflink copy at image/ntfs.img, and if you want to keep the conversion you can delete this to free up space.

We can use yum or dnf to install ntfs2btrfs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ntfs2btrfs.

Install ntfs2btrfs on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ntfs2btrfs using dnf by running the following command:

sudo dnf -y install ntfs2btrfs

Install ntfs2btrfs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ntfs2btrfs using yum by running the following command:

sudo yum -y install ntfs2btrfs

How To Uninstall ntfs2btrfs on Fedora 36

To uninstall only the ntfs2btrfs package we can use the following command:

sudo dnf remove ntfs2btrfs

ntfs2btrfs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/df6f7804d9bf38b54758e3dc223e58f1685164
/usr/sbin/ntfs2btrfs
/usr/share/doc/ntfs2btrfs
/usr/share/doc/ntfs2btrfs/README.md
/usr/share/licenses/ntfs2btrfs
/usr/share/licenses/ntfs2btrfs/LICENCE
/usr/share/man/man8/ntfs2btrfs.8.gz

References

Summary

In this tutorial we learn how to install ntfs2btrfs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).