home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / sysadmin / 7309 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.1 KB  |  49 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!gatech!destroyer!cs.ubc.ca!alberta!kakwa.ucs.ualberta.ca!sherwood
  3. From: sherwood@space.ualberta.ca (System Administrator)
  4. Subject: Re: AAAAAAAAAAAAaaaaaaa  HELP!!  (recovering lost files!)
  5. Message-ID: <1993Jan6.180520.18239@kakwa.ucs.ualberta.ca>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: fenris.space.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. References: <Dec26.012710.39500@yuma.ACNS.ColoState.EDU>
  11. Date: Wed, 6 Jan 1993 18:05:20 GMT
  12. Lines: 35
  13.  
  14. Nathaniel David Sammons (nate@deepthought.colostate.edu) wrote:
  15. : Someone please help, I just (due to a severe screw-up) lost quite a few
  16. : files which are severely important to me (non-system files)
  17. : is there any way to get them back???
  18. : -nate sammons
  19. :  ns111310@longs.lance.colostate.edu
  20.  
  21. FAQ candidate.
  22.     
  23. While possible in theory, this is very very difficult to do in practice. 
  24. Because Unix is multitasking, as soon as a file is unlinked (removed) it's 
  25. space is a candidate for the next operation that needs disk.
  26.  
  27. Also, Unix doesn't just change a single character to show that a file is 
  28. not there, (as DOS does).
  29.  
  30. In theory if you shutdown the machine fast, reboot off another disk, mount 
  31. the disk where the files were as read only, you can then go groveling through 
  32. the disk sector by sector.  This requires a thorough understanding of the the
  33. file system.  (Think in terms of doing fsck by hand, and you get the idea...)
  34.  
  35. Unless the file is truly unique. (e.g. Only copy of the USSR phobos probe data
  36. stream) its probably faster to recreate the files than it is to recover them.
  37.  
  38. This, by the way, is why you make backups (You didn't need to hear that right
  39. now, I'm sure...)  A good backup strategy makes almost all disasters into 
  40. nuisances.
  41.  
  42. --
  43. => Sherwood Botsford                   sherwood@space.ualberta.ca <= 
  44. => University of Alberta         Lab Manager, Space Physics Group <=         
  45. => tel:403 492-3713                             fax: 403 492-4256 <=         
  46.