I am novice Ubuntu user. I've struggled mounting my SD card on my Ubuntu 11.04. However, I've googled the issue and now I'm able to mount the card. But, I don't know what difference the command made that enabled the SD card to mount and usable? Please help!!
Here is the command I've used to change the settings.
sudo mkdir /media/MMCSD
sudo nano /etc/fstab
then deleted the line starting with /dev/sdb1
then replaced it with the command below
/dev/hdb1 /media/MMCSD vfat auto,user,sync,exec,uid=1000,gid=1000,umask=007 0 0
This did the magic. Please explain.