Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maharmstone/ntfs-efi
NTFS EFI driver
https://github.com/maharmstone/ntfs-efi
Last synced: about 2 months ago
JSON representation
NTFS EFI driver
- Host: GitHub
- URL: https://github.com/maharmstone/ntfs-efi
- Owner: maharmstone
- License: gpl-2.0
- Created: 2023-02-21T03:37:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T00:54:39.000Z (8 months ago)
- Last Synced: 2024-05-22T02:13:50.879Z (8 months ago)
- Language: C
- Homepage:
- Size: 188 KB
- Stars: 21
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ntfs-efi
---------ntfs-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
---------* 20231107
* Fixed memcpy miscompilation bug* 20230328
* Initial releaseTo do
-----* LZX WOF compression
* LZNT1 compression
* Hide special files in root
* Free space, volume label, etc.
* Symlinks
* Case-sensitive directories