View Single Post
Posts: 7 | Thanked: 2 times | Joined on Jan 2008
#1
Hi,
hi I'm very confused about the automatic mount of mmc cards. I have formatted as ext3 the internal 2 gb card of my n810. Now I want to mount this card automatically at boot time, in a new mount point /Root, and I added this row on fstab file:
Code:
/dev/mmcblk0p1 /Root ext3 defaults,errors=remount-ro,noatime 0 0
When I boot up the sistem, if I give a mount command to see active mounted partition, I noticed that fstab row is ignored, and I have always this mount active:
Code:
/dev/mmcblk0p1 on /media/mmc2 type ext3
This isn't in fstab...
Maybe this is mounted automatically from the program ke-recv? There is a way to avoid that system mount automatically the /dev/mmcblk0p1 on /media/mmc2?

Thx in advance,
Salgua

Last edited by salgua; 2008-03-20 at 16:36.