On 26/09/2015 17:53, Pascal Hambourg wrote:
Ron Leach a écrit :On 26/09/2015 16:40, Pascal Hambourg wrote:Does "lspci -nnk" show any SATA/IDE/AHCI/RAID controller and associated kernel module ?I think so. The machine is not networked, but redirecting the output to /home lets me view the file, and I see: SD host controller Intel .. MIPI-HSI controller [8086:0f50] Subsystem HP company device [103c:8023] Kernel driver: sdhci-pciThis rather looks like a Secure Digital controller (for SD card reader).
Pascal, I've found the SDD HD, using the Jessie Live CD image 'standard', i386
sudo fdisk -l gives: Disk /dev/mmcblk0: 29.1 GiB ... ... Disklabel type: gptthen lists 4 devices, with the names I posted earlier, in its 'devices' table.
Fdisk also then reports 2 other 4MiB disks (not devices, so not in the partition table?), named
mmcblk0boot1 mmcblk0boot0 I'm checking the sector counts to see if the basic disk /dev/mmcblk0 includes those 2 mmcblk0boot* disks. Ron