We need to mount zfs under mfsbsd to correct some scripts. zfs mount -a does nothing, zfs list the same. zpool shows two hard drives. Would be nice if someone could help me to solve this.

link|improve this question
feedback

1 Answer

Regardless of the OS you are running, you need to import a pool then file systems inside it will be mounted automatically (unless specific configuration).

Run first zpool import to get the list of pools available on connected devices then zpool import poolname.

link|improve this answer
it helps, thanks alot – Loner Sep 22 '10 at 17:37
Then feel free to vote up my reply or mark it as an accepted answer ! Thanks. – jlliagre Sep 22 '10 at 21:44
feedback

Your Answer

 
or
required, but never shown