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