Can't see SDCARD

Hello,

I installed debian on the board and now I want to mount sdcard (32GB), but I can’t see it in the list :frowning:

You could find information on this thread:
https://groups.google.com/forum/?fromgroups#!searchin/beagleboard/SD/beagleboard/NIgKluJYhuI/6v_MQs2YJZUJ

SD card should contains u-boot or are ignored.

“/dev/mmcblk0” well that’s the drive, you need to mount the partition.
sudo mount /dev/mmcblk0p1 /media/sdcard

Regards,

Thank you,
I have done it by other steps: I formated the disk with fdisk and mkfs.ext4 and I don’t know how but it mounted ok with command mount /dev/mmcblk0 /media/sdcard (without partition, entire disk)
And also I added it to fstab so it mount automatically:
UUID=853e7b87-426e-46b5-9374-3820a7aa3533 /media/sdcard ext4 defaults 0 2