diff options
Diffstat (limited to 'website/content/en/status/report-2025-04-2025-06/hfs.adoc')
-rw-r--r-- | website/content/en/status/report-2025-04-2025-06/hfs.adoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/website/content/en/status/report-2025-04-2025-06/hfs.adoc b/website/content/en/status/report-2025-04-2025-06/hfs.adoc new file mode 100644 index 0000000000..94eeb173d1 --- /dev/null +++ b/website/content/en/status/report-2025-04-2025-06/hfs.adoc @@ -0,0 +1,21 @@ +=== Porting HFS+ to FreeBSD + +Links: + +link:https://github.com/stupendoussuperpowers/freebsd_hfs[Project Home] URL: link:https://github.com/stupendoussuperpowers/freebsd_hfs[] + + +Contact: Sanchit Sahay <ss19723@nyu.edu> + +HFS+ (Hierarchical File System) is a legacy filesystem introduced by Apple for its BSD-based XNU operating systems. +Although HFS+ has been deprecated in favor of APFS, it is still in use on many older Apple devices, such as iPods, which rely on HFS+ volumes for storage. + +While many modern operating systems include native support for HFS+, FreeBSD currently offers only limited functionality via FUSE. +This project aims to address that limitation by porting the original, now open-sourced HFS+ implementation to the FreeBSD kernel as a native filesystem driver. + +The primary focus of this effort is to modernize the VFS layer to align with current FreeBSD interfaces and to adapt XNU-specific logic to their FreeBSD equivalents. + +Features implemented: + +* Mount support for HFS, HFS+ Volumes +* Read, stat support for directories and files +* Create support for directories and files +* mount_hfs binary |