Thadeu Lima de Souza Cascardo <[email protected]> writes: > First, mtk-msdc.1 is probably a external SD card. > > Then, it seems you have a system that likely boots from FAT, maybe? I am > not familiar with the mediatek family, but that could be possible. > > You should assign that mmcblk0p1 file to a loop device, then create the > partitions of it, mount them, and check it. > > Do it in your own Debian desktop: > > sudo losetup /dev/loop0 mmcblk0p1 > sudo kpartx -a /dev/loop0 > sudo mount /dev/loop0p1 /mnt/ > ls /mnt/ > > [...] > > Do an fdisk on /dev/loop0 too, or even directly on mmcblk0p1. fdisk -l > /dev/loop0 would tell you what partitions are there. But note: loop0 is > assigned the contents of mmcblk0p1 only after you run the losetup > command.
I ran fdisk directly on mmcblk0p1: # fdisk -l mmcblk0p1 Disk mmcblk0p1: 1 KiB, 1024 bytes, 2 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x00000000 Device Boot Start End Sectors Size Id Type mmcblk0p1p1 164864 3310591 3145728 1.5G 83 Linux mmcblk0p1p2 3310592 3568639 258048 126M 83 Linux mmcblk0p1p3 3568640 4294967294 4291398655 2T 83 Linux . What should we suppose from that? Thanks, Rodolfo
