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
Sunday, March 1, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment