Sunday, March 1, 2009

mounting sd card on ubuntu linux

first do ls /dev/mmcblk*
you should see something like:

/dev/mmcblk0 /dev/mmcblk0p1

now mount the device /dev/mmcblk0p1:
sudo mount -t vfat /dev/mmcblk0 /mnt

your sd should now be available at the mount point /mnt

No comments: