The problem with every file being executable is because not every file
can be executed :)

This makes the output of 'ls' a mess. Another example is when you
double click a file in a desktop environment: How will the file
manager know if it is supposed to open the file in a text editor or
run it?

That's why I also can't use the umask option, I may store some
executable scripts, so what I need is to preserve the executable bit.

I'm already read about the FUSE interface and it seems very simple,
and since the EncFs codebase is small I will probably implement it in
my own fork.

On Thu, Jan 31, 2013 at 2:22 PM, Rob <robsp...@fastmail.fm> wrote:
> Hey,
>
> you could use the fuse option -oumask= to set a umask to the filesystem.
> NTFS-3G is fuse too, right? So you could use this option already there.
>
> Btw where is the problem that all files are executable?
>
> robert
>
> Am 31.01.2013 16:19, schrieb Thiago Padilha:
>> I need to use an external drive formatted with NTFS as the lower
>> directory for encfs, but since ntfs doesn't understand the concept of
>> executable files, every file is treated as executable by ntfs-3g, and
>> consequently by EncFs.
>>
>> I have tried the expert configuration, but saw no way of achieving
>> this. Is there a hidden option that will let be do it?
>>
>> If not, can someone familiar with the source code provide a hint where
>> I could implement such functionality?
>>
>> Thanks in advance.
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_jan
>> _______________________________________________
>> Encfs-users mailing list
>> Encfs-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/encfs-users
>>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> _______________________________________________
> Encfs-users mailing list
> Encfs-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/encfs-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Encfs-users mailing list
Encfs-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/encfs-users

Reply via email to