ravynsoft / ravynos

A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.
https://www.ravynos.com
Other
5.62k stars 187 forks source link

Filesystem support? #81

Open mcandre opened 3 years ago

mcandre commented 3 years ago

Will Airyx support reformatting, resizing, and related operations for APFS HFS+, NTFS, and ext4 partitions as a rescue disc?

mszoek commented 3 years ago

It might, with time. We're currently using ZFS and Disk Utility will certainly manage that. Other filesystems like HFS+ and ext4 are handled through FUSE modules so depends what capabilities that provides.

wesley974 commented 3 years ago

So we will be able to use snapshots?

probonopd commented 3 years ago

Disk Utility will certainly manage that

This one? https://github.com/helloSystem/Utilities/tree/master/Developer%20Preview/Disk%20Utility.app

It is currently a dummy GUI application written in Python waiting for someone to pick it up and implement the actual functionality. Volunteers?