[EFI icon] EFI Drivers

Free Software EFI/UEFI file system drivers

The purpose of this page is to provide Free Software UEFI components, such as a read-only NTFS, XFS or exFAT EFI drivers, or more exotic ones such as Amiga FFS/SFS, BFS, UFS, ZFS, courtesy of the GRUB project, as well as other goodies.

Download

Updated 2022.09.05:

The following links include binaries for AFFS (Amiga Fast FileSystem), BFS (BeOS FileSystem), btrfs, exFAT, ext2/ext3/ext4, F2FS (experimental), HFS and HFS+ (Mac OS, including compression support), ISO9660, JFS (Journaled FileSystem), nilfs2, NTFS (including compression support), ReiserFS, SFS (Amiga Smart FileSystem), UDF, UFS/FFS, UFS2/FFS2, XFS, ZFS and more. These drivers were transparently compiled using a Linux/gcc/EDK2 environment:

You can also find a read/write NTFS driver (based on ntfs-3g) HERE.

System Requirements:

A computer or virtual machine with a UEFI firmware.

Usage

Download the driver and copy it to a partition that you can access from an UEFI Shell.
Then, from the UEFI Shell, issue a command such as:

load ntfs_x64.efi
map -r

After the map command has been executed, you should be able to access your NTFS partitions.

Feedback

To provide feedback, report a bug or request an enhancement please use the github issue tracker. Or you can send an e-mail.

License

GNU General Public License (GPL) version 3 or later.
You are free to distribute, modify or even sell the software, insofar as you respect the GPLv3 license.

Changelog

Source Code

If you are a developer, you are very much encouraged to tinker with the sourcecode and submit patches.