# man zpool
zpool import [-o mntopts] [-o property=value] ... [-d dir | -c cachefile]
[-D] [-f] [-m] [-N] [-R root] [-F [-n]] -a
Imports all pools found in the search directories. Identical to the
previous command, except that all pools with a sufficient number of
devices available are imported. Destroyed pools, pools that were pre-
viously destroyed with the "zpool destroy" command, will not be
imported unless the -D option is specified.
-o mntopts
Comma-separated list of mount options to use when mounting
datasets within the pool. See zfs(8) for a description of
dataset properties and mount options.
-o property=value
Sets the specified property on the imported pool. See the
"Properties" section for more information on the available
pool properties.
-c cachefile
Reads configuration from the given cachefile that was created
with the "cachefile" pool property. This cachefile is used
instead of searching for devices.
-d dir Searches for devices or files in dir. The -d option can be
specified multiple times. This option is incompatible with
the -c option.
-D Imports destroyed pools only. The -f option is also required.
-f Forces import, even if the pool appears to be potentially
active.
-m Enables import with missing log devices.
-N Do not mount any filesystems from the imported pool.
-R root
Sets the "cachefile" property to "none" and the "altroot"
property to "root"
-F Recovery mode for a non-importable pool. Attempt to return
the pool to an importable state by discarding the last few
transactions. Not all damaged pools can be recovered by using
this option. If successful, the data from the discarded
transactions is irretrievably lost. This option is ignored if
the pool is importable or already imported.
-n Used with the -F recovery option. Determines whether a non-
importable pool can be made importable again, but does not
actually perform the pool recovery. For more details about
pool recovery mode, see the -F option, above.
ÄܼÖÁ¢¼ÓÀÌ ºÒ°¡´ÉÇÏ½Ã´Ù¸é º°µµÀÇ µð½ºÅ©¿¡ freebsd¸¦ ¼³Ä¡ÇϽŠµÚ zpool import ¸í·ÉÀ¸·Î º¹¿ø½Ãµµ¸¦ ÇØ º¸½Ç ¼ö ÀÖ°Ú½À´Ï´Ù.
http://www.2cpu.co.kr/bbs/board.php?bo_table=QnA&wr_id=365378&sca=&sfl=wr_subject&stx=zfs&sop=and
# zpool import -Df ZFSVOL
# man zpool
zpool import [-o mntopts] [-o property=value] ... [-d dir | -c cachefile]
[-D] [-f] [-m] [-N] [-R root] [-F [-n]] -a
Imports all pools found in the search directories. Identical to the
previous command, except that all pools with a sufficient number of
devices available are imported. Destroyed pools, pools that were pre-
viously destroyed with the "zpool destroy" command, will not be
imported unless the -D option is specified.
-o mntopts
Comma-separated list of mount options to use when mounting
datasets within the pool. See zfs(8) for a description of
dataset properties and mount options.
-o property=value
Sets the specified property on the imported pool. See the
"Properties" section for more information on the available
pool properties.
-c cachefile
Reads configuration from the given cachefile that was created
with the "cachefile" pool property. This cachefile is used
instead of searching for devices.
-d dir Searches for devices or files in dir. The -d option can be
specified multiple times. This option is incompatible with
the -c option.
-D Imports destroyed pools only. The -f option is also required.
-f Forces import, even if the pool appears to be potentially
active.
-m Enables import with missing log devices.
-N Do not mount any filesystems from the imported pool.
-R root
Sets the "cachefile" property to "none" and the "altroot"
property to "root"
-F Recovery mode for a non-importable pool. Attempt to return
the pool to an importable state by discarding the last few
transactions. Not all damaged pools can be recovered by using
this option. If successful, the data from the discarded
transactions is irretrievably lost. This option is ignored if
the pool is importable or already imported.
-n Used with the -F recovery option. Determines whether a non-
importable pool can be made importable again, but does not
actually perform the pool recovery. For more details about
pool recovery mode, see the -F option, above.
-a Searches for and imports all pools found.