<div>Thank you, Norman.<br/>
<br/>
I was indeed using the ffat library which was itself making the requests for a block connection.<br/>
I'll change that to using the ffat filesystem server in libports when I get a few minutes.<br/>
<br/>
Bob<br/>
<br/>
<font color="#888888"><font color="#888888">Sent from my android device.</font></font><br/><br/>-----Original Message-----<br/>From: Norman Feske <norman.feske@...1...><br/>To: genode-main@lists.sourceforge.net<br/>Sent: Wed, 27 Jan 2016 4:12 AM<br/>Subject: Re: sd_card driver Block service prevents FFAT file system use by multiple clients?<br/><br/></div>Hello, <br/>
<br/>
On <a href="tel:2701201606">27.01.2016 06</a>:47, Nobody III wrote: <br/>
> You're trying to make a second connection to the Block service, but you <br/>
> should be making a second connection to the File_system service. The <br/>
> Block service only provides a random-access chunk of memory, not access <br/>
> to files. <br/>
<br/>
there are two ways of using the ffat file system: linking the ffat <br/>
library (libports/src/lib/ffat), or starting the ffat server <br/>
(libports/src/server/ffat_fs) and letting your client open a File_system <br/>
session to the server. The latter can be done by configuring the VFS of <br/>
your client as follows: <br/>
<br/>
  <vfs> <fs/> </vfs> <br/>
<br/>
Apparently Bob has used the library, which requests a Block session <br/>
directly. Using ffat_fs should do the trick. <br/>
<br/>
Cheers <br/>
Norman <br/>
<br/>
--  <br/>
Dr.-Ing. Norman Feske <br/>
Genode Labs <br/>
<br/>
<a href="http://www.genode-labs.com">http://www.genode-labs.com</a> · <a href="http://genode.org">http://genode.org</a> <br/>
<br/>
Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden <br/>
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth <br/>
<br/>
------------------------------------------------------------------------------ <br/>
Site24x7 APM Insight: Get Deep Visibility into Application Performance <br/>
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month <br/>
Monitor end-to-end web transactions and take corrective actions now <br/>
Troubleshoot faster and improve end-user experience. Signup Now! <br/>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140">http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140</a> <br/>
_______________________________________________ <br/>
genode-main mailing list <br/>
<a href="mailto:genode-main@lists.sourceforge.net">genode-main@lists.sourceforge.net</a> <br/>
<a href="https://lists.sourceforge.net/lists/listinfo/genode-main">https://lists.sourceforge.net/lists/listinfo/genode-main</a> <br/>