From owner-freebsd-questions@FreeBSD.ORG Fri Oct 29 11:22:37 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46FAA106564A for ; Fri, 29 Oct 2010 11:22:37 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id C97F48FC21 for ; Fri, 29 Oct 2010 11:22:36 +0000 (UTC) Received: by fxm17 with SMTP id 17so3023654fxm.13 for ; Fri, 29 Oct 2010 04:22:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=17lRmPHhn9cu+KyzrecdJw4cfRZVSwUQ460+aoIgFK8=; b=odWUpo4kp1iSTpAdlaeOJJ/QhrFGHaPvZK2VyNQZiQ/XGUnMuifeeMJPj9cGPLBCLW lDdIvRLumNBHLtN/R8PSfJTFzK2zIf/wFtaDQqo5SM7pSpB3BstI3HgvzA7qblc2IatH XgfcYZuc7N8FPnllMCa7sBMBt8PvuVVSBIHMY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=F9F7KbammvgTP1dkIfNTuHRWJs0G00qAuko16Q7tv70wS2hn4D1ujGWJqwojLwzykY 0AhnSJn0Q/JV1efQpYBFdNxYKJrrUF+iUn14Ted3MAwckPZuW5L5VqpEmCGSUbNliMsc /8uuitMgpDaCZqELw5qx3Y0bAWI24eo3dL0zI= MIME-Version: 1.0 Received: by 10.223.115.130 with SMTP id i2mr2125293faq.1.1288351355603; Fri, 29 Oct 2010 04:22:35 -0700 (PDT) Received: by 10.223.108.194 with HTTP; Fri, 29 Oct 2010 04:22:35 -0700 (PDT) In-Reply-To: References: Date: Fri, 29 Oct 2010 06:22:35 -0500 Message-ID: From: Adam Vande More To: dan Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: mount_msdosfs -L ... [odd behaviour ?] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 11:22:37 -0000 On Fri, Oct 29, 2010 at 6:13 AM, dan wrote: > Thank you for your research and prompt response. The module was available. > I tried both: kldload in command line and adding it in loader.conf. > > Note. In case the module has not been been loaded,as a user, here, one gets > 2 messages > "mount_msdosfs: cannot find or load msdosfs_iconv kernel module" > AND > > "mount_msdosfs: msdosfs_iconv: Operation not permitted" > > I wonder what Operation is not permitted as a user and what rights the user > needs. sysctl vfs.usermount=1 Although it doesn't seem correct that you can mount that FS if it's already been mounted previously by root when that sysctl is at 0. -- Adam Vande More