HOWTO safely unmount remove USB zfs sdcard

Yuri Pankov yuripv at yuripv.net
Mon Dec 10 00:16:25 UTC 2018


Russell L. Carter wrote:
> Greetings,
> I can easily create a ZFS filesystem on a USB sdcard,
> but I have not yet found the recipe for safely unmounting
> it and then mounting it on another 12.0 FreeBSD system.

You mean you have created a ZFS pool on that sdcard?

> Ideally, the answer is just a google search away, but
> alas, that has not turned out to be the case.  Yeah,
> I suck at google, evidently.
> 
> Can anybody help?

Should be the same as for any ZFS pool -- `zpool export <pool>`; on
another system -- `zfs import <pool>`.  You could possibly need '-f'
flag for import if you forgot to export the pool first.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20181210/8d43a80f/attachment.sig>


More information about the freebsd-questions mailing list