• 0 Posts
  • 27 Comments
Joined 2 months ago
cake
Cake day: June 22nd, 2025

help-circle

  • Well erm that I can’t get around… but I guess it depends on what you want to self host. I use truenas as a storage solution, standalone and it works very well for that - I have had it up and running for years and years. It also stores personal files and is not exposed to the internet apart from updates and a few other things. Then I have an old 4-node server from Supermicro which hosts the stuff I need and uses truenas to store the data. Now that is probably overkill but the data is safe and backed up well. Truenas has apps for a lot of things, and other ways to host docker containers if you have the latest scale community edition. So perhaps you could do it that way





  • Not if you use raidz1, if you use raidz2 then yes. raidz in zfs is pretty decent. I have had a disk fail in raidz1 and replaced it with another and no data was lost after a resilver. Took a few hours but worked really well. Pretty much the whole idea of using zfs is the enhanced security of your data, seems strange to not put that to good use. The chances of BOTH drives failing before you can replace 1 are very very slim. I get that there is no easy way to just migrate to raidz1 but you could if you got 3 drives, make a new raidz1 pool, copy the data across and then add the old 2 drives to to the pool with a new vdev. You need to be able to add 5 drives to the system though. Of course there are many options here, but you already know that