This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to prevent MMC card from being automatically mounted in linux-2.6.37-psp04.02.00.07.sdk?

Other Parts Discussed in Thread: DM3730

I'm running linux-2.6.37-psp04.02.00.07.sdk on a DM3730 custom board.

MMC driver is statically build.

I need the card to be checked when my application starts up and mounted to a non-default mounting point.

To do this, I need to make sure the card, and any partition of the card, is not mounted automatically when Linux boots.

I have checked /etc/fstab, there isn't any configuration related to MMC card, but the card still mounts automatically.

Is there a place to configure it so that MMC card doesn't mount automatically?