Recover partition after GParted resizing interrupted by unexpected shutdown

7,051

Some months ago, @psusi said: "Your data is pretty much toast. At this point you need to restore from backup..."

I didn't believe it. My computer has only about 4GB of RAM, and the partition being moved was around 350GB. If we assume that the "move partition" operation of GParted is correct, 4GB should be a limit on the amount of data that could have been lost. (Otherwise, the "move partition" operation likely could not complete without loss of data).

Indeed, I was able to recover my directory tree, albeit a bit shuffled (since the move operation had been interrupted, a strange directory configuration resulted, where about half of my home directory was inside one folder).

The answer was testdisk, which was able to detect the filesystem in question. After this was detected, I copied the files onto an external HD. This learning experience has brought me closer to enlightenment via http://www.taobackup.com/.

Share:
7,051

Related videos on Youtube

erjoalgo
Author by

erjoalgo

Updated on September 18, 2022

Comments

  • erjoalgo
    erjoalgo over 1 year

    As I was resizing my partitions using GParted, my laptop battery ran out, and the process was interrupted.

    Now, I am unable to mount the partition which I was trying to resize. I get the following error when I click to mount the partition on nautilus:

    Error mounting:
    mount: wrong fs type, bad option, bad superblock on /dev/sda3,
           missing codepage or helper program, or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so
    

    How can I go about recovering my data? Is there a safe way to attempt to force-mount the partition in question? Any help towards recovering my data is sincerely appreciated.

    • thorstorm
      thorstorm over 11 years
      This won't help you now, but it is not a good idea to partition discs while on battery power. Also for the future make a backup of all important data before trying anything risky (installing or upgrading an operating system, resizing or moving partitions, ...).
    • erjoalgo
      erjoalgo over 11 years
      Thanks. That is not quite a duplicate, since my partition was ext4, not NTFS, and I did not delete the partition, but was in the process of moving it when my laptop shut off. What do you mean syslog? This happened a while ago, while I was using GParted from a CD. I have been using Ubuntu on the same drive, but on a smaller partition. The rest of the drive has remained intact.
    • erjoalgo
      erjoalgo about 11 years
      @ToDo The charger plug accidentally slipped off the laptop, and rather than giving me dire warnings, Ubuntu only remained silent.
  • psusi
    psusi over 11 years
    @user84207, I just noticed you said resize, but I was thinking you said move before. In that case of move, then there is no way to recover the filesystem since there is no way to tell how much got moved before the crash. If this is an ext4 filesystem and you were only resizing it, and not moving, then I believe e2fsck can recover it.
  • erjoalgo
    erjoalgo over 11 years
    Yeah, I was moving it. I think what I said still applies though. I mean, the data physically is still there, I only need a way to access it in the correct way. Perhaps I might need to study the ext4 specification and the GParted move algorithm. What I mean that it should definitely be possible to recover my data.
  • Program-Me-Rev
    Program-Me-Rev about 8 years
    Hi @user84207. I recently fell into some serious predicament. I lost all my hard disk data! I've been looking around on ways to recover some if not all of it, but to no much success. Testdisk hasn't done me much good. I was wondering how you went about it yourself. I would really greatly appreciate any help. I have posted this issue [HERE: Recover partition after GParted resizing interrupted by unexpected shutdown ](askubuntu.com/questions/218847/…)
  • erjoalgo
    erjoalgo about 8 years
    How did you lose the data? During a repartitioning? Did you try Testdisk? What did you expect and what failed?