Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Mar 29, 2023
1 parent 2ed8a56 commit eca1eea
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
ntfs-efi
---------

btrfs-efi is an NTFS filesystem driver for EFI. It is intended for use with the free
Windows bootloader [Quibble](https://github.com/maharmstone/quibble), but you
should be able to use it for anything EFI-related.

Thanks to [Eric Biggers](https://github.com/ebiggers), who [successfully reverse-engineered](https://github.com/ebiggers/ntfs-3g-system-compression/) Windows 10's
"WOF compressed data", and whose code I've used here.

Changelog
---------

* 20230328
* Initial release

To do
-----

* LZX WOF compression
* LZNT1 compression
* Hide special files in root
* Free space, volume label, etc.
* Symlinks
* Case-sensitive directories

4 comments on commit eca1eea

@mirh
Copy link

@mirh mirh commented on eca1eea Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somebody was a bit too hasty with copy-pasting this text file

@maharmstone
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tak2hu
Copy link

@tak2hu tak2hu commented on eca1eea May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btrfs-efi

ntfs-efi

Btw great work!

Edit: whats the equivalent of SystemPath=btrfs(1e10b60a-8e9d-466b-a33a-21760829cf3a)\Windows but for NTFS?

@maharmstone
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. The normal ARC path, e.g. SystemPath=multi(0)disk(0)rdisk(0)partition(3)\Windows

Please sign in to comment.