learning about TrueNAS

This stuff has matured a lot – and uses technology from the old SUN Solaris days (ZFS) so I built some tests to learn how useful it would be for backup servers and maybe home NAS.

this example uses two pairs of mirrored SSDs – technically two Vdevs – joined in a Pool. Yes too many acronyms! A big file read test uncached is about 1.6 GB/s showing how fast this design is! One thing that’s nice about TrueNAS scale is you get the simple web setup but its just a debian server if you log into it. Whats is less fun is how complex the possible storage setup is. Next test was unplug one of these drives and see what the recovery process is – and it worked – plugging similar drive in and clicking to rebuild.

OK would I be able to read a disk elsewhere?- so ZFS force import on another server can read a drive – good!

Not so good is the block on adding any packages with apt – I guess it reduces risks. I tried an app (file manager) and didn’t like the mechanism.

I built a Jonsbo N4 box with an Asrock N100 motherboard and a little nvme to 5 sata port board, plus melanox 10GbE network card… uses 22-29W with just these SSDs. Then I reboxed it in a Fractal Design Node 804 for more space and better airflow.

Home assistant!

I’ve been experimenting with homeassistant – to link up various IoT devices.. ikea, tp-link, philips, sonoff

I finally got around to adding a usb zigbee dongle (CC2531) with mqtt2zigbee and added a temp-hum sensor fairly easily. Next steps: moving hass to an ssd for safety and slowly removing philips and idea hubs!

Nvidia driver issue

Well my desktop finally sucumbed to the nvidia driver issue where the driver seems installed but not working. I turned to a couple of blogs people made and followed the driver unininstaller way with DDU, which deleted all traces of nvidia drivers, clicked on the fresh install from the nvidia installer and its back to normal at last!