home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / periphs / scsi / 6289 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  3.4 KB

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!rphroy!caen!uflorida!winnie!yacht!edwards
  2. From: edwards@ee.fit.edu (John Edwards)
  3. Newsgroups: comp.periphs.scsi
  4. Subject: keywords:RODIME,root dir,glitch,ARGH,help?,hacks?
  5. Summary: discussion of options to fix a glitched rodime SCSI drive
  6. Keywords: rodime,in2000,msdos,root,recover
  7. Message-ID: <edwards.725770053@yacht>
  8. Date: 31 Dec 92 02:47:33 GMT
  9. Sender: usenet@winnie.fit.edu
  10. Organization: Florida Tech, CP/EE Dept.
  11. Lines: 68
  12.  
  13.  
  14. Posted for a friend, email replies to luckey@rtfm.mlb.fl.us
  15.  
  16. Well, I have seen other hard drives do odd things when sitting idle.
  17. seagates burble (updating system info data on usage?)  Minscribes
  18. whose LEDs turn read when heads park on idle timeout.  So, how was I
  19. to know that that "clickBurble" my new Rodime 8259T (yes, another
  20. Hi-tech customer) wasn't doing what it was supposed to.  Turns out
  21. what it WAS doing was deciding that I'd turned off powerand suddenly
  22. changed my mind: its power off circuit thought it was time to park
  23. heads.
  24.  
  25. Well, it was wrong.  And one time it screwed up the 2nd sector of
  26. my DOS root directory.  But more on that later.  After researching
  27. what a rodime was supposed to do, I decided that my AT's power
  28. supply had more ripple than the rodime wanted.  So I made up a
  29. special power cable with 2200 mfd caps on both 12V and 5V lines.
  30. This seems to work.  no more clickBurbles.
  31.  
  32. so now I have a drive with a screwed up directory, what to do
  33. : try Norton Disk Doctor.  NDD says no luck, use Norton Calibrate
  34. to reformat sector.  Calibrate says no way.  Oh well, It knows no
  35. kind of reformat track for a SCSI drive.  Suggested solution: reformat
  36. everything.
  37.  
  38. Well, I'm not quite ready to do that.  While I have my important stuff
  39. backed up, there is alot of collected non critical data I'd prefer not
  40. to lose if I can avoid it.  If I could get that 2nd sector to be
  41. writable again, I feel NDD could repair the volume.  But how to do
  42. that when a SCSI FORMAT UNIT command is an all or none type of thing.
  43.  
  44. Well, these are the only things I can think of being able to do
  45.  
  46. 1) back up a sector by sector image of the drive, reformat, then do
  47.    a sector by sector restore.
  48.  
  49. 2) intercept the proper intercept and make reads and writes to that
  50.    sector, and that sector only, work from a RAM copy.  Then correct
  51.    with NDD, then do a file by file backup
  52.  
  53. 3) find out if a Rodime 3259T supports a RELOCATE SECTOR scsi command,
  54.    and if it does, somehow issue it one.
  55.  
  56. None of these seems to be an off the shelf solution.  I don't have
  57. any software that can do a sector by sector backup.  I don't have
  58. a device driver that can ghost to RAM a bad sector.  I don't have
  59. a 3259T manual, nor a IN2000 utility to issue random scsi commands.
  60.  
  61. So I have 100 Megs of data in the first half of a 200 meg hard drive
  62. with nowhere to put it.  
  63.  
  64. What I do have is.  an 85 meg ST296 on its way here, a copy of an
  65. ASPI driver for an IN2000 scsi adaptor, and access to source example
  66. via FTP or GEnie.  So how can I put it together?
  67.  
  68. Best I can think of is writing a sector by sector backup program from
  69. scratch,  calling INT 025 to get raw sectors, then saving it on a 
  70. STACKER compressed ST296.  But I'm leary of debugging a new program
  71. on data that I don't want to lose
  72.  
  73. Does anyone have any better ideas?
  74.  
  75. Does anyone know an already implimented version of one of the hacks
  76. I've thought up?
  77.  
  78. Does anyone know how to do a relocate sector on a RODIME drive?
  79.  
  80. December has been a bad month for diskdrives for me.
  81.