The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 11-14-2001
doeboy's Avatar
doeboy doeboy is offline
Registered User
  
 

Join Date: Oct 2001
Location: Here
Posts: 137
Exclamation

The reason you were getting those errors is probably because ufsrestore was trying to restore stuff to /proc or some other realtime OS specific directories which are constantly changing (like /dev/kmem and so on).

Not a good idea to overwrite system memory and process table entries while the system is up

You would have to either restore only what you need (use interactive ufsrestore) or just restore it to another filesystem other than root (e.g, another disk somewhere)