Unix Technical Forum

Recover deleted files (Urgent)

This is a discussion on Recover deleted files (Urgent) within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> On Wed, 21 Mar 2007 09:35:26 +0800 "CL" <cl@screamx.com> wrote: > Dear Sir, > I accidentally deleted my company ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 02-20-2008, 09:24 PM
Mikhail Zotov
 
Posts: n/a
Default Re: Recover deleted files (Urgent)

On Wed, 21 Mar 2007 09:35:26 +0800
"CL" <cl@screamx.com> wrote:

> Dear Sir,
> I accidentally deleted my company inbox mail directory (SendMail). Is there
> a simple way to recover it?


http://en.wikipedia.org/wiki/Data_recovery
http://foremost.sourceforge.net/
http://servers.linux.com/servers/06/...tid=119&tid=13

--
M.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 02-20-2008, 09:24 PM
Ivar Rosquist
 
Posts: n/a
Default Re: Recover deleted files (Urgent)

On Wed, 21 Mar 2007 00:04:23 -0800, Chris Sorenson wrote:

> I have had excellent results using stellar's data recovery solutions:
>
> http://www.stellarinfo.com/linux-data-recovery.htm
>
> It is non-free, but in my opinion well worth the price...


Why would anyone create Windows-only software to recover data
from a predominantly Linux-centric filesystem that is, for all practical
purposes, never used under Windows? Why not ship a Linux version, even
(preferably?) without any bells and whistles in the way of a GUI?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 02-20-2008, 09:24 PM
Frans van Duinen
 
Posts: n/a
Default Re: Recover deleted files (Urgent)



CL wrote:
> Dear Sir,
> I accidentally deleted my company inbox mail directory (SendMail). Is there
> a simple way to recover it? I am quite new to Linux. Your help is very much
> appreciated.
>
> Thank & Regards,
> CL
>
>

I don't want to get your hopes up too much since my knowledge of Linux
is sadly out of date, but let me ask:
What flavour of Linux are you using? Does it have a trashcan feature?
If it does AND depending on how you deleted, there may be stuff in the
trashcan that can be restored.

In either case, if your company has computer support staff, get them
involved. They will probably know what can be done and/or if there is
another source for some or all of those email messages.
--
--
Frans van Duinen
Toronto, Ontario
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 02-20-2008, 09:24 PM
CBFalconer
 
Posts: n/a
Default Re: Recover deleted files (Urgent)

Dan C wrote:
>

.... snip ...
>
>> X-Newsreader: Microsoft Outlook Express 5.50.4807.1700

>
> I'd recommend you use this command: format C: /u /y


Don't publish untested commands.

--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net>


--
Posted via a free Usenet account from http://www.teranews.com

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 02-20-2008, 09:24 PM
Dan C
 
Posts: n/a
Default Re: Recover deleted files (Urgent)

On Wed, 21 Mar 2007 12:58:23 +0800, CL wrote:

> YAHSPLU (Yet another helpless self proud Linux user)


Helpless? My systems work fine, unlike yours. Who's the helpless one?

Fuck off you clueless, ignorant, top-posting win-droid.

--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 02-20-2008, 09:24 PM
Dan C
 
Posts: n/a
Default Re: Recover deleted files (Urgent)

On Tue, 20 Mar 2007 23:25:35 -0800, Chris Sorenson wrote:

>> I'd recommend you use this command: format C: /u /y


> Dude, I find it somewhat alarming that you actually KNOW THAT SYNTAX!
>
> Hopefully, you had to look it up. Which, come to think of it, would
> also be somewhat alarming...


Nah, didn't have to look it up. It's ingrained in me from the DOS days
(long before Windoze showed up). Some things you never forget.

--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 02-20-2008, 09:24 PM
ray
 
Posts: n/a
Default Re: Recover deleted files (Urgent)

On Wed, 21 Mar 2007 09:35:26 +0800, CL wrote:

> Dear Sir,
> I accidentally deleted my company inbox mail directory (SendMail). Is there
> a simple way to recover it? I am quite new to Linux. Your help is very much
> appreciated.
>
> Thank & Regards,
> CL


Restore from your backup.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 02-20-2008, 09:24 PM
+Alan Hicks+
 
Posts: n/a
Default Re: Recover deleted files (Urgent)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2007-03-21, CL <cl@screamx.com> wrote:
> Dear Sir,


Not everyone here is a "sir".

> I accidentally deleted my company inbox mail directory (SendMail). Is there
> a simple way to recover it? I am quite new to Linux. Your help is very much
> appreciated.


Ouch....

Quick word of advice: never run as root unless absolutely necessary.
Use sudo to execute individual commands with root privilages and you
may not have this problem again.

Now, the first thing to do is unmount the partition that those files
were stored on. If that partition is /, then shutdown the system.

Second, I would encourage you to make a byte-for-byte backup of that
partition using dd. Something like:

dd if=/dev/sda1 of=/some/file

If you bork that partition with recovery tools, you can restore the
partition to its exact 1s and 0s with:

dd if=/some/file of=/dev/sda1

As for what tool to use to recover lost data? Well, I've never had to
do that on ext2/3 file systems, so I couldn't say. However, there are
many excellent tools out there and a quick google should get things
going for you once again.

And oh, btw, make backups!

- --
It is better to hear the rebuke of the wise,
Than for a man to hear the song of fools.
Ecclesiastes 7:5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.7 (GNU/Linux)

iD8DBQFGAYN9FRvIvfSNceoRAoRXAJ93l98w/051Kx6vk8MVA3jeGmMT8gCg2W2m
Zub6eWqkFpKMuztZzjDo3Nc=
=3U8g
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 02-20-2008, 09:24 PM
rm@biteme.org
 
Posts: n/a
Default Re: Recover deleted files (Urgent)

Stanislaw Flatto <flatto@brownbear.com.au> wrote:

> For many of us it was computer kindergarten, till we were kicked
> out by Win95 and its Mafia of wizards. So we found easy refuge in
> Slackware. Life is simple again.


We were "kicked out" when we finally decided to stop stealing
software.

Actually we have only paid for 2 OS in our life; Apple Prodos and
OS/2 4.0.

cordially, as always,

rm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 02-20-2008, 09:24 PM
Stanislaw Flatto
 
Posts: n/a
Default Re: Recover deleted files (Urgent)

rm@biteme.org wrote:
> Stanislaw Flatto <flatto@brownbear.com.au> wrote:
>
>
>>For many of us it was computer kindergarten, till we were kicked
>>out by Win95 and its Mafia of wizards. So we found easy refuge in
>>Slackware. Life is simple again.

>
>
> We were "kicked out" when we finally decided to stop stealing
> software.


Did _we_? LOL.
>
> Actually we have only paid for 2 OS in our life; Apple Prodos and
> OS/2 4.0.
>
> cordially, as always,
>
> rm

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

« slacker... | Slacky »

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:03 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com