Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Mount remotes using Dokany in Windows #21

Open
jkaberg opened this issue Dec 10, 2016 · 9 comments
Open

Mount remotes using Dokany in Windows #21

jkaberg opened this issue Dec 10, 2016 · 9 comments
Labels

Comments

@jkaberg
Copy link

jkaberg commented Dec 10, 2016

This project seems like a nice fit for mounting the remotes in rclone as drives in Windows using Dokany. There is a FUSE wrapper that's supposed make things easy to port from Unix systems.

I myself don't have the required skill set to pull this of, but I'm hopeing someone who passes by might 😄

@andrewiankidd
Copy link
Owner

Kind of out of scope but something I have tinkered with before - to get around it for now I've got it mounted under linux and access it that way - but Dokany looks like a good shot for windows user wanting mount

@andrewiankidd
Copy link
Owner

started on this today :)
https://i.imgur.com/08wCzQv.png

@jkaberg
Copy link
Author

jkaberg commented Jan 6, 2017

Very cool @andrewiankidd, looking forward to try it :-)

@andrewiankidd
Copy link
Owner

I have excellent news, it's working and can stream files from ACD > Plex, mounted on windows :)

I'll be tweaking it a bit more (right now lots of hardcoded values) and releasing alpha version tomorrow

Thanks a ton for pointing out Dokan - I had a look before and no idea how I missed it.

https://i.imgur.com/pvnWJQX.gifv

@jkaberg
Copy link
Author

jkaberg commented Jan 21, 2017

Sweet! Take your time. Releasing this will draw a lot of attention towards your project, make sure you're ready for it :-)

@mmozeiko
Copy link

Oh, I see somebody else is doing this already :)

I've also started to implement dokan support into rclone. But I started this only last week, you seem to be much further ahead of me. So I'll probably wait for your implementation. I can't wait to be able to mount rclone remotes in Windows. Great stuff!

@andrewiankidd
Copy link
Owner

Hey there!

You might be able to do a much better job than me, I'm not very experienced with these things. I have very basic support in that I've played a few movies via Plex, but I have a few local copies with different methods and varying levels of performance.

I have the most basic working version here (using dokan-dotnet):
https://github.com/andrewiankidd/rcloneWinMount

If you've made any headway I'd love to see what you have!

@mmozeiko
Copy link

mmozeiko commented Jan 30, 2017

I see what you are doing. I'm actually modifying rclone source so it can use mount command on Windows. I basically started to integrate Dokan inside rclone.exe.

Currently I have only enumeration somehow partially working, no reading/writing yet. It goes slowly because I'm learning about go at the same time, haven't written anything in go before this.

I'll see if I can throw something workable together in next week.

@andrewiankidd
Copy link
Owner

andrewiankidd commented Jan 30, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants