Updated Cygwin (markdown)

Ben RUBSON 2018-04-12 15:06:59 +02:00
parent 46d212c105
commit b285a92685

@ -48,4 +48,6 @@ For performance matters, you may consider :
- the `exec` / `notexec` [Cygwin mount option](https://cygwin.com/cygwin-ug-net/using.html#mount-table).
For performance and ACLs matters, you may also consider :
- the `noacl` [Cygwin mount option](https://cygwin.com/cygwin-ug-net/using.html#mount-table).
- the `noacl` [Cygwin mount option](https://cygwin.com/cygwin-ug-net/using.html#mount-table).
Regarding IVs, which are based on inode numbers : depending on configuration, they may lead to some problems, as file IDs (used to compute inode numbers) may not be consistent on Windows (see [1](https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/ntifs/ns-ntifs-_file_id_both_dir_information) and [2](https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/ntifs/ns-ntifs-_file_internal_information)). If not sure, they can be disabled during EncFS configuration.