On 2019-06-06 01:24, Alexander V. Makartsev wrote:
On 05.06.2019 19:52, Vipul wrote:
I had a dual booted PC ( Windows and Debian in HP notebook with 1 TB hard-disk) and from few months Windows cannot starts ( because one day I was in hurry change size of two of partitions using "gparted' and to fix this I had many solutions but failed) so, yestarday I
>>...
Is there a way to recover data from un-allocated space? I can send any kind of
log if required.
Any kind of disk\partition manipulations should begin with data backup,
but I think you've figured that by now.
In order to recover any data you should first stop using this HDD (don't
mount it as writable) and get yourself another HDD with suitable size,
that will serve as destination for recovered data.
You'll have to remove HDD from your notebook and connect it to a PC with
standard SATA cable along with destination HDD.
With that setup, you have to use R-Studio software (They have free
version for Linux partitions, IFAIK) to scan source HDD for traces of
partition table and LBA offset of partition that was "sda8".
If R-Studio will manage to find right offset and recognize filesystem
then you will be able to start automatic scan for files available for
full or partial recovery.
Success is solely depends on how destructive was HP system recovery process.
Depending on how valuable your data was you probably will have to resort
to professional data recovery services, which will do roughly the same
procedures as I described above and charge substantial amounts of money
for it.
Since you won't write anything to your source HDD and it is not
mechanically failing, it is safe to try to recover data by yourself first.
This is a slightly different case, but another tool I found quite
effective in recovering data from a failing hard disk was ddrescue:
https://packages.debian.org/stretch/gddrescue
You might want to have a look at it.
--
John