From owner-freebsd-current@freebsd.org Sun Jan 14 03:56:44 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 D75DBE76F33 for ; Sun, 14 Jan 2018 03:56:44 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-io0-x244.google.com (mail-io0-x244.google.com [IPv6:2607:f8b0:4001:c06::244]) (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 94F8468D04 for ; Sun, 14 Jan 2018 03:56:44 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-io0-x244.google.com with SMTP id b198so7186746iof.6 for ; Sat, 13 Jan 2018 19:56:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=dEftnzownYVYXYR1NhSKSB4zYlhh7DPneq5XcbzVGX8=; b=ReFIaG4L38ZtsoI8enMJE1eB8zSaFrGCM7I0dr8t2fP5qEcuIV2I+Pm/Qt06o4tVEu jLnXKM0JYX/SkO1WaWz/3aJm0JfmMU60BfyNpR2pnQ/w6EoHWXi1kXzIau35MOX2HGQN MLW5a/ta5gjMZlz15U+88+FqpNjCUWpFCjd+An/FSn35WuEPSWHrsddK2HHFp5JgKqUp UaNtTxpiQ+xyIZmmwZZD8xeW2eGk7/OighEMN480PLDYdS7hF3nzVtTrjFta1I0lws// B+WkHk8IkTc3Y4UFH4mpLwVcWHiLfErcN7s+SgS60tAPU0nFE3NRfF6WtDDHLyWE+3dF hBwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=dEftnzownYVYXYR1NhSKSB4zYlhh7DPneq5XcbzVGX8=; b=dNJIXV1bSviFbkuA6jaVCYBu/4LjLn8o4mcUBqAO74DrsB1LXL0B7IA5bFN5vxIKiG lC4VKG/blxHd/kwXhaWNIpZRSmNLtGF4f4eNI3j1LakOwmY7oYDfeBlcxvcYHAkFFemR pK7i7xBomhat+LiGxKBSKm8nKIzUfVHMUe/REtyIdSDSNkNn4ACJ1YP2TbXnrawLoQMN la0pxfMJIw2JrnE/Dxstuie+ywuRUlglJcB6pAnFHXdycdHxqevXxYtBKIxT2JG1amLJ YcVxV1Y9OKCFiNfw+HhO7hZZeG7F1J/ie1yrThXk/Myu+Gyj/rdN10gPhCxJUAIQQJFX JOEg== X-Gm-Message-State: AKwxyteXA5fPRdeDxxn33LNMUiSvT3LydMdnJiRd1rmthl1XUrr4iZEq oU+jJV3ZgzU0ooIGeqfumZKVii+JSkI4iZYyyGA= X-Google-Smtp-Source: ACJfBovN+6CihZnlMxoptwQqXhA99TM++mp79iMCznnQZ1GwkMgi8lyid3CRnXzQSIJQ96bQOUwKajwgyk3vjmr9SQM= X-Received: by 10.107.17.226 with SMTP id 95mr45178ior.296.1515902203914; Sat, 13 Jan 2018 19:56:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.164.193 with HTTP; Sat, 13 Jan 2018 19:56:43 -0800 (PST) In-Reply-To: References: From: blubee blubeeme Date: Sun, 14 Jan 2018 11:56:43 +0800 Message-ID: Subject: Re: msdosfs_iconv To: Henry Hu Cc: 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 03:56:44 -0000 On Sun, Jan 14, 2018 at 11:53 AM, Henry Hu wrote: > > > On Sat, Jan 13, 2018 at 9:10 PM, blubee blubeeme > wrote: > >> 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. >> >> Have you tried to kldload msdosfs_iconv first? > > Is there a way to set locale when using mount_msdosfs without sudo? >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org >> " >> > > > > -- > Cheers, > Henry > Yes, /etc/rc.conf has this line: kld_list="nvidia-modeset msdosfs_iconv"