Importing a vdev copied zpool from file

mike tancsa mike at sentex.net
Thu Mar 26 12:59:44 UTC 2020


On 3/25/2020 7:29 PM, Attila Nagy wrote:
> Hi,
>
> I'm wondering, why this doesn't work and what could be done to make it work?
>
> # dd if=/dev/da0 of=/data/da0

What if you add the step

mdconfig *-o async* -t vnode -f /data/da0

and then try the import ? Note, the async option adds a pretty big speed
increase

    ---Mike





More information about the freebsd-fs mailing list