cat /proc/partitions
major minor  #blocks  name

 31     0       3840 mtdblock0
 31     1        256 mtdblock1
 31     2       4096 mtdblock2
 31     3     524288 mtdblock3
 31     4     516096 mtdblock4
254     0    8011776 mmcblk0
254     1    8007680 mmcblk0p1

mtd devices are the NAND flash on my system, mmc - is the SDcard. So you would need to:

# mount -o ext2 /dev/mmcblk0p1 /2gbsd

Bill Zimmerly wrote:
I have a ext2 formated 2 GB SD card and want to mount it on the
DaVinci DM355 board.

Using the general form:

# cd /
# mkdir 2gbsd
# mount <device> /2gbsd

What device do I replace <device> with?

I noticed when browsing the /dev directory that there is no /dev/sda1 listed.

Thanks for the help,
- Bill
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to