Date: Wed, 15 Feb 2017 05:01:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 216813] mount_msdosfs: regression in handling the -L flag Message-ID: <bug-216813-8-PlDBx6a7IT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216813-8@https.bugs.freebsd.org/bugzilla/> References: <bug-216813-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216813 --- Comment #1 from Conrad Meyer <cem@freebsd.org> --- Seems to work fine on CURRENT: $ dd if=3D/dev/zero of=3D./testfs.img bs=3D1m count=3D50 $ 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216813-8-PlDBx6a7IT>