While I know that freebsd systems are well supported, I'm quite comfortable with debian based distributions and thus have setup my previously single boot Mountain Lion/Zevo system to dual boot into ubuntu, with the zfsonlinux release from earlier this week as mentioned by Don Brady here: https://twitter.com/DonJBrady/status/371513828799807490.
My question: Do I need to export my pools and then reimport the pools if I cleanly shutdown and reboot from one system to the other?
Is there an easy way to reimport the pools after each reboot?
When I do a
- Code: Select all
sudo blkid
The simplest way I can think of would be to have a startup/shutdown script that would import at boot and export at shutdown each of my volumes in each OS.
I think zevo automatically exports drives at shutdown, no?
So I would just have to setup a script in Linux?