A problem when I use dokan on tahoe

Vlastimil Ovčáčík v.ovcacik at gmail.com
Sat Mar 8 22:40:33 UTC 2014


Hi,
if I remember correctly from my brief testing of TahoeLAFS and Dokan years
ago,

1) Dokan lets you easily implement your own filesystem,
2) pyFilesystem does that for TahoeLAFS,
3) and you still need running instance of Tahoe for it to work (that's
where you specify what grid you want to be connected to).


On Thu, Mar 6, 2014 at 2:46 AM, xiao_s_yuan <xiao_s_yuan at 163.com> wrote:

> https://tahoe-lafs.org/trac/tahoe-lafs/wiki/pyFilesystem
> I get how to use dokan on tahoeLAFS ,it only have several steps as follows:
> install python2.7
> install dokan and fs-0.4.0.tar
>
>
> python>>> from fs.contrib.tahoelafs import TahoeLAFS
> python>>> from fs.expose import dokan
> python>>> fs = TahoeLAFS('URI:DIR2:ddg5n76x6stjb35psrcn7i3ytu:etbtnftlaeylm4gmi7mxzq6pg2ntgra7dyjeronyoo4pvkgtttqa')
> python>>> mp = dokan.mount(fs, "f", foreground=True)
>
>
> I do the above on win7 32bit , it can't fuse the tahoe on win7.
>
>
> I want to know the steps above only use the tahoe's dir CAP information,like fs=TahoeLAFS('URI:DIR2:ddg5n76x6stjb35psrcn7i3ytu:etbtnftlaeylm4gmi7mxzq6pg2ntgra7dyjeronyoo4pvkgtttqa')
>
> no other information about tahoe,so how can the windows know which tahoe grid we use ,Should I install tahoe on windows?or Is there anyother step I should do before these.
>
>                                             thank you very much!
>
>
>
>
> _______________________________________________
> tahoe-dev mailing list
> tahoe-dev at tahoe-lafs.org
> https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20140308/06938d48/attachment.html>


More information about the tahoe-dev mailing list