他のバックアップも試そうとしているのですが # dump -f ada0p3 da0p3 dump: Cannot open da0p3: No such file or directory gpart showでもls /devでも表示されるda0p3がdumpで認識されない
# zpool detach zroot da0p3 cannot detach da0p3: no such device in pool # zpool attach -f zroot ada0p3 da0p3 invalid vdev specification the following errors must be manually repaired: /dev/da0p3 is part of active pool 'zroot' # zpool destroy zroot cannot unmount '/zroot': Device busy could not destroy 'zroot': could not unmount datasets # zfs unmount zroot cannot unmount 'zroot': not currently mounted 最初から入っていたプール(zroot)の扱い方がわからない