On Mon, Aug 25, 2014 at 7:53 PM, Jose B Rivera <[email protected]> wrote: > Robert, > Thanks for the lsblk command I get the following: > NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT > mmcblk0boot0 179:8 0 2M 1 disk > mmcblk0boot1 179:16 0 2M 1 disk > mmcblk0 179:0 0 3.6G 0 disk > ââmmcblk0p1 179:1 0 96M 0 part > ââmmcblk0p2 179:2 0 3.5G 0 part / > mmcblk1 179:24 0 29.7G 0 disk > ââmmcblk1p1 179:25 0 29.7G 0 part > > My microsd car is 32gb so it must be the mmcblk1 and the mmcblk1p1 (29.7G).
Then you inserted it after it booted.. make sure to use it's uuid when you edit /etc/fstab It'll save much pain when it swaps between /dev/mmcblk0 <-> /dev/mmcblk1 voodoo@a5-imx6q-wandboard-2gb:~$ ls -lh /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 Dec 31 1969 3e65ad1d-2793-41fa-89a6-c469caafd18b -> ../../sda5 lrwxrwxrwx 1 root root 10 Dec 31 1969 7689eb16-0711-415a-9319-454af0e90eea -> ../../sda6 lrwxrwxrwx 1 root root 15 Dec 31 1969 76efe224-3292-4f34-8f4c-8b161c438f18 -> ../../mmcblk0p1 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.
