Jorgen Lundman
Jorgen Lundman
Good, it's in there. Something else must be going on with the build. Yes, zfs.exports ask for them, the we produce all symbols in to allsymbols, then when spl links,...
Can you start again with sources? I have re-compiled everything on Mojave to make sure it works. You have shown that your kernel does have the decmpfs_cnode_alloc function.
Are you referring to linking paths or something else? The scripts can certainly be updated as well.
Do you mean, like: ``` # zpool create tank disk0 # zfs create -o mountpoint=/usr/local tank/local # df -h tank 14Gi 1.1Mi 14Gi 1% 81 29455436 0% /Volumes/tank tank/local 14Gi...
`make install DESTDIR=/....` controls where it installs the binaries like `zpool` and `zdb`. `configure --prefix=/usr/local` if you want to specify the directory tree to use. But those are all compile...
I've looked at this vnop a couple of times in the past. Simplistically, you could simply implement it by copying the file data, then the xattrs, and ACLs. You would...
Yep, enable that feature, then use `cp -c ` on a sufficiently new macOS (Catalina and up?). `zfs clonefile` might be a new command so we can cross datasets, I'll...
Yes, 116 does indeed add UUID on the device, and a /dev entry for each mount.
https://github.com/openzfsonosx/zfs/commit/78c2484fdaef This moves us along one more step, the errors is now: ``` May 24 16:28:35 icgi-vip kernel[0]: ZFS: vnop_exchange start May 24 16:28:35 icgi-vip kernel[0]: ZFS: vnop_exchange copy small->temp...
That specific error says it can not create the mountpoint `/Volumes/tank/encrypted` presumably because `/Volumes/tank` is read-only.