home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / sysadmin / 7370 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  896 b 

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!linac!att!bu.edu!it-next2.bu.edu
  2. From: ambi@it-next2.bu.edu (Mike Amirault)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: URGENT HELP: restore with od's not working!!
  5. Message-ID: <106677@bu.edu>
  6. Date: 11 Jan 93 00:24:11 GMT
  7. References: <106628@bu.edu>
  8. Sender: news@bu.edu
  9. Reply-To: ambi@it-next2.bu.edu
  10. Lines: 26
  11.  
  12. In article <106628@bu.edu> ambi@it-next2.bu.edu (Michael Amirault) writes:
  13. >  Here's the problem:
  14. >  I performed a level 0 dump using the following command:
  15. >     % dump 0o /dev/sd2a
  16. >  This dumped the contents of the drive to two NeXT optical disks.
  17. >  However when doing a restore via:
  18. >     % restore rjvf /dev/od1a
  19.  
  20.  
  21.  I figured out the problem. Doind a restore with the command:
  22.  
  23. % restore rjvf /dev/rod1a    
  24.  
  25.  will work and eject the disk, whereas the command:
  26.  
  27. % restore rjvf /dev/od1a
  28.  
  29.  will not eject the disk...
  30.  
  31. mike
  32.