[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 27 16:07:29 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521

--- Comment #86 from hlh at restart.be ---
With The current githup I can

gpart create -s GPT /dev/mmcsd0
gpart add -t freebsd-zfs /dev/mmcsd0
zpool create TEST /dev/mmcsd0p1
...populate the pool...
zpool scrub
zpool status TEST
  pool: TEST
 state: ONLINE
  scan: scrub repaired 0 in 0 days 00:00:17 with 0 errors on Wed May 27
18:01:58 2020
config:

        NAME        STATE     READ WRITE CKSUM
        TEST        ONLINE       0     0     0
          mmcsd0p1  ONLINE       0     0     0

errors: No known data errors

This is a wonderful day!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list