Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2006 23:43:35 +0200
From:      cblasius <cblasius@o2.pl>
To:        freebsd-questions@freebsd.org
Subject:   mount_ntfs
Message-ID:  <44DBA887.1080601@o2.pl>

next in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44DBA887.1080601>