Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZFS Boot Drive #104

Open
GoogleCodeExporter opened this issue Apr 2, 2015 · 3 comments
Open

ZFS Boot Drive #104

GoogleCodeExporter opened this issue Apr 2, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

This is a feature request.

I would like if there would be a way to (a.) have a MacZFS GUI (instead of the 
command line), and (b.) an option that would convert the current boot drive to 
ZFS on the fly without losing data (and it would still be bootable and stay the 
main drive).

Original issue reported on code.google.com by [email protected] on 1 Feb 2012 at 12:35

@GoogleCodeExporter
Copy link
Author

(A) A GUI seems like a fine idea, actually.

(B) (1) HFS+ and ZFS are two very different filesystems on the disk, so you 
cannot merely relable the HFS+ one and make it magically have ZFS stuff. You 
would have to reformat. Your mileage may vary when it comes time to restoring 
your data.

(2) The current implementation of maczfs doesn't support many important 
features that are required to nicely work with Mac OS, such as Spotlight. Also, 
many applications do not work properly on a case-sensitive filesystem. I am 
sure you read the other issues.

(3) The mach_kernel cannot be read from a ZFS partition. If you know how to do 
EFI programming, you can probably fake it by putting zfs.efi on the EFI 
partition (`diskutil list`) and boot that way. Unlike the beta of Snow Leopard, 
which I hear had RO ZFS support, released Snow Leopard doesn't even have /that/.

Original comment by [email protected] on 1 Feb 2012 at 8:40

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Probably never going to happen; moving to 'low enhancement'.

Original comment by [email protected] on 7 Mar 2012 at 11:24

  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

@GoogleCodeExporter
Copy link
Author

ZFS can be case-insensitive.  That's not an issue.

Original comment by [email protected] on 21 Mar 2012 at 2:27

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant