I’m in the process of migrating my NAS to a TrueNAS install from OMV, I have a new ZFS pool created but need to connect and import data from my old MDADM RAID6 EXT4 array. MDADM seems to have been removed from this version, I found a thread of another user with similar challenge after upgrading from Dragonfish: Mdadm on Electric Eel
While long term I intend to run everything as ZFS, is there a way I can connect and migrate my existing array?
I ran into the same problem when I wanted to migrate from OMV to TrueNAS. I ultimately rsync’d everything over in stages because there wasn’t a clean/safe way to mount the HDDs that I was already using to migrate the data internally.
Thanks for confirming, I’m considering going to Dragonfish first and perform data migration (my network is just 1gbps so moving approx 30TB will take a while if not internal):
Regardless of what your network switch supports, do you have dual ethernet ports on your old and new servers and if so what are the maximum speeds of the network ports on your old and new NAS?
If you have spare ports and they are e.g. 10Gb, then you can a Cat-6 ethernet stub/1m cable to connect them directly to one another and get the full network port speeds.
I did this to move c. 8TB of data from my laptop to the new NAS - the only tricky thing was getting TN to accept a fixed IP on the second port.
While I do have more ports, unfortunately they’re still 1gbps and even with bonding/aggregation I’d be leaving a lot of performance on the table.
My old array reads at about 600-700MBps and new array writes at 500MBps