From owner-freebsd-questions@FreeBSD.ORG Thu Aug 10 21:43:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C762416A4DA for ; Thu, 10 Aug 2006 21:43:39 +0000 (UTC) (envelope-from cblasius@o2.pl) Received: from poczta.o2.pl (mx10.go2.pl [193.17.41.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F74243D5F for ; Thu, 10 Aug 2006 21:43:36 +0000 (GMT) (envelope-from cblasius@o2.pl) Received: from [84.40.169.29] (xdsl-5405.zgora.dialog.net.pl [84.40.169.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP id 0539A580C9 for ; Thu, 10 Aug 2006 23:43:34 +0200 (CEST) Message-ID: <44DBA887.1080601@o2.pl> Date: Thu, 10 Aug 2006 23:43:35 +0200 From: cblasius User-Agent: Thunderbird 1.5.0.5 (X11/20060802) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: mount_ntfs 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, 10 Aug 2006 21:43:39 -0000 I try mount my windows partition as following mount_ntfs -C ISO-8859-2 -u anuser -g ganuser -m 540 /dev/ad0s1 /c but with this is one problem - files are set execution flag e.g -r-xr----- 0 anuser ganuser 672 Jan 8 2006 file.txt folders are ok and I have acces to folders. dr-xr----- 0 anuser ganuser 0 Jul 20 22:28 samba How I should mount this partition to obtain on files no execution flag e.g. -r--r----- 0 anuser ganuser 672 Jan 8 2006 file.txt (or how set right acces something like this -r-Xr----- ? X - only on folders) but on folders it should be as before. Is it possible with mount_ntfs? Thanks in advance.