Reach MicroSD contents via USB.

Hi.

I would like to know if it is possible to reach MicroSD card contents via USB. I am using m Arduino Yun as a Datalogger and it would be necessary to keep the MicroSD card in place. Please consider that I am new to Arduino.

Thanks for your help !

AR9331's USB at Yun supports dual mode, host/device mode. But Yun only support host mode. The answer is No.

Ok, thank you ! Is there a way to reach the SD card without removing it? I first think about wifi webpage?

Could access it:

/mnt/sda1

or

/mnt/sd

Sure, I am already using this path since I am writing to my SD card. What I am trying to do is to acces the SD card with my PC, without removing it from my Arduino. As userfriendly as pluging it directly to my computer.

I am able to reach micro SD via a webserver. I created a file in my micro SD named ''arduino'' and a second one in the file arduino named ''www''... microSD/arduino/www. If I write directly in this folder, let's say a file named /arduino/www/TEST.csv, I am able to reach and download this file by the following webpage : arduino.local/sd when on the arduino Yun wifi.

for Windows PC:

Samba server (Windows share)

for Mac or Linux:

NFS server