This is the command I used to mount a cruzer usb stick drive, so that user with uid 502 could write to the drive:

mount -rw -t vfat -o exec,uid=502,umask=0000 /dev/sdb1 /mnt/cardreader

Note: Found the device by doing a fdisk -l after connecting the drive.