[Bug 216813] mount_msdosfs: regression in handling the -L flag

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 15 05:01:04 UTC 2017


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

--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
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.


More information about the freebsd-bugs mailing list