After some investigation with Pismo File Mount, could you try to add pfmMountFlagWorldOwned in pfm_layer.cpp at line 121 when mounting the folder? In BoxCryptor Classic (that uses encFS on top of EldoS' CBFS) in windows 7 only mounting the volume for all users enables windows search to see the mounted drive; maybe it can be the same with Pismo Mount on Windows 10?
Also I saw that mounting as a local drive with Pismo is deprecated (and broken in the documentation)... mounting as a network drive surely prevents Windows search to see the drive...
Your encFSMP version of encFS is the most complete port to Windows with may options, just the not indexable drive is a stopper for me...
cheers
Giuse
PS. are there any instructions for compiling your project with Visual Studio? I am interested in that. Thanks!
Last edit: GIUSEPPE COVINO 2015-08-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Where did you see that mounting as local drive is deprecated? It's a new feature as I can see, since one or two releases of PFM.
I don't use Windows Search, so I did not pay attention to it. But if it's not too much work I will try to amend it.
Could you please send an email to hiestandroman@gmail.com? I will try to make a test version for you with this flag sometime next week, if I find the time.
Writing compilation instructions is on my todo-list :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Also WorldOwned is shown there to try for indexing.
I am sending you and email for a test version, I really hope you can make windows search work :)
cheers
Giuse
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would also appreciate it if the mounted drive would be indexable under windows 10. Up until now I've been using Boxcrytor classic which will not be supported by Windows 10. Therefore I'm looking for an alternative.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The way PFM mounts drives currently does not allow Windows Search to index the drive. It seemed to work until Windows 7, but not with newer versions.
Maybe in the future PFM will mount the drives differently, and it may be possible again to index the drive again. However, there is no specified time or version when this might be implemented.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I immediately ran to test it since that would be such a good news to replace Boxcryptor eith encfsmp for me...but it seems as it does not work yet in windows 10...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After some investigation with Pismo File Mount, could you try to add pfmMountFlagWorldOwned in pfm_layer.cpp at line 121 when mounting the folder? In BoxCryptor Classic (that uses encFS on top of EldoS' CBFS) in windows 7 only mounting the volume for all users enables windows search to see the mounted drive; maybe it can be the same with Pismo Mount on Windows 10?
Also I saw that mounting as a local drive with Pismo is deprecated (and broken in the documentation)... mounting as a network drive surely prevents Windows search to see the drive...
Your encFSMP version of encFS is the most complete port to Windows with may options, just the not indexable drive is a stopper for me...
cheers
Giuse
PS. are there any instructions for compiling your project with Visual Studio? I am interested in that. Thanks!
Last edit: GIUSEPPE COVINO 2015-08-12
Where did you see that mounting as local drive is deprecated? It's a new feature as I can see, since one or two releases of PFM.
I don't use Windows Search, so I did not pay attention to it. But if it's not too much work I will try to amend it.
Could you please send an email to hiestandroman@gmail.com? I will try to make a test version for you with this flag sometime next week, if I find the time.
Writing compilation instructions is on my todo-list :-)
Hi, thanks for your reply. Deprecation of local mount from Pismo Documentation:
mountFlags
*
pfmMountFlagReadOnly (0x00000001)
pfmMountFlagWorldRead (0x00000004)
pfmMountFlagWorldWrite (0x00000008)
pfmMountFlagUncOnly (0x00000010)
pfmMountFlagVerbose (0x00000020)
pfmMountFlagForceUnbuffered (0x00000080)
pfmMountFlagForceBuffered (0x00000100)
pfmMountFlagGroupRead (0x00000400)
pfmMountFlagGroupWrite (0x00000800)
pfmMountFlagGroupOwned (0x00001000)
pfmMountFlagWorldOwned (0x00002000)
pfmMountFlagCacheNameSpace (0x00004000)
pfmMountFlagBrowse (0x00010000)
pfmMountFlagUnmountOnRelease (0x00020000)
pfmMountFlagUnmountOnDisconnect (0x00040000)
pfmMountFlagLocalDriveType (0x00080000) !! Broken and unsupported.*
Also WorldOwned is shown there to try for indexing.
I am sending you and email for a test version, I really hope you can make windows search work :)
cheers
Giuse
I would also appreciate it if the mounted drive would be indexable under windows 10. Up until now I've been using Boxcrytor classic which will not be supported by Windows 10. Therefore I'm looking for an alternative.
The way PFM mounts drives currently does not allow Windows Search to index the drive. It seemed to work until Windows 7, but not with newer versions.
Maybe in the future PFM will mount the drives differently, and it may be possible again to index the drive again. However, there is no specified time or version when this might be implemented.
With the newest version of EncFSMP, the version 181 of PFM was released which might solve the problem with Windows Search.
Please retest!
I immediately ran to test it since that would be such a good news to replace Boxcryptor eith encfsmp for me...but it seems as it does not work yet in windows 10...