Philipp Czarnetzki
Philipp Czarnetzki
> Can you check if WSL has a (fake) /etc/mtab file? https://github.com/Microsoft/BashOnWindows/issues/150 i think WSL doesnt create the mtab because there is no init script
@skompc do you still have this error in the newest version?
I dont think you mean me, because i dont own OSX. I was doing testing and documenting on the internal modules (mount-filesystem...)
@tylerl0706 it somehow dont even recognizes [this](https://github.com/NodeOS/nodeos-mount/blob/master/mount.cc#L36) preprocessor flag, it just uses the linux flag and then crashes the process. Its also a duplicate NodeOS/nodeos-mount#5
im also for the `docs/` folder
@alexgitub do you've made any progress on this or can i close it?
@piranna how do you define all network interfaces? do you mean interfaces that are deactivated (like when you use `ip down `)?
yes i think we could use `node-ife` for this. its a bit outdated, but i could rewrite a new wrapper for it
@piranna I've mostly ported it to `Nan`, but im not so experienced with c/c++. How do you convert a char to a v8::Local?
okay i've done it like this Nan::New(char) but no success