Page 2 of 2

Re: Can't install under High Sierra

PostPosted: Tue Nov 21, 2017 10:11 pm
by AnWa
I ended up wiping the internal hard drive and reinstalling El Capitan.

Now OpenZFS installs without a hitch and the pools import, but they turn read-only. Hm...

Re: Can't install under High Sierra

PostPosted: Tue Nov 21, 2017 11:56 pm
by lundman
Do they? Show output of "mount" and "df -h" and "zfs list"

Re: Can't install under High Sierra

PostPosted: Wed Nov 22, 2017 6:15 am
by AnWa
My pleasure!

mount:
/dev/disk0s2 on / (hfs, local, journaled)
devfs on /dev (devfs, local, nobrowse)
map -hosts on /net (autofs, nosuid, automounted, nobrowse)
map auto_home on /home (autofs, automounted, nobrowse)
array on /Volumes/array (zfs, local, journaled)
array_2 on /Volumes/array_2 (zfs, local, journaled)


df -h:
Anders-MC:~ anderswa$ sudo df -h
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk0s2 465Gi 13Gi 452Gi 3% 3515287 118371455 3% /
devfs 233Ki 233Ki 0Bi 100% 806 0 100% /dev
map -hosts 0Bi 0Bi 0Bi 100% 0 0 100% /net
map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /home
array 13Ti 11Ti 1.9Ti 86% 5874746 497543950 1% /Volumes/array
array_2 21Ti 21Ti 0Bi 100% 2407958 0 100% /Volumes/array_2


Yes, I know that "array_2" is pretty much full. FreeSpace shows it at 2,88 MB free space.

zfs list:
Anders-MC:~ anderswa$ sudo zfs list
NAME USED AVAIL REFER MOUNTPOINT
array 11.3T 1.85T 11.3T /Volumes/array
array_2 21.1T 0 21.1T /Volumes/array_2

Re: Can't install under High Sierra

PostPosted: Sun Nov 26, 2017 5:02 pm
by lundman
Doesn't look readonly, what makes you think they are? Mount command output shows as r/w
(missing "ro" in the mount options).