ok, I received aceflor's files, and there's nothing obviously wrong, nothing weir in etc/upstart, and so on.
It still strikes me that the device automatically mounts the diags partition to /mnt/mmc. Anyway, here is the /etc/fstab:
Code:
/dev/mmcblk0p1 / ext3 suid,exec,auto,nouser,async,rw,noatime,nodiratime 0 1
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
usbfs /proc/bus/usb usbfs defaults 0 0
/dev/loop/0 /mnt/base-us vfat defaults,noatime,nodiratime,utf8,noexec,shortname=mixed 0 0
/dev/mmcblk1p1 /mnt/base-mmc vfat defaults,noatime,nodiratime,utf8,noexec,shortname=mixed 0 0
fsp#/mnt/base-us /mnt/us fuse rw,max_write=65536,max_readahead=65536,noatime,exec,nosuid,nodev,nonempty 0 0
fsp#/mnt/base-mmc /mnt/mmc fuse rw,max_write=65536,max_readahead=65536,noatime,exec,nosuid,nodev,nonempty 0 0
Can anybody enlighten me about what is really happening there? Like, what is mmcblk1p1, why is it vfat, and what are those weird fsp# format all about?
And of course: how can that explain that actually, /dev/mmcblk0p2 is mounted at /mnt/mmc after a normal boot? And that the diags partition is empty?
Oh aceflor, what on earth have you done to your poor device?