From owner-freebsd-current@freebsd.org Sun Jan 14 02:10:07 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 503E5E6E8CF for ; Sun, 14 Jan 2018 02:10:07 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23C8783F9B for ; Sun, 14 Jan 2018 02:10:07 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-io0-x235.google.com with SMTP id w188so9752212iod.10 for ; Sat, 13 Jan 2018 18:10:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=5cgqyc6XjOyTyaNf6rcjg+ISpEGrrzsxFJULUYI3DZU=; b=iqvL53CU+WZvheF6uOHqC8S77DcrAwgixa6NPq2ZYKO3FylkQ7h4OTMs0GgFLDwrbe gE5Qm+Q2ZLwczfyZQTOsAGSrFlIWN6pewd5jJBMdqVGNt9A3HY7yPqNpIhwrQ8lL26zj fjklfNxUZ4wQysl/+mvOgcyv79kcKGiZBn2YwFJwoJlFDgKo9QfgMM0k5BPvaGe+t4Oc FJYQyaT3fWlhsocSUx14Hc9IdUzHovCSkOqF/MRVImFcwz5L6837gB7W969t8MXGZTDr xflyLDpc5M+jXqGVDhe4cfnYU2k2uCPAckPrNUd9cvYCsemW5zBJ0rpZEAyZw3KiGYfk 4hlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5cgqyc6XjOyTyaNf6rcjg+ISpEGrrzsxFJULUYI3DZU=; b=pGHEUiXV2Bq2EWewhBJHQDSjSG5BorQfK2DZnEtuTXLKRlpPNZyKloslK7HMXn0yHj 7JTFpe5RBDaz5IosqHe5jhgtnZTvI7aSaalwLmzYoAh9ikkCVriGIxiRlVKM6F4P7vWk PgG//BjxcoB7flHAVGsXXDDBe05W7sUycTJGTIUXqtZNwfPvi1GSVpsWRSbbIE38xVQG 9rxoDEYdzeBHjQIzRUmAIU/5Jzq/JWhtqwGCcnVGLCs5VEfNNrZsPTiTAvNxpa9ihel0 a7N7I0gM/i05UHnzdHchCsl47sShy5tWsh/Wi7YeA030jdvVB17GgWpRVajVAfien+LB 4klQ== X-Gm-Message-State: AKwxytc6qOjUFLyEqBkGlpCVu9XWpBYvjnMLzqVP5Rtzj8kydo3sNlSw uWQBeCvHCWGk1KNDmyTwwSjtr5bIjYHpj4O3otjzeRkX X-Google-Smtp-Source: ACJfBoux+sXhd955cwyJf2yW0qGauHjzHqxDJB07WYrArE5d3nP2Hc4aqCd6RVEId0sooVLfeEo55wpBs1amxPaJaXs= X-Received: by 10.107.16.8 with SMTP id y8mr9461505ioi.213.1515895806306; Sat, 13 Jan 2018 18:10:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.164.193 with HTTP; Sat, 13 Jan 2018 18:10:05 -0800 (PST) From: blubee blubeeme Date: Sun, 14 Jan 2018 10:10:05 +0800 Message-ID: Subject: msdosfs_iconv To: FreeBSD current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 02:10:07 -0000 This is a repost from freebsd-question; Hoping to get more exposure and help here. I am trying to run mount_msdosfs with the option to set locale like this: mount_msdosfs -L en_US.UTF-8 /dev/da0s1 $HOME/usb This returns operation not permitted. usrmount is set to 1 and everything mounts as expected w/o root if I remove the locale option. The problem here is that my document filenames are garbled and I can't actually open the files. kiconvtool: https://wiki.freebsd.org/DmitryMarakasov/kiconvtool is said to work but it does not, after installing it I still get the exact same error. Is there a way to set locale when using mount_msdosfs without sudo?