View Single Post
Posts: 13 | Thanked: 20 times | Joined on Aug 2008 @ Switzerland
#196
Ok I've found my error. This command lies :

Code:
Nokia-N810-23-14:~# cat /sys/block/mmcblk0/device/../slot_name
external
It says "external" (on which I want to install Deblet), but in fact it's the internal memory card of the N810. I'm sure because :

Code:
Nokia-N810-23-14:~# ls -l /dev/mmc*
brw-rw----    1 root     floppy   254,   8 Jan  1  1970 /dev/mmcblk0
brw-rw----    1 root     floppy   254,   9 Jan  1  1970 /dev/mmcblk0p1
brw-rw----    1 root     floppy   254,   0 Jan  1  1970 /dev/mmcblk1
brw-rw----    1 root     floppy   254,   1 Jan  1  1970 /dev/mmcblk1p1
brw-rw----    1 root     floppy   254,   2 Jan  1  1970 /dev/mmcblk1p2
brw-rw----    1 root     floppy   254,   3 Jan  1  1970 /dev/mmcblk1p3
As I've just reformatted the internal card with the file manager, it has only 1 partition => it's mmcblk0. mmcblk1 shows 3 partitions, so it's the external card.

I've selected the wrong card during install