Hello there! I do not know where to connect the SD card to Arduino Uno. I am using a SD card reader called "MicroSD Module V1.0 DFRobot.com" (As shown in the picture).
Time to google up on the SPI bus, and get some jumper wires and perhaps a little breadbord.
SCK to D13, MISO to D12, MOSI to D11, SS to D10, Gnd to Gnd, to +5.
Hopefully the card has a 5V to 3.3V regulator.
Looks like only resistor dividers for 5V to 3.3V level translation, so I don't expect good results if you run at high speeds. I use active buffers in my designs, such as 74HC4050 going to the card, and 74HC125 coming back from MISO.
Make sure you use the SDfat.h library that fat16lib maintains.
Most SD cards use SPI , same wiring and code. Just check your chip select .
SS should be d10.
The SD library should work.