Page 2 of 2

Re: Zpool not showing in Finder

PostPosted: Sun Jan 25, 2015 10:27 pm
by ilovezfs
Go ahead and try 1.3.1RC5, which relocates the default mountpoint to /Volumes/tank. Hopefully whatever is causing /tank not to be empty on 1.3.0 will just go away.

Re: Zpool not showing in Finder

PostPosted: Sun Jan 25, 2015 10:47 pm
by zfsuser
OK, that worked.

I need to move the users from /tank/Users/ to /Volumes/tank/Users/ and so far so good.

Thanks

ZU

Re: Zpool not showing in Finder

PostPosted: Mon Jan 26, 2015 4:43 pm
by lundman
cannot mount '/tank': directory is not empty


So you should zpool export tank, and make sure it is exported(!) then remove entries that are in /Volumes/tank (or /tank depending on version), as they are in the way of ZFS. Usually this is empty dirs where other items are mounted, but you may have copied something there
at some point when the pool wasn't mounted. When the directory is empty, everything should go back to automatic. ZFS requires the directory to be empty so that it doesnt accidentally cover files you want/need.

or just zpool import tank - again.