From owner-freebsd-stable@FreeBSD.ORG Thu Feb 9 22:09:57 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6664116A420 for ; Thu, 9 Feb 2006 22:09:57 +0000 (GMT) (envelope-from freebsd@luna.afraid.org) Received: from gw.luna.afraid.org (lls-c-13303.adsl.wanadoo.nl [81.69.81.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C326443DA1 for ; Thu, 9 Feb 2006 22:09:53 +0000 (GMT) (envelope-from freebsd@luna.afraid.org) Received: from [127.0.0.1] (gw.luna.afraid.org [127.0.0.1]) by gw.luna.afraid.org (Postfix) with ESMTP id C818D32; Thu, 9 Feb 2006 23:09:52 +0100 (CET) Message-ID: <43EBBDB0.9030402@luna.afraid.org> Date: Thu, 09 Feb 2006 23:09:52 +0100 From: Raaf User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8) Gecko/20060118 Thunderbird/1.5 Mnenhy/0.7.3.0 MIME-Version: 1.0 To: martinko References: <200602082003.k18K3ZQJ077077@lurza.secnetix.de> <43EA6B21.8040307@pobox.sk> <43EA6E25.8090009@luna.afraid.org> <43EA70E8.2030301@pobox.sk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Trouble with mounting USB stick as user X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 22:09:57 -0000 martinko wrote: > confirmed. almost. all but one mounted. please see below and comment ... > > /everything setup as before/above/ > > [mb-aw1n-bsd][mato][~] > $ mount /usr/home/mato/mnt/win/ > [mb-aw1n-bsd][mato][~] > $ mount /usr/home/mato/mnt/lin/ > [mb-aw1n-bsd][mato][~] > $ mount /usr/home/mato/mnt/fat/ > mount_msdosfs: msdosfs_iconv: Operation not permitted > [mb-aw1n-bsd][mato][~] > $ mount /usr/home/mato/mnt/dos/ > [mb-aw1n-bsd][mato][~] > $ kldstat > Id Refs Address Size Name > 1 30 0xc0400000 459d90 kernel > 3 1 0xc085c000 56c8 vesa.ko > 4 1 0xc0862000 cbe4 ntfs.ko > ... > 13 1 0xc0943000 4ec8 atapicam.ko > 14 1 0xc0948000 1e78 msdosfs_iconv.ko > 15 2 0xc094a000 49f4 libiconv.ko > 16 1 0xc094f000 103f4 ext2fs.ko > [mb-aw1n-bsd][mato][~] > $ > > all necessary modules seem to be loaded so why is it still failing ?? > I suspect it has something to do with character-conversion failing. See the mount_msdosfs(8) manpage for some mount options that might be able to help you out.