Topic: [Solved] Fix Unable to Satisfy MS DOS Partition Tables
I'm on MX Linux, the updates are done.
In GParted I see the partition /dev/sda5 is unknown
if I do Search for file systems on /dev/sda
The disk scan by gpart did not find any recognizable file systems on this disk.
But in
root@yoko:/home/yoko# parted /dev/sda unit s print
Model: ATA OCZ-VERTEX4 (scsi)
Disk /dev/sda: 250069680s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 2048s 239820799s 239818752s primary ext4
4 239824896s 250068991s 10244096s extended
5 239826944s 250068991s 10242048s logical
root@yoko:/home/yoko# fdisk -l -u /dev/sda
Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
Disk model: OCZ-VERTEX4
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: 0x8f4a4f29
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 239820799 239818752 114.4G 83 Linux
/dev/sda4 239824896 250068991 10244096 4.9G 5 Extended
/dev/sda5 239826944 250068991 10242048 4.9G b W95 FAT32
On https://gparted.org/h2-fix-msdos-pt.php the case is not specified
How to recover data from /dev/sda5 partition
Thanks alot