
He intentado con la shell pero tampoco sale nada.
He perdido todos los datos??
Moderator: MoloMuy



Code: Select all
zpool import Code: Select all
zpool import [-d dir] [-D]
Lists pools available to import. If the -d option is not specified,
this command searches for devices in "/dev" with the prefix "disk".
The -d option can be specified multiple times, and all directories
are searched. If the device appears to be part of an exported pool,
this command displays a summary of the pool with the name of the
pool, a numeric identifier, as well as the vdev layout and current
health of the device for each device or file. Destroyed pools,
pools that were previously destroyed with the "-zpool destroy" com-
mand, are not listed unless the -D option is specified.
The numeric identifier is unique, and can be used instead of the
pool name when multiple exported pools of the same name are avail-
able.
-d dir Searches for devices or files in dir. The -d option can
be specified multiple times.
-D Lists destroyed pools only.


