Date: Thu, 26 Mar 2020 08:59:17 -0400 From: mike tancsa <mike@sentex.net> To: Attila Nagy <bra@fsn.hu>, freebsd-fs@freebsd.org Subject: Re: Importing a vdev copied zpool from file Message-ID: <616f6969-b137-7db6-894f-f7612e67abcd@sentex.net> In-Reply-To: <CAM2hQG_iREkW=tsX=rF8XCOe1CFxumbftr7am6uZ0X6u-YFKQw@mail.gmail.com> References: <CAM2hQG_iREkW=tsX=rF8XCOe1CFxumbftr7am6uZ0X6u-YFKQw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?616f6969-b137-7db6-894f-f7612e67abcd>