I am following this thread to guide me from FreeNas VirtualBox to bhyve.
https://blog.yuo.be/2017/01/04/migrating-a-vm-from-virtualbox-to-iohyve-bhyve-on-freenas-9-10/
However, I am stuck with this command.
dd if=/mnt/Main/jails/Production/tmp/SDB.Raw of=/dev/zvol/Tank/iohyve/SDB/Disk0
I cannot see any progress on the terminal, and when I use WinSCP to look at the file directory, disk0 size is 0 KB but the modified timestamp updates every second. The raw file is ~65gb.
I also notice that the Pool name is different on the between destinations. Does this matter?
Thanks
Update:
I tried running rsync
and this is the output I got:
[root@Server] rsync --info=progress2 /mnt/Main/jails/Production/SDB.Raw /dev/zvol/Main/iohyve/SDB-Server/disk0
32,768 0% 0.00kB/s 0:00:00 66,571,993,088 100% 144.63MB/s 0:07:18 (xfr#1, to-chk=0/1)
rsync: mkstemp "/dev/zvol/Main/iohyve/SDB-Server/.disk0.Fwn6Co" failed: Operation not supported (45)
66,571,993,088 100% 144.63MB/s 0:07:18 (xfr#1, to-chk=0/1)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1180) [sender=3.1.2]