Page 1 of 1

mac osx 10.9 finder integration

PostPosted: Sat Sep 06, 2014 11:22 am
by reco
hi there,

i am new to openZFS on mac but have quite some experience on omnios and openindiana.

i would love to use openZFS for my clients for their external thunderbolt enclosures.
i do have a zpool setup (4drives raidz2) with one dataset (pool0/RAID0)

1. how can i disable the pool to be mounted? i only want the user to use the dataset i have created.
2. if the user un-mounts the dataset in the finder is it save to unplug the thunderbolt enclosure?
if not is there a way to export the pool from the finder?

thanks christof

Re: mac osx 10.9 finder integration

PostPosted: Sat Sep 06, 2014 7:32 pm
by lundman
zfs set mountpoint=legacy $pool

it would be better if they "exported" the pool before unplugging. But we have yet to get far enough to make that option in the GUI. Some guys on here have made menu bar scripts which probably could be changed to have export.

Re: mac osx 10.9 finder integration

PostPosted: Mon Sep 15, 2014 10:30 am
by reco
thanks i will try that