It's already some time that my HP250G3 computer didn't want to start up, so I installed Ubuntu 16.04 LTS on my flash disk to recover some data before resetting the hard disk (hard reset + reinstall of windows 8.1).
Then I found out that my HDD is in a giant mess. When I open the terminal and enter sudo fdisk -lu /dev/sda
it shows me this:
And when I type sudo parted -l
I get this:
Model: ATA ST750LM022 HN-M7 (scsi)
Disk /dev/sda: 750GB
Sector size (logical/physical): 512B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.000 750GB 750GB ntfs
The only problem with this is that my hard disk had around 500GB memory, not 1800GB. So I decided to check what Disks say:
And here is what GParted says:
Now, what can I do to save at least the most important data (~200MB)? Can I solve this by resizing the partitions? It's crucial for me, so please help.
I'll give any missing information.
fdisk -l
and plese post the output ofsudo parted -l
. – Andrea Lazzarotto Jun 26 '16 at 18:16data-recovery
tag should be added as well, if it is so. – Andrea Lazzarotto Jun 26 '16 at 18:17