importing a storage pool

Posted by admin on April 12th, 2009 filed in Uncategorized

I need to import the raid storage pool I was using with this:

zpool import pool_name

if it wasn’t exported you’ll need to use the -f option:

zpool import -f pool_name

If you previously had smb shares enable, you can save yourself some work by installing and enabling smb/server before doing the import!

Leave a Comment