On Mon, Jun 9, 2014 at 6:38 PM, Charles Kerr <[email protected]> wrote: > used the latest Debian image on this site,flashed my dmmc, and I noticed my > SD card doest mount (I use a blank one for storage). > > I look under /media and I don't see it (nothing shows). > > I have the uEnv.txt file on my sd card. is this a know issue, or should I > look for something else?
It's not setup to automatically mount the other microSD card. Just add it to /etc/fstab /dev/mmcblk0p1 /media/microsd auto defaults 0 0 Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
