Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[partitions] retrouver un fichier supprimé
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Adrien
Advocate
Advocate


Joined: 13 Jul 2004
Posts: 2295
Location: Bretagne

PostPosted: Sun Jan 23, 2005 6:52 pm    Post subject: [partitions] retrouver un fichier supprimé Reply with quote

Salut à tous! :D

J'ai supprimé un doument important par erreur, comment puis-je faire pour le retrouver, y-a-t-il un soft qui fait ça? :?

Merci d'avance pour votre aide, si je le retrouve pas je suis vraiment dans la merde :cry:

@+
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Jan 23, 2005 6:54 pm    Post subject: Reply with quote

ca a été traite recemment sur ce forum .. t'as pas beaucoup cherche .. :(

https://forums.gentoo.org/viewtopic.php?t=278457&highlight=recuperer
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Adrien
Advocate
Advocate


Joined: 13 Jul 2004
Posts: 2295
Location: Bretagne

PostPosted: Sun Jan 23, 2005 6:56 pm    Post subject: Reply with quote

dsl kernel_sensei, mais comme j'étais flippé j'ai pas pensé à chercher...
Je v voir en tout cas :roll:

[EDIT] le post en question ne m'aide pas vraiment d'ailleurs....- :( .
Pour info, ma partition est en reiserfs...[/EDIT]
Back to top
View user's profile Send private message
Adrien
Advocate
Advocate


Joined: 13 Jul 2004
Posts: 2295
Location: Bretagne

PostPosted: Sun Jan 23, 2005 8:11 pm    Post subject: Reply with quote

Bon j'ai trouvé des trucs sur le forums https://forums.gentoo.org/viewtopic.php?t=69793 et j'ai fait ça:

Code:
umount -l /home
mkdir /mnt/tmp
dd if=/dev/sda7 of=/mnt/tmp/backup.dsk


Voilà, le problème c'est quand j'en arrive là:

Code:
losetup /dev/loop5 /tmp/backup.dsk


Il me dit:
Code:
/dev/loop5: No such file or directory


Une idée de ce que je pourrais faire?
:? [/code]


Last edited by Adrien on Sat Aug 27, 2005 2:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Jan 23, 2005 8:16 pm    Post subject: Reply with quote

l'astuce qui pourrais marcher serait de faire un grep sur ta partoche ...
c'est un fichier texte ?

si oui, tu peux essayer (comme dit dans le post que je t'ais indique)
Code:
grep -A 500 -B 501 -a "Une phrase caracteristique" /dev/sda7


pour ton loop ! est ce que t'as le support du loop device ds ton kernel ?
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Adrien
Advocate
Advocate


Joined: 13 Jul 2004
Posts: 2295
Location: Bretagne

PostPosted: Sun Jan 23, 2005 8:20 pm    Post subject: Reply with quote

Oui c'est un fichier texte, j'ai fait ça:

Code:
grep -A 500 -B 501 -a "Debitel" /dev/sda7


où "debitel" est un mot qui revient souvent et il me balance une page de code étrange dont voici un exemple:

Code:
3´d´°°d/chrome://browser/content/pref/pref-languages.js‡j       æwÀSelectLanguagselected­ÞW;55T;59=:B6Q;5>7WQ;59=:V 6Q;59=      :V5
 6Q9;59=:C6Q;59=:C6Q;59=        :C6Q;
                                     5
9=::;59=        :C6Q;                 9;59=     :5
                     5
9=::;59=:C6Q;         9;59=:5
             5
9=::;59=:C6Q; 9;59=:5
             5
9=::          9;5
selectedItemslengtdocumentgetElementByIdremovdisableddown
                                                        nextSibling     up
previousSibling

               gPrefWindow
                          getPrefIsLocked
getAttribute
prefstringgAvailableLanguages°ccQ³cg




Ca correspond à quoi? :roll:

Pour le loop, c'est bien ce que je me disais, j'ai oublié de l'inclure le support je pense...
Je vais recompiler le kernel :cry:
Back to top
View user's profile Send private message
Adrien
Advocate
Advocate


Joined: 13 Jul 2004
Posts: 2295
Location: Bretagne

PostPosted: Sun Jan 23, 2005 9:37 pm    Post subject: Reply with quote

Bon c'est cuit, j'ai pas retrouvé...

Une ultime suggestion? :cry:
Back to top
View user's profile Send private message
Polo
l33t
l33t


Joined: 27 Jan 2004
Posts: 649
Location: Angers, France

PostPosted: Sun Jan 23, 2005 9:46 pm    Post subject: Reply with quote

Adrien wrote:
Code:
/dev/loop5: No such file or directory

tu a essayé avec les autres loop? (j'en ai 8 chez moi. de 0 a 7) ca te donne le meme résultat? (ca coute rien d'essayer si c'est pas déja fait....)
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Jan 23, 2005 9:49 pm    Post subject: Reply with quote

http://www.porcupine.org/forensics/tct.html

a la limite :roll:
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum