Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Feb 2017 08:22:13 +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@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216813

            Bug ID: 216813
           Summary: mount_msdosfs: regression in handling the -L flag
           Product: Base System
           Version: 10.3-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: mi@FreeBSD.org

Created attachment 179628
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179628&action=
=3Dedit
Work-around

Trying to mount an MS-DOS formatted USB-stick with

% mount_msdosfs -D utf8 -L uk_UA.KOI8-U /dev/da4 /mnt

fails with:

mount_msdosfs: msdosfs_iconv: File exists

(As it used to in 2008, see Bug 129720). After the command exits, the=20
msdosfs_iconv.ko is listed by kldstat. So, something loads it, then tries to
load it again and fails.

The attached patch provides a work-around for mount_msdosfs(8) -- this allo=
wed
me to mount the device in a hurry. However, I suspect, it is the
kiconv_add_xlat16_cspairs(3), that needs fixing instead.

--=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>