All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jelle de Jong <jelledejong@powercraft.nl>
To: reiserfs-list@namesys.com
Subject: Need some help please
Date: Fri, 29 Dec 2006 23:28:00 +0100	[thread overview]
Message-ID: <45959670.20801@powercraft.nl> (raw)

Hello,

I did a rm * on a wrong directory now i lost my data.

I directly did this:

sudo umount /dev/hda3

sudo mkdir /mnt/sda1
sudo mount /dev/sda1 /mnt/sda1

sudo dd if=/dev/hda3 conv=noerror of=/mnt/sda1/dd_image_hda3_29_12_06.iso
sudo losetup -f
sudo losetup /dev/loop0 /mnt/sda1/dd_image_hda3_29_12_06.iso
sudo reiserfsck --rebuild-tree --scan-whole-partition --logfile
/mnt/sda1/recovery.log /dev/loop0

sudo mkdir /mnt/recovery
sudo mount /dev/loop0 /mnt/recovery

#recover your files
#find node numbers
ls -i /mnt/recovery/Desktop
sudo find /mnt/recovery/lost+found/ -name '*' -exec sudo grep -H -n
"Computer" '{}' \;
sudo thunar /mnt/recovery/lost+found

sudo umount /mnt/recovery
sudo losetup -d /dev/loop0


I found a lot of file but not the ones I need the log file says this:

rebuild_semantic_pass: The entry [21766 283] ("afspraken.txt") in
directory [2 21766] points to nowhere - is removed
rebuild_semantic_pass: The entry [21766 72165] ("Foto's") in directory
[2 21766] points to nowhere - is removed
rebuild_semantic_pass: The entry [21766 21767] ("Kill
Application.desktop") in directory [2 21766] points to nowhere - is removed
rebuild_semantic_pass: The entry [21766 19620] ("Start logger.desktop")
in directory [2 21766] points to nowhere - is removed
rebuild_semantic_pass: The entry [21766 21768] ("Start
Hellanzb.desktop") in directory [2 21766] points to nowhere - is removed
rebuild_semantic_pass: The entry [21766 92717]
("eUYaWhoNsWdYq1zIGONKig==.jpg") in directory [2 21766] points to
nowhere - is removed
rebuild_semantic_pass: The entry [21766 23833] ("logfile.txt") in
directory [2 21766] points to nowhere - is removed
rebuild_semantic_pass: The entry [21766 21821] ("open staande
facturen.txt") in directory [2 21766] points to nowhere - is removed
rebuild_semantic_pass: The entry [21766 5122] ("refcard-en-a4.pdf") in
directory [2 21766] points to nowhere - is removed
rebuild_semantic_pass: The entry [21766 40] ("Introduction.odt") in
directory [2 21766] points to nowhere - is removed
rebuild_semantic_pass: The entry [21766 76287] ("Beginning CSS Web
Development: From Novice to Professional") in directory [2 21766] points
to nowhere - is removed
rebuild_semantic_pass: The entry [21766 21773] ("linux problems.txt") in
directory [2 21766] points to nowhere - is removed

These file's I need

How do I get them back it was a simple rm* nothing more



                 reply	other threads:[~2006-12-29 22:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45959670.20801@powercraft.nl \
    --to=jelledejong@powercraft.nl \
    --cc=reiserfs-list@namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.