buxel
Members
-
Joined
-
Last visited
Solutions
-
buxel's post in ZFS cache unmountable after switching USB drive was marked as the answerI managed to pull some data from the drive.
I do not recommend any of this (because evidently, I don't know what I'm doing ;) ) but will post it for any poor soul in a similar situation.
Source: https://serverfault.com/questions/1001813/zpool-fails-to-import-raidz3-pool-despite-sufficient-replicas-available
# Disable ZFS data verification. Flags will be reset after reboot echo 0 >/sys/module/zfs/parameters/spa_load_verify_data echo 0 >/sys/module/zfs/parameters/spa_load_verify_metadata # Mount the pool readonly zpool import -o readonly=on cache -f
-
buxel's post in How to install Docker plugins? - specifically rclone volume plugin was marked as the answer@JorgeB thank you for the confirmation. I just thought some conflict with Unraid running in memory and how i installed the docker plugin.
I'll do my research on rclone now.
EDIT: for anyone with the same problem, this issue is tracked here: https://github.com/rclone/rclone/issues/7466