[email protected] <[email protected]> [14-10-28 17:40]: > Dear all, > > I want auto mount a SD card, with fstab no problem. > > But when i boot with a SD card in slot, the device is assigned to > /dev/mmcblk0p1 and if i boot without SD card, the device is assigned to > /dev/mmcblk1p1 after i insert SD card. > > In my project I do not know if the SD card are in the slot during the boot. > What is the best way for auto mount an SD card ? (With and Without SD card > in slot during the boot) > Thanks. > > Best Regards. > > > -- > 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.
Hi, just a shot in the dark: use lsusb -v as root to examine the "attributes" (correct word?...sorry I am no native english speaker...) of the usb port of the hub on the beaglebone. Then build an udev rule to assign it a constant name additonally to the already given one (mmcblk*) in case of other programs use that one. Good luck! Best regards, mcc -- 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.
