Before 2 months I ran into the same problem but was able to fix it with this post but now the problem is that I have changed the partitions a lot of times and this time I don't know which partition to chose in order to run
umount /dev/sdb1
fsck -y /dev/sdb1
reboot
My has Live USB has Debian on it not Ubuntu(mate).
This shows up when I run fdisk -l
:
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 458B59B1-67D7-477A-AB1D-9A0162E18E97
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 969574399 968523776 461.8G Linux filesystem
/dev/sda3 969574400 976771071 7196672 3.4G Linux swap
Disk /dev/sdb: 3.7 GiB, 4004511744 bytes, 7821312 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: 0x0a9a1b1a
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 64 6324223 6324160 3G 17 Hidden HPFS/NTFS
/dev/sdb2 6324224 6485375 161152 78.7M 1 FAT12
Disk /dev/loop0: 2.8 GiB, 2969686016 bytes, 5800168 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
Which should I chose? Thanks