View Single Post
Old 12-05-2012, 09:59 AM   #95
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
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?

Last edited by ixtab; 12-05-2012 at 10:03 AM. Reason: /dev/mmcblk0p2! 2!
ixtab is offline   Reply With Quote