home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / sysadmin / 7067 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  2.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!menudo.uh.edu!usenet
  2. From: sears@tree.egr.uh.edu (Paul S. Sears)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: Dump/restore problem with DAT-drive (Major hint!!!)
  5. Date: 15 Dec 1992 16:09:19 GMT
  6. Organization: University of Houston
  7. Lines: 54
  8. Message-ID: <1gkvvfINN66@menudo.uh.edu>
  9. References: <1992Dec9.101922.618@nexcom.hanse.de>
  10. Reply-To: sears@tree.egr.uh.edu
  11. NNTP-Posting-Host: thanatos.egr.uh.edu
  12.  
  13. In article <1992Dec9.101922.618@nexcom.hanse.de> helmut@nexcom.hanse.de  
  14. (Helmut Schoenborn) writes:
  15. #My Sony SDT 2000 DAT-Drive works fine using tar on /dev/rst0.
  16. #But the attempt to dump/restore failed. Dump reports no errors.
  17. #According to man sd for Exabyte-Drives whith the command
  18. #
  19. #    dump 0fs /dev/rst0 1200000 /dev/rsd0a
  20. #
  21. #a level 0 dump was written on the tape. Trying to restore by
  22. #
  23. #    restore if /dev/rst0
  24. #    
  25. #I receive
  26. #
  27. #    Tape/disk read error: I/O error
  28. #    
  29. #and on console
  30. #
  31. #    st: cmd = 0x8 sr_io_status = 2H
  32. #    Sense key = 0x0  Sense Code = 0x0
  33. #
  34. #The tape is ok, tar does it's job read/write, and I'm confused. Any hints  
  35. #-- 
  36.  
  37. I think this is because your drive is not set to fixed block mode for  
  38. restore which it was during dump.  What I do, and this has ALWAYS worked,  
  39. is a 
  40.  
  41. localhost:4# restore i
  42. /dev/rxt0: I/O error
  43.  
  44. Then I do a
  45.  
  46. localhost:5# restore if /dev/nrst0
  47.  
  48. and the restore works just fine.  The default device for tape is /dev/rxt0  
  49. which, if I remember correctly, is a exabyte device which uses a fixed  
  50. block length....
  51.  
  52. I hope this helps...
  53.  
  54. #                     __   __
  55. #Helmut Schoenborn     /\_\_/\_\        email:  
  56. helmut@nexcom.hanse.de
  57. #Rheingoldweg 13     \/_/ \/_/        voice (040) 810 816
  58.  
  59. --
  60. Paul S. Sears                *  sears@uh.edu (NeXT Mail OK)
  61. The University of Houston    *  suggestions@tree.egr.uh.edu (NeXT
  62. Engineering Computing Center *  comments, complaints, questions)
  63. NeXT System Administration   *  DoD#1967 '83 NightHawk 650SC 
  64.           >>> SSI Diving Certification #755020059 <<<
  65. "Programming is like sex: One mistake and you support it a lifetime."
  66.