Beiträge von helpppzfs123

    thanks fellas, i think i got it.


    so first step is installing omv-extras and enable the zfs repo.


    after that you can enable ssh to facilitate copy and paste of shell commands.


    so i "apt-get install zfsutils", will return a error after install


    so you "nano /var/lib/dpkg/info/zfsutils.postinst" and change zed line to "2 3 4 5" instead of "S"


    save, exit, and type the following commands


    update-rc.d zfs-import start 07 S . stop 08 0 1 6 .
    update-rc.d zfs-mount start 02 2 3 4 5 . stop 07 0 1 6 .
    update-rc.d zfs-zed start 26 2 3 4 5 . stop 06 0 1 6 .
    update-rc.d zfs-share start 27 2 3 4 5 . stop 05 0 1 6 .


    after that you can "apt-get install -f zfsutils" and reboot.


    i did all this in virtual machine, will try on my server and see if my pool is acessible again.


    thanks guys.

    Anyone can guide me how to make zfs plugin work from a fresh install step by step after apt-get update and install the extra plugin?


    Couldnt figure out how to do it myself only by reading this topic. Maybe its trivial, but i dont have much experience with linux.


    I had a working system with a zfs pool, but after a fresh install i couldnt make it work again, it seens the zfs plugin is bugged.


    Thanks.