Urh Srečnik
Urh Srečnik
definitely, I somehow missed those :/ tnx
Maybe :) Cygwin should be fairly easy to try altough I have my doubts because libfuse is relying on FUSE kernel module.. Quick Google search also found https://dokan-dev.github.io/ which looks...
I started working on this (see new "windows" branch at a29f7c840d725c6ace47ef2ae16634fb0a2d8944). Currently, it compiles and it lists database objects on Windows using Dokan. It compiles natively using MSVC and thus...
Yep, I thought the same and was a bit surprised when not much interest was shown. I did present at SIOUG conference and posted a few twits on Twitter where...
Windows version (beta!) finally released: https://github.com/usrecnik/ddlfs/releases/tag/3.0-RC1 I've also updated README.md to describe how to build it on Windows.
1. is already done for oracle version >= 12c
It seems that it doesn't like **relative** mountpoint. Replace `./dbobjects` with absolute path to an empty folder, or choose any unused letter, e.g. `X:` btw, for easier debugging, you can...
Empty directory must already exist before mount. Create empty directory `C:\dev\my_project\db_objects` and try again. `db_objects` will be replaced with junction on mount and back to folder on unmount. But it...
Ahh, following packages must be available in order for ganesha to support btrfs subvolumes: ``` # apt install libbtrfsutil-dev libbtrfsutil1 ``` Maybe consider adding this to doc where btrfs subvolumes...
But.. this only works as long as no new subvolumes are created. E.g: this works now: ``` root@ganesha-server:/srv/test1# btrfs sub list . ID 259 gen 17 top level 5 path...