How use tune2fs in DD?
In This tutorial is write "To regain unique UUIDs, use "tune2fs /dev/sdbX -U random" on every partitions."
Ok, but how can I use with this command?
dd if=/dev/sda of=/dev/sdb bs=4096 conv=notrunc,noerror
Or I have to use after dd comand?
Thanks!