File System Initialization Failed

I am trying to hook up my elegoo uno r3 with a microsd adapter, yet when i attempt to initialize the card via the SDfat library, i get this output:

SdFat version: 1.0.3

Assuming the SD is the only SPI device.
Edit DISABLE_CHIP_SELECT to disable another device.

Assuming the SD chip select pin is: 10
Edit SD_CHIP_SELECT to change the SD chip select pin.

type any character to start

init time: 197 ms

Card type: SDHC

Manufacturer ID: 0X1B
OEM ID: SM
Product: 00000
Version: 1.0
Serial number: 0XB355C1E0
Manufacturing date: 8/2014

cardSize: 7892.63 MB (MB = 1,000,000 bytes)
flashEraseSize: 128 blocks
eraseSingleBlock: true
OCR: 0XC0FF8000

SD Partition Table
part,boot,type,start,length
1,0X0,0XEE,1,409639
2,0X0,0XC,411648,15001600
3,0X0,0X0,0,0
4,0X0,0X0,0,0
error:
File System initialization failed.

Any ideas as to why this would be happening? I have already formatted my card (it is in fat32 format) and my wiring is correct. Could it be a problem with the card itself? Is an 8gb micro sd card too big? I've looked all over for answers and can't seem to find what could be wrong.

koobygains:
I have already formatted my card

Was that before, or after reading the first sticky on this forum?