I recently ordered a Chelsio T6225-CR network interface card and a couple of SM25G-SR SFP28 optical modules. The aim is to get a 10 Gbit/s connection to the LAN, utilise the off-load capabilities of the NIC, and of course utilise the on-board crypto accelerator. The latter will not be useable until the system moves to the upcoming […]

Read More → Chelsio T6225-CR and SM25G-SR

I needed to migrate an UFS filesystem from one disk to another. I had several options including using two tar processes in a pipeline or using dump and restore in a pipeline. I opted for the latter to make sure everything got preserved during the transfer. Here’s the sequence of commands where /dev/gpt/nroot0 is the […]

Read More → Migrating UFS filesystem from one disk to another