
Originally Posted by
NRG
You could check to see what RPi is seeing as well, SSH into the Pi and type sudo blkid this will tell you what the file system is for the block storage devices the Pi can see.
sudo fdisk -l will tell you more about the device identifiers and the partitions.
Edit: oh, and cat /proc/mounts will list all mounts