https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255130
--- Comment #28 from Henri Hennebert <[email protected]> --- (In reply to Sriram Narayanan from comment #26) To test the IO something like (depending on the card size): dd if=/dev/random of=/tmp/random0 bs=32768 count=262144 dd if=/tmp/random0 of=/dev/mmcsd0 bs=32768 dd if=/dev/mmcsd0 of=/tmp/random1 bs=8192 md5 /tmp/random0 /tmp/random1 Would be nice. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
