ravynos icon indicating copy to clipboard operation
ravynos copied to clipboard

Filesystem support?

Open mcandre opened this issue 4 years ago • 3 comments

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

mcandre avatar Aug 05 '21 21:08 mcandre

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.

mszoek avatar Aug 07 '21 22:08 mszoek

So we will be able to use snapshots?

wesley974 avatar Aug 08 '21 05:08 wesley974

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?

probonopd avatar Aug 10 '21 14:08 probonopd