rcloneExplorer icon indicating copy to clipboard operation
rcloneExplorer copied to clipboard

Mount remotes using Dokany in Windows

Open jkaberg opened this issue 7 years ago • 9 comments

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 😄

jkaberg avatar Dec 10 '16 16:12 jkaberg

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 avatar Dec 20 '16 07:12 andrewiankidd

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

andrewiankidd avatar Jan 06 '17 16:01 andrewiankidd

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

jkaberg avatar Jan 06 '17 20:01 jkaberg

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

andrewiankidd avatar Jan 21 '17 02:01 andrewiankidd

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

jkaberg avatar Jan 21 '17 06:01 jkaberg

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!

mmozeiko avatar Jan 30 '17 09:01 mmozeiko

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!

andrewiankidd avatar Jan 30 '17 09:01 andrewiankidd

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.

mmozeiko avatar Jan 30 '17 10:01 mmozeiko

It sounds like we're in a similar boat, I did think of a more integrated approach but due to the way my other project works I thought I'd try and keep it 'portable' to an extent.

I look forward to your progress and hopefully at some point we can have a stable rclone mount on windows

On Mon, Jan 30, 2017 at 10:04 AM, Mārtiņš Možeiko [email protected] wrote:

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 Im learning about go at the same time, haven't written anything in go before this.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/andrewiankidd/rcloneExplorer/issues/21#issuecomment-276022697, or mute the thread https://github.com/notifications/unsubscribe-auth/AQt7K6kjHCgvM5k-5h--55A1qG5M9GrNks5rXbW8gaJpZM4LJr8c .

-- Andrew Kidd 07468430880 [email protected]

[image: ] http://uk.linkedin.com/pub/andrew-kidd/68/516/3a8/ http://andrewiankidd.co.uk

andrewiankidd avatar Jan 30 '17 10:01 andrewiankidd