truncate -s $((64 * 1024 * 1024)) testpool
zpool create $_ `pwd`/$_
zpool get -p size testpool
50331648. That is 48 MiB, i. e. not even a whole GB or GiB.Look at #4 plsNo.
Bash:truncate -s $((64 * 1024 * 1024)) testpool Bash:zpool create $_ `pwd`/$_ Code:zpool get -p size testpoolreports50331648. That is 48 MiB, i. e. not even a whole GB or GiB.Why would you even care?
gpart show for each partition scheme and give the pools different names to avoid any stale cache/metadata issues (and/or issue a zpool labelclear after pool destruction)Sorry, typing manually is too trouble.don't post pictures of text; its extremely inconvenient and wasteful. use the [code][/code] tags.
also: give the output ofgpart showfor each partition scheme and give the pools different names to avoid any stale cache/metadata issues (and/or issue azpool labelclearafter pool destruction)
# zpool destroy r
# zpool labelclear nda1
# zpool create -m none rp nda1p1
zpool get -p size
NAME PRIPERTY VALUE SOURCE -
rp size 506806140928 -