--- wikisrc/zfs.mdwn 2021/02/17 17:34:51 1.34 +++ wikisrc/zfs.mdwn 2021/02/17 17:40:26 1.35 @@ -117,13 +117,12 @@ Information about created or imported po While one can "zpool pool0 /dev/wd0f" and have a working pool, this pool cannot be exported and imported straigthforwardly. "zpool -export" works fine, and deletes zpool.cache. - -"zpool import", however, only looks at entire disks (e.g. /dev/wd0), -and might look at slices (e.g. /dev/dk0). It does not look at -partitions like /dev/wd0f, and there is no way on the command line to -ask that specific devices be examined. Thus, export/import fails for -pools with disklabel partitions. +export" works fine, and deletes zpool.cache. "zpool import", however, +only looks at entire disks (e.g. /dev/wd0), and might look at slices +(e.g. /dev/dk0). It does not look at partitions like /dev/wd0f, and +there is no way on the command line to ask that specific devices be +examined. Thus, export/import fails for pools with disklabel +partitions. One can make wd0 be a link to wd0f temporarily, and the pool will then be importable. However, "wd0" is stored in zpool.cache and on the