Re: undelete files

2009-09-18 Thread Jochen Schulz
Danesh Daroui: > > I have deleted my "/tmp" directory by mistake. Generally, that shouldn't be a problem, since no application should expect to find data stored in there after a reboot anyway. Just recreate it and do 'chmod 1777 /tmp' afterwards. > I would like to ask if there is anyway to retri

Re: Undelete files [RESOLVED]

2008-07-08 Thread Alejandro Aguila Sáinz
Hi, after googling I just found the solution for my problem, actually I also undeleted a lot of pictures that I deleted several months ago, here is the solution (as root): apt-get install foremost After foremost is installed restart your system to the single user mode (Selecting it from GRUB) , b

Re: Undelete files

2008-07-08 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/08/08 19:45, Alejandro Aguila Sáinz wrote: > Hi! Today I just deleted a directory by mistake, it went to the trash, > so when I draged it back to my personal directory by mistake again I > cancelled the process, and now the directory is gone, do

Re: undelete from XFS

2007-03-06 Thread Håkon Alstadheim
Roberto C. Sanchez wrote: > On Tue, Mar 06, 2007 at 02:56:48AM +0530, Siju George wrote: > >> yes the sad fact is there is no undelete for XFS! - is it so? >> >> restoring from backup then :-( >> >> > Yep. A recent backup is your only hope, unless you want to spend > thousands of dollars o

Re: undelete from XFS

2007-03-05 Thread Roberto C. Sanchez
On Tue, Mar 06, 2007 at 02:56:48AM +0530, Siju George wrote: > yes the sad fact is there is no undelete for XFS! - is it so? > > restoring from backup then :-( > Yep. A recent backup is your only hope, unless you want to spend thousands of dollars on a data recovery service, which may or may not

Re: undelete from XFS

2007-03-05 Thread Siju George
yes the sad fact is there is no undelete for XFS! - is it so? restoring from backup then :-( Thankyou so much :-) --Siju On 3/6/07, Siju George <[EMAIL PROTECTED]> wrote: Hi, I just rm -rf some stuff from XFS filesystem :-( is there any way to undelete? Thankyou so much kindRegards Siju

Re: undelete

2007-01-24 Thread Nyizsnyik Ferenc
/bin/rm but moves the files to tmp before > > deleting them. > > > > Anyone have something like this hanging around their system somewhere? > > > > Tony > > > > -Original Message- > > From: Ron Johnson [mailto:[EMAIL PROTECTED] > >

Re: undelete

2007-01-23 Thread Andy Smith
On Tue, Jan 23, 2007 at 01:44:17PM -0500, Tony Heal wrote: > OK, how about some preventative stuff. If there is not real way to > 'undelete' files. How about adding a script named 'rm' that passes the same > switches to from the script to /bin/rm but moves the files to tmp before > deleting them.

Re: undelete

2007-01-23 Thread Paul Johnson
Tony Heal wrote: > Is there a way to recover deleted files? Restore it from your backup media. Failing that, it's gone (think twice, delete once). Better get yourself a nice firewire external hard drive of incredible size and start using faubackup before it happens again. -- To UNSUBSCRIBE,

Re: RE: undelete

2007-01-23 Thread Roberto C. Sanchez
On Tue, Jan 23, 2007 at 04:46:17PM -0500, Angelo Bertolli wrote: > > #!/bin/bash > > mv $@ ~/.Trash > Hmm. There are some problems here: [EMAIL PROTECTED]:~$ which rm /home/roberto/bin/rm [EMAIL PROTECTED]:~$ touch test [EMAIL PROTECTED]:~$ rm test [EMAIL PROTECTED]:~$ ls .Trash/ test [EMAIL

Re: RE: undelete

2007-01-23 Thread Angelo Bertolli
Tony Heal wrote: OK, how about some preventative stuff. If there is not real way to 'undelete' files. How about adding a script named 'rm' that passes the same switches to from the script to /bin/rm but moves the files to tmp before deleting them. Anyone have something like this hanging around t

Re: undelete

2007-01-23 Thread Mike McCarty
Andrew Sackville-West wrote: On Tue, Jan 23, 2007 at 11:25:21AM -0900, Ken Irving wrote: On Tue, Jan 23, 2007 at 11:32:31AM -0800, Andrew Sackville-West wrote: On Tue, Jan 23, 2007 at 02:06:02PM -0500, Tony Heal wrote: OK, how about some preventative stuff. If there is not real way to 'unde

Re: undelete

2007-01-23 Thread Andrew Sackville-West
On Tue, Jan 23, 2007 at 11:25:21AM -0900, Ken Irving wrote: > On Tue, Jan 23, 2007 at 11:32:31AM -0800, Andrew Sackville-West wrote: > > On Tue, Jan 23, 2007 at 02:06:02PM -0500, Tony Heal wrote: > > > OK, how about some preventative stuff. If there is not real way to > > > 'undelete' files. How ab

Re: undelete

2007-01-23 Thread Ken Irving
On Tue, Jan 23, 2007 at 11:32:31AM -0800, Andrew Sackville-West wrote: > On Tue, Jan 23, 2007 at 02:06:02PM -0500, Tony Heal wrote: > > OK, how about some preventative stuff. If there is not real way to > > 'undelete' files. How about adding a script named 'rm' that passes the same > > switches to

Re: undelete

2007-01-23 Thread Andrew Sackville-West
--- > From: Ron Johnson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 23, 2007 12:34 PM > To: debian-user@lists.debian.org > Subject: Re: undelete > > On 01/23/07 10:37, Tony Heal wrote: > > > Is there a way to recover deleted files? > > >

Re: undelete

2007-01-23 Thread Ron Johnson
ting them. > > Anyone have something like this hanging around their system somewhere? > > Tony > > -Original Message- > From: Ron Johnson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 23, 2007 12:34 PM > To: debian-user@lists.debian.org > Subject: Re

Re: undelete

2007-01-23 Thread Roberto C. Sanchez
On Tue, Jan 23, 2007 at 11:37:51AM -0500, Tony Heal wrote: > Is there a way to recover deleted files? > Yes. From a recent backup. Regards, -Roberto -- Roberto C. Sanchez http://people.connexer.com/~roberto http://www.connexer.com signature.asc Description: Digital signature

RE: undelete

2007-01-23 Thread Sven Arvidsson
On Tue, 2007-01-23 at 13:44 -0500, Tony Heal wrote: > OK, how about some preventative stuff. If there is not real way to > 'undelete' files. How about adding a script named 'rm' that passes the same > switches to from the script to /bin/rm but moves the files to tmp before > deleting them. > > Any

RE: undelete

2007-01-23 Thread Tony Heal
That does not work to well in an automated script, but thanks Tony _ From: andy [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 2:00 PM To: debian-user@lists.debian.org Subject: Re: undelete Tony Heal wrote: OK, how about some preventative stuff. If there is not

Re: undelete

2007-01-23 Thread andy
this hanging around their system somewhere? Tony -Original Message- From: Ron Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 12:34 PM To: debian-user@lists.debian.org Subject: Re: undelete -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/23/07 10:37, Tony Heal w

RE: undelete

2007-01-23 Thread Tony Heal
around their system somewhere? Tony -Original Message- From: Ron Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 12:34 PM To: debian-user@lists.debian.org Subject: Re: undelete -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/23/07 10:37, Tony Heal wrote: > Is there a

Re: undelete

2007-01-23 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/23/07 10:37, Tony Heal wrote: > Is there a way to recover deleted files? Maybe, if you are using FAT (highly unlikely) or ext2 (also highly unlikely) and you pulled the plug as soon as you noticed what you did. Sadly, the standard answer, thoug

Re: undelete

2007-01-23 Thread Hugo Vanwoerkom
Tony Heal wrote: Is there a way to recover deleted files? Tony Yes, but as they said, not if you are still using the same computer. Hugo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: undelete

2007-01-23 Thread Nelson Castillo
Is there a way to recover deleted files? Yes. 1) Shut down the computer. 2) Ask a more specific question. -- http://arhuaco.org http://emQbit.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: undelete

2007-01-23 Thread Sergio Cuéllar Valdés
2007/1/23, Tony Heal <[EMAIL PROTECTED]>: Is there a way to recover deleted files? Tony Forensic Analysis. There are some tools that could help to recover deleted files, like the coroners toolkit or sleuthkit/autopsy. http://www.honeynet.org is a good place to learn something about it. http:/

Re: UNdelete ???

2006-11-23 Thread Mike McCarty
Raquel wrote: I have a server that I totally messed up because I did something really stupid. It was back up and running within about 4 hours. Since then I've been working on backing up more and better/smarter. You might consider something like this for the future... http://www.mikerubel.

Re: UNdelete ???

2006-11-21 Thread Cameron Hutchison
>> Which filesystem? >I am using ext3. I do not understand why this matters. How a filesystem manages its unallocated space is up to it - there is no specification for this. This is one reason people say you do not need to defragment ext2/3 filesystems - because they are clever about how they la

Re: UNdelete ???

2006-11-21 Thread Mirco Piccin
Hi! Which filesystem? For ext2 there are same tool for recovery delete data, also for reiser (but here i'm not sure). But for ext3. :-(

Re: undelete

2003-03-30 Thread sean finney
On Mon, Mar 31, 2003 at 12:06:06AM -0500, Jeremiah Foster wrote: > I have foolishly deleted a file I did not want to. > It was created this morning, so it is not backed up. > > is there an undelete util ? i've definitely been in these shoes before. it may be too late depending on how active you

Re: undelete

2003-03-30 Thread Robert Storey
On Mon, 31 Mar 2003 11:40:33 +1000 "Joyce, Matthew" <[EMAIL PROTECTED]> wrote: > > I have foolishly deleted a file I did not want to. > It was created this morning, so it is not backed up. > > is there an undelete util ? Although it's too late to help you recover the data you've already delete

Re: undelete

2003-03-30 Thread Jeremiah Foster
I have foolishly deleted a file I did not want to. It was created this morning, so it is not backed up. is there an undelete util ? thanks Matt Matt, There is not an "undelete" utility as you might find under a proprietary operating system. However, if you were editing that file, in Emacs for

Re: undelete

2003-03-30 Thread Seneca
On Mon, Mar 31, 2003 at 11:40:33AM +1000, Joyce, Matthew wrote: > I have foolishly deleted a file I did not want to. > It was created this morning, so it is not backed up. > > is there an undelete util ? $ apt-cache search undelete e2undel - Undelete utility for the ext2 file system endeavour2 -

Re: undelete

2003-03-30 Thread ronin2
On Mon, 31 Mar 2003 11:40:33 +1000 "Joyce, Matthew" <[EMAIL PROTECTED]> wrote: > > I have foolishly deleted a file I did not want to. > It was created this morning, so it is not backed up. > > is there an undelete util ? "recover" undeletes files on ext2 partitions. If you have an ext3 partiti

RE: undelete

2003-03-30 Thread Joyce, Matthew
I have tried 'recover' Package: recover Priority: optional Section: admin Installed-Size: 104 Maintainer: Noel Koethe <[EMAIL PROTECTED]> Architecture: i386 Version: 1.3b-1 Depends: libc6 (>= 2.2.4-4) Filename: pool/main/r/recover/recover_1.3b-1_i386.deb Size: 13360 MD5sum: a6d0b77ce1ad858878f46b4

Re: undelete for ext2

2001-08-06 Thread Shriram Shrikumar
> I was once asked whether or not GNU/Linux had any features to > prevent > users from doing bone-headed stupid things. > > Yes, I said. > > Bitter experience. Sometimes, even that isn't enough - especially when you are me. I have been through all the requirements to properly back up data and s

Re: undelete for ext2

2001-08-05 Thread Florian Weimer
Shriram Shrikumar <[EMAIL PROTECTED]> writes: > it seems to find the deleted inodes and then tries to dump them in a > specified folder which leaves me with a lot of dump files - > anybody with any clues as to what I can do with these files to put > them back where they belong ? or maybe even

Re: undelete for ext2

2001-08-05 Thread Karsten M. Self
on Sun, Aug 05, 2001 at 08:16:08AM -0700, Shriram Shrikumar ([EMAIL PROTECTED]) wrote: > Hi All, > > It was pleasant afternoon when I realised that maybe, today would be > a good day to move the /var partition just to / so I can use the > extra space elsewhere and / had a couple of hundred megs n

Re: undelete? Help

2000-12-23 Thread Bill Jonas
On Sat, Dec 23, 2000 at 01:40:24PM +, Colin Watson wrote: > See the Ext2fs-Undeletion mini-HOWTO > (/usr/share/doc/HOWTO/en-txt/mini/Ext2fs-Undeletion.txt.gz, for > instance). Also try the recover and/or gtkrecover packages if you're > running unstable. I gave a talk about ext2 file undeletion

Re: undelete? Help

2000-12-23 Thread Sebastiaan
Thanks, now it is 'only' puzzeling (it seems that I had the kernel source stored in my homedir). Thanks, Sebastiaan On Sat, 23 Dec 2000, Colin Watson wrote: > Sebastiaan <[EMAIL PROTECTED]> wrote: > >Yes I know, it is stupid, but I just deleted everything in my > >homedir. Glad I made a backup

Re: undelete? Help

2000-12-23 Thread Colin Watson
Sebastiaan <[EMAIL PROTECTED]> wrote: >Yes I know, it is stupid, but I just deleted everything in my >homedir. Glad I made a backup of important files today. > >Is there a way to retreive deleted files? In the Amiga days there were >lots of programs to undelete files. Is there also a program for Li

Re: undelete for partition tables?

1999-09-18 Thread Jaldhar H. Vyas
On Sun, 12 Sep 1999, Laurent PICOULEAU wrote: > Lo?c Prylli posted a C programm on the newsgroup fr.comp.os.linux some 2 > years ago to detect an ext2 partition that can help to solve Jaldhar's > problem. > This programm can be found on but I don't know > the exact U

Re: undelete for partition tables?

1999-09-18 Thread Jaldhar H. Vyas
On Sun, 12 Sep 1999, Tom Pfeifer wrote: > Instead of me trying to cover every possible detail now (which is > impossible anyway), I suggest you try following my procedure and try to > account for the differences in your situation as you do it. If you have > specific questions or problems, feel fre

Re: FDISK parameters was Re: undelete for partition tables?

1999-09-16 Thread Tom Pfeifer
Ed Cogburn wrote: > > OK, I'm wrong about -u, it does work; I should have looked > closer. The use of 'fdisk -l', without a device parameter, still > doesn't work even though the man page says it should. > According to Tom's examples and the man page, "fdisk -l" and > "fdisk -l -u" should work wi

Re: FDISK parameters was Re: undelete for partition tables?

1999-09-16 Thread Ed Cogburn
Mirek Kwasniak wrote: > > On Tue, Sep 14, 1999 at 12:54:47PM +, Ed Cogburn wrote: > > > > I just tried (as root) the three fdisk examples (-l is lowercase > > L) given above. Only the last one worked: "fdisk -l /dev/hda". > > The -u does nothing at all. Does anybody else see this behav

Re: FDISK parameters was Re: undelete for partition tables?

1999-09-14 Thread Wayne Topa
Subject: Re: FDISK parameters was Re: undelete for partition tables? Date: Tue, Sep 14, 1999 at 12:54:47PM + In reply to:Ed Cogburn Quoting Ed Cogburn([EMAIL PROTECTED]): > Tom Pfeifer wrote: > > > > Ed Cogburn wrote: > > > > > I

Re: FDISK parameters was Re: undelete for partition tables?

1999-09-14 Thread Mirek Kwasniak
On Tue, Sep 14, 1999 at 12:54:47PM +, Ed Cogburn wrote: > > I just tried (as root) the three fdisk examples (-l is lowercase > L) given above. Only the last one worked: "fdisk -l /dev/hda". > The -u does nothing at all. Does anybody else see this behavior, > or has my fdisk been lobot

Re: FDISK parameters was Re: undelete for partition tables?

1999-09-14 Thread Ed Cogburn
Tom Pfeifer wrote: > > Ed Cogburn wrote: > > > > In the future, I would recommend saving the output of either... > > > > > > 1) Linux fdisk ==>> fdisk -l > part.txt(this does all drives) > > > 2) Ranish PM ==>> part -d 1 -p -r > part.txt (for each drive) > > > > Tom, or somebody, w

Re: FDISK parameters was Re: undelete for partition tables?

1999-09-14 Thread Tom Pfeifer
Ramakrishnan M wrote: > > On Tue, 14 Sep 1999, Tom Pfeifer wrote: > > > Ranish Partition Manager is a DOS program, but is an excellent > > partitioning tool. It's source code is available for download from the > > web site. At one the time the author was planning on porting it over to > > Which

Re: FDISK parameters was Re: undelete for partition tables?

1999-09-14 Thread Ramakrishnan M
On Tue, 14 Sep 1999, Tom Pfeifer wrote: > Ranish Partition Manager is a DOS program, but is an excellent > partitioning tool. It's source code is available for download from the > web site. At one the time the author was planning on porting it over to Which site? Ramakrishnan M World Wide Web:

Re: FDISK parameters was Re: undelete for partition tables?

1999-09-14 Thread Tom Pfeifer
Ed Cogburn wrote: > > In the future, I would recommend saving the output of either... > > > > 1) Linux fdisk ==>> fdisk -l > part.txt(this does all drives) > > 2) Ranish PM ==>> part -d 1 -p -r > part.txt (for each drive) > > Tom, or somebody, what version of fdisk do you have? My

FDISK parameters was Re: undelete for partition tables?

1999-09-14 Thread Ed Cogburn
Tom Pfeifer wrote: > > > > Question: Was that possibly a Linux extended partition (type 85) as > > > opposed to a DOS extnded partition? That would explain why DOS fdisk > > > could delete it. > > > > Yes, originally this computer was set up by me with linux only. It was my > > colleague who star

Re: undelete for partition tables?

1999-09-12 Thread Laurent PICOULEAU
On Sat, 11 Sep, 1999 à 08:49:24PM -0400, Tom Pfeifer wrote: > "Jaldhar H. Vyas" wrote: > > > > Partition records exactly as they appear in MBR (EMBR): > > > In fact, I don't even know how he deleted that partition with DOS fdisk > since it normally is not capable of deleting an extended partition

Re: undelete for partition tables?

1999-09-12 Thread Tom Pfeifer
> > Question: Was that possibly a Linux extended partition (type 85) as > > opposed to a DOS extnded partition? That would explain why DOS fdisk > > could delete it. > > Yes, originally this computer was set up by me with linux only. It was my > colleague who starte messing with DOS fdisk. (Stri

Re: undelete for partition tables?

1999-09-12 Thread Jaldhar H. Vyas
On Sat, 11 Sep 1999, Tom Pfeifer wrote: [...] > Question: Was that possibly a Linux extended partition (type 85) as > opposed to a DOS extnded partition? That would explain why DOS fdisk > could delete it. Yes, originally this computer was set up by me with linux only. It was my colleague who s

Re: undelete for partition tables?

1999-09-12 Thread Tom Pfeifer
"Jaldhar H. Vyas" wrote: > > Partition records exactly as they appear in MBR (EMBR): > >Starting EndingStarting Number of > # HD FSCyl Head SectCyl Head Sect sector sectors > (0,0,1): > 1 00 00 000 000

Re: undelete for partition tables?

1999-09-11 Thread Jaldhar H. Vyas
On Sat, 11 Sep 1999, Tom Pfeifer wrote: > Deleting partitions with DOS fdisk (and most partitioning programs) > doesn't touch anything except the partition table itself. So all data in > those partitions and the file system structure itself should be > untouched - unless other steps were taken bes

Re: undelete for partition tables?

1999-09-11 Thread Tom Pfeifer
Deleting partitions with DOS fdisk (and most partitioning programs) doesn't touch anything except the partition table itself. So all data in those partitions and the file system structure itself should be untouched - unless other steps were taken besides just deleting the partition. Bringing the