I used NOOBS 1.4 to setup a multi-boot SD card.
This works well, my Pi can boot Raspbian or OSMC.
However, on my Ubuntu laptop I have no way to mount one of the partitions.
Code: Select all
$ sudo fdisk -l /dev/mmcblk0
Disk /dev/mmcblk0: 7948 MB, 7948206080 bytes
4 heads, 32 sectors/track, 121280 cylinders, total 15523840 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
Disk identifier: 0x1660e00a
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 8192 1673828 832818+ c W95 FAT32 (LBA)
/dev/mmcblk0p2 1679360 15333375 6827008 5 Extended
/dev/mmcblk0p3 15333376 15398911 32768 83 Linux
/dev/mmcblk0p5 1687552 1810431 61440 c W95 FAT32 (LBA)
/dev/mmcblk0p6 1818624 9713663 3947520 83 Linux
/dev/mmcblk0p7 9715712 9879551 81920 c W95 FAT32 (LBA)
/dev/mmcblk0p8 9887744 15325183 2718720 83 Linux
But I can't mount /dev/mmcblk0p8 on which OSMC is installed.
$ udisksctl mount -b /dev/mmcblk0p8
yields:
Error looking up object for device /dev/mmcblk0p8
$ sudo mount /dev/mmcblk0p8 /mnt/temp
yields:
mount: special device /dev/mmcblk0p8 does not exist
and GParted displays an error message too.
Do you have any idea what's going on ?