Doing a
Can
dump for the /tmp partition: dump -0Lauf - -C32 -b64 /dev/da0p5 | xz > /home/da0p5.dump.xz. But it never completed i.e. its sub process /sbin/mksnap_ffs /tmp /tmp/.snap/dump_snapshot never completes. CPU maxed out. Can
kill the dump process but not the subprocess mksnap_ffs. Wondering how to kill this sub process. i.e no luck with kill -9 #processnumber.