We use the packages from Debian or Ubuntu repository. Hence if there is newer zfs-fuse ready in Debian or Ubuntu repository, we will use that. It's recommended to file a wishlist in Debian or Ubuntu instead of here. Thank you very much.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Wasn't zfs-fuse deprecated a long time ago (pre 16.04)? I recall it being surpassed by a kernel module with zfsutils-linux and zfs-initramfs since 16.04 onward. If zfs-fuse, although being deprecated, is still being kept uptodate, something else must be going on in my setup.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please give testing Clonezilla live >= 20190903-eoan amd64 a try: https://clonezilla.org/downloads.php
The OpenZFS support is only for Ubuntu-based amd64 because for Debian, too many other packages are required, like dkms, gcc...
Since I do not use ZFS here, if you test that, please let us know the results. Thanks.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This works with my ZFS 0.8 installation! Nice update!
As a related note, since Clonezilla is kind of the wizard around related tools, I would like to see the available zfs pools mentioned in the wizard when choosing a backup image source/target. Now I have to do everything manually. Which is not a problem if you are nerdy enough. But so are the other options like ssh, samba etc.
Could be like zfs -> select pool -> select dataset
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have almost zero exeprience about ZFS. If you can show me more details about that, maybe we can try to implement that in the Clonezilla wizard.
Thanks.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have no experience/idea how to script this, so I'm not sure if this helps. But these are the commands I would run manually.
First zpool status that shows the pools that exist. Then there is one or more pools. Usually one. If the name is mypool, we can run zpool import mypool to load the datasets. This will automatically mount all the datasets to their preconfigured mount targets. To show the datasets we can run zfs list.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We use the packages from Debian or Ubuntu repository. Hence if there is newer zfs-fuse ready in Debian or Ubuntu repository, we will use that. It's recommended to file a wishlist in Debian or Ubuntu instead of here. Thank you very much.
Steven
Wasn't zfs-fuse deprecated a long time ago (pre 16.04)? I recall it being surpassed by a kernel module with zfsutils-linux and zfs-initramfs since 16.04 onward. If zfs-fuse, although being deprecated, is still being kept uptodate, something else must be going on in my setup.
OK, thanks for your input. We will add zfsutils-linux and zfs-initramfs in the next testing Clonezilla live.
Steven
Thank you. Looking forward to trying this out! 👍
Please give testing Clonezilla live >= 20190903-eoan amd64 a try:
https://clonezilla.org/downloads.php
The OpenZFS support is only for Ubuntu-based amd64 because for Debian, too many other packages are required, like dkms, gcc...
Since I do not use ZFS here, if you test that, please let us know the results. Thanks.
Steven
This works with my ZFS 0.8 installation! Nice update!
As a related note, since Clonezilla is kind of the wizard around related tools, I would like to see the available zfs pools mentioned in the wizard when choosing a backup image source/target. Now I have to do everything manually. Which is not a problem if you are nerdy enough. But so are the other options like ssh, samba etc.
Could be like zfs -> select pool -> select dataset
I have almost zero exeprience about ZFS. If you can show me more details about that, maybe we can try to implement that in the Clonezilla wizard.
Thanks.
Steven
I have no experience/idea how to script this, so I'm not sure if this helps. But these are the commands I would run manually.
First
zpool status
that shows the pools that exist. Then there is one or more pools. Usually one. If the name ismypool
, we can runzpool import mypool
to load the datasets. This will automatically mount all the datasets to their preconfigured mount targets. To show the datasets we can runzfs list
.