<div dir="ltr"><div><div><div><div>Hi, <br></div>if I remember correctly from my brief testing of TahoeLAFS and Dokan years ago,<br><br></div>1) Dokan lets you easily implement your own filesystem,<br></div>2) pyFilesystem does that for TahoeLAFS,<br>

</div>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).<br><div><div><div><div><div></div></div></div></div></div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Thu, Mar 6, 2014 at 2:46 AM, xiao_s_yuan <span dir="ltr"><<a href="mailto:xiao_s_yuan@163.com" target="_blank">xiao_s_yuan@163.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="line-height:1.7;font-size:14px;font-family:arial"><a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/pyFilesystem" target="_blank">https://tahoe-lafs.org/trac/tahoe-lafs/wiki/pyFilesystem</a><div>I get how to use dokan on tahoeLAFS ,it only have several steps as follows:</div>

<div>install python2.7</div><div>install dokan and fs-0.4.0.tar</div><div><pre style="background-color:rgb(247,247,247);border:1px solid rgb(215,215,215);margin-right:1.75em;margin-left:1.75em;padding:0.25em;overflow:auto;font-size:13.076923370361328px;line-height:normal">

python>>> from fs.contrib.<span style="background-color:rgb(255,255,153);background-repeat:initial initial">tahoe</span>lafs import TahoeLAFS
python>>> from fs.expose import <span style="background-color:rgb(204,255,204);background-repeat:initial initial">dokan</span>
python>>> fs = TahoeLAFS('URI:DIR2:ddg5n76x6stjb35psrcn7i3ytu:etbtnftlaeylm4gmi7mxzq6pg2ntgra7dyjeronyoo4pvkgtttqa')
python>>> mp = dokan.mount(fs, "f", foreground=True)</pre><pre style="background-color:rgb(247,247,247);border:1px solid rgb(215,215,215);margin-right:1.75em;margin-left:1.75em;padding:0.25em;overflow:auto;font-size:13.076923370361328px;line-height:normal">

I do the above on win7 32bit , it can't fuse the tahoe on win7.</pre><pre style="background-color:rgb(247,247,247);border:1px solid rgb(215,215,215);margin-right:1.75em;margin-left:1.75em;padding:0.25em;overflow:auto;font-size:13.076923370361328px;line-height:normal">

I want to know the steps above only use the tahoe's dir CAP information,like fs=<span style="font-size:13.076923370361328px">TahoeLAFS('URI:DIR2:ddg5n76x6stjb35psrcn7i3ytu:etbtnftlaeylm4gmi7mxzq6pg2ntgra7dyjeronyoo4pvkgtttqa')</span></pre>

<pre style="background-color:rgb(247,247,247);border:1px solid rgb(215,215,215);margin-right:1.75em;margin-left:1.75em;padding:0.25em;overflow:auto;font-size:13.076923370361328px;line-height:normal"><span style="font-size:13.076923370361328px">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.</span></pre>

<pre style="background-color:rgb(247,247,247);border:1px solid rgb(215,215,215);margin-right:1.75em;margin-left:1.75em;padding:0.25em;overflow:auto;font-size:13.076923370361328px;line-height:normal"><span style="font-size:13.076923370361328px">                                            thank you very much!</span></pre>

</div></div><br><br><span title="neteasefooter"><span></span></span><br>_______________________________________________<br>
tahoe-dev mailing list<br>
<a href="mailto:tahoe-dev@tahoe-lafs.org">tahoe-dev@tahoe-lafs.org</a><br>
<a href="https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev" target="_blank">https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev</a><br>
<br></blockquote></div><br></div>