From owner-freebsd-stable@FreeBSD.ORG Thu Feb 9 22:18:48 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 C230316A422 for ; Thu, 9 Feb 2006 22:18:48 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EA1D43D70 for ; Thu, 9 Feb 2006 22:18:41 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F7K7S-0004u2-TU for freebsd-stable@freebsd.org; Thu, 09 Feb 2006 23:18:31 +0100 Received: from r5k4.chello.upc.cz ([86.49.10.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Feb 2006 23:18:30 +0100 Received: from martinkov by r5k4.chello.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Feb 2006 23:18:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Thu, 09 Feb 2006 23:18:17 +0100 Lines: 45 Message-ID: References: <200602082003.k18K3ZQJ077077@lurza.secnetix.de> <43EA6B21.8040307@pobox.sk> <43EA6E25.8090009@luna.afraid.org> <43EA70E8.2030301@pobox.sk> <43EBBDB0.9030402@luna.afraid.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5k4.chello.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051205 X-Accept-Language: sk, cs, en-gb, en-us, en In-Reply-To: <43EBBDB0.9030402@luna.afraid.org> Sender: news 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:18:48 -0000 Raaf wrote: > 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. i've just found out that once i mount (and unmount) that mount point as root, i can mount (and unmount) it as a regular user. so it seems to me like something is still missing and once it's done/loaded with help of root, it works as expected for others too. but what is it ?? m.