From owner-freebsd-questions@FreeBSD.ORG Thu Sep 13 13:43:16 2007 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 4FF5316A417 for ; Thu, 13 Sep 2007 13:43:16 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id C4B6513C46B for ; Thu, 13 Sep 2007 13:43:15 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so488774nfb for ; Thu, 13 Sep 2007 06:43:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=cT6DlDvVDMcHBuIiRDwrVyWrInTBm4+knFKCEtE/mvU=; b=cBJ+wolWb+Nuo05q3KyPjYBT137CbI7vy90astL5A/SHu0KsuxYC1aetsHvhDpN9CmwytflN+Nshy4Wpv+k3JqbTrlT+B2a3XDgHorA/Bbe0kVw2PJg4ni5hp4bI0r1aophz6OSd7GCJmkEFlaLD6tFGUHX3+l4JTT+DP+kF4dk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=l31RujeDTPcEVLkr+1gHKIUU3Xoc4kvOCVyvv2qvkujvlqrEfea2rZrnKZEzMDaPMN8ATopJotzeIYyYwMXk9tx60Yd6ZEhz3l/WriHfCLNdvUIHTKyIg8gVY5lsNKQQXFnyan+XRcZVmMdYJcAHbqd6Mu9WNRHpNSek58Y8AEw= Received: by 10.78.168.1 with SMTP id q1mr347571hue.1189690994126; Thu, 13 Sep 2007 06:43:14 -0700 (PDT) Received: from xdsl-5405.zgora.dialog.net.pl ( [84.40.169.29]) by mx.google.com with ESMTPS id 20sm3334734huf.2007.09.13.06.43.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 13 Sep 2007 06:43:12 -0700 (PDT) From: Zbigniew Komarnicki To: freebsd-questions@freebsd.org Date: Thu, 13 Sep 2007 15:43:05 +0200 User-Agent: KMail/1.9.7 References: <200709111842.54740.cblasius@gmail.com> <200709131127.44307.cblasius@gmail.com> <200709131213.46496.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200709131213.46496.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709131543.06172.cblasius@gmail.com> Subject: Re: mount_ntfs as normal user 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: Thu, 13 Sep 2007 13:43:16 -0000 On Thursday 13 of September 2007 12:13:46 Mel wrote: > Well, that kills that. Only thing I could think of is setuid mount_ntfs. > It's really weird, cause I can't get ntfs to mount under normal userid even > with correct permissions. What you can do shouldn't be possible for 2 or 3 > reasons. I wonder if it's just ntfs, can you mount another partition as > normal user? Like, unmount /usr and remount as normal user or if you have a > less busy partition like /data or whatever. Yes, this is only for ntfs. For ufs or msdosfs partitions (slices) it is not posible. Only ntfs I can mount and unmount as normal user. What I should to do with ntfs_mount? Remove the setuid? Thank hou very much Mel.