jetwhiz / encfs4win

Windows port of EncFS
https://encfs.win
Other
400 stars 41 forks source link

umount questions to admin privs and parameters from encfs.exe #105

Closed cyberpunkbln closed 6 years ago

cyberpunkbln commented 6 years ago

Hello,

only a short question again;):

How can i prevent that i must use admin privileges for dokayctl.exe /u Z: and are the internal umount parameters implemented in RC13 (like -u --unmount) and when yes how i must use this params?

thx

jetwhiz commented 6 years ago

Hi @cyberpunkbln

Right now, the only option is to either use dokanyctl to unmount your encfs volume (requires admin) or mount your encfs volume in foreground mode (use -f) and then press Ctrl+C to unmount/close encfs.

The next version should have a -u option added for unmounting via encfs, but it will not make it into the code in time for this release candidate.

cyberpunkbln commented 6 years ago

Hello @jetwhiz ,

ah great then i use the foreground modus to the release with -u option.