LOL....
Im trying!

Its alot to take in all at once. And lots going on!

I have this working: [SD library]
/*
SD card test
created 28 Mar 2011
by Limor Fried
*/
// include the SD library:
#include <SD.h>
wired it up.. and it read my sd card....etc.
info:
Initializing SD card...Wiring is correct and a card is present.
Card type: SD1
Volume type is FAT32
Volume size (bytes): 512135168
Volume size (Kbytes): 500132
Volume size (Mbytes): 488
Files found on the card (name, date and size in bytes):
and since you linked me to that library..
I tried that one as well:
sdfatlib:
SD chip select is the key hardware option.
Common values are:
Arduino Ethernet shield, pin 4
Sparkfun SD shield, pin 8
Adafruit SD shields and modules, pin 10
The default chip select pin number is pin 10
Enter the chip select pin number:
I did have to edit this line though to match up with my wiring:
int chipSelect = 10;
//original
//int chipSelect = SS_PIN;
Is there a preference? (and why? just curious)

Is there another/next small 'feat' to try or get used to? with the sdfatlib
thanks