Moderators: jhartley, MSR734, nola
$ ls -dl /System/Library/Extensions/ZFS*
drwxr-xr-x 3 root wheel 102 Sep 14 13:22 /System/Library/Extensions/ZFSDriver.kext
drwxr-xr-x 3 root wheel 102 Sep 14 13:22 /System/Library/Extensions/ZFSFilesystem.kext
$ ls -dl /System/Library/Filesystems/zfs*
drwxr-xr-x 3 root wheel 102 Sep 14 13:22 /System/Library/Filesystems/zfs.fs
strangeluck wrote:… I get the offer to ignore or initialize the drives …
dbrady wrote:It's working on a 10.6.8 machine here. It's possible the install failed. You can look at /var/log/install.log to see if there was any install issues. You can confirm that it is installed using a "zpool list". There are 3 bundles installed:
- Code: Select all
$ ls -dl /System/Library/Extensions/ZFS*
drwxr-xr-x 3 root wheel 102 Sep 14 13:22 /System/Library/Extensions/ZFSDriver.kext
drwxr-xr-x 3 root wheel 102 Sep 14 13:22 /System/Library/Extensions/ZFSFilesystem.kext
$ ls -dl /System/Library/Filesystems/zfs*
drwxr-xr-x 3 root wheel 102 Sep 14 13:22 /System/Library/Filesystems/zfs.fs
grahamperrin wrote:strangeluck wrote:… I get the offer to ignore or initialize the drives …
If an installation of ZEVO is successful and if the symptom above recurs, please run diskutil list for the affected disk(s).
guardian:~ craigcole$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk0
1: EFI 209.7 MB disk0s1
2: Apple_RAID 499.8 GB disk0s2
3: Apple_Boot Boot OSX 134.2 MB disk0s3
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk1
1: EFI 209.7 MB disk1s1
2: Apple_RAID 499.8 GB disk1s2
3: Apple_Boot Boot OSX 134.2 MB disk1s3
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Server HD *499.8 GB disk2
/dev/disk3
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.5 TB disk3
1: EFI 209.7 MB disk3s1
2: ZFS 1.5 TB disk3s2
guardian:~
strangeluck wrote:After a little more investigation, I have two problems:
1) My system only has 2 GB RAM. I'm surprised it didn't refuse installation, since the requirements state 4 GB minimum. But that's not the real problem...
2) Snow Leopard Server seems to be forced to run 32-bit on many, if not all, Mac Mini's. I tried:
guardian:~ craigcole$ zpool list
ZFS requires a 64-bit kernel
guardian:~ craigcole$
I'm reading you can't hold the 6-4 keys to boot 64 on the Mini, but there are hacks to make it happen. I will investigate and report back.
Craig
strangeluck wrote:… My only question is: is it ok to run with 2GB RAM? I'll add memory …