https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216813
--- Comment #1 from Conrad Meyer <[email protected]> --- Seems to work fine on CURRENT: $ dd if=/dev/zero of=./testfs.img bs=1m count=50 $ sudo mdconfig -a -t vnode -f testfs.img $ sudo newfs_msdos /dev/md0 $ mkdir mnt $ sudo truss -o truss.log mount_msdosfs -D utf8 -L uk_UA.KOI8-U /dev/md0 ./mnt $ echo $? 0 -- 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]"
