--- wikisrc/zfs.mdwn 2021/02/17 17:44:58 1.36 +++ wikisrc/zfs.mdwn 2021/02/17 17:53:07 1.37 @@ -100,7 +100,7 @@ areas to be included include: Information about created or imported pools is stored in /etc/zfs/zpool.cache. -## pool Native blocksize mismatch +## pool native blocksize mismatch ZFS attempts to find out the native blocksize for a disk when using it in a pool; this is almost always 512 or 4096. Somewhere between 9.0 @@ -138,6 +138,14 @@ that path, but having symlinks in /etc/z \todo Determine a good fix, perhaps man page changes only, fix it upstream, in curent, and in 9, before removing this discussion. +## mountpoint conventions + +By default, datasets are mounted as /poolname/datasetname. One can +also set a mountpoint; see zfs(8). + +There does not appear to be any reason to choose explicit mountpoints +vs the default (and either using data in place or symlinking to it). + ## mount order NetBSD 9 mounts other file systems and then ZFS file systems. This can