This is a discussion on ufsdump/restore problem within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> I have Solaris 10 and I want backup root partition I do following: 1. reboot -- -s 2. mount ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have Solaris 10 and I want backup root partition I do following: 1. reboot -- -s 2. mount /dev/dsk/c1d0s7 /export/home 3. ufsdump 0uf /export/home/dump_file / 4. cd / 5. ufsrestore rf /export/home/dump_file / and show me error : Bus error and if i try use ufsrestore again that it don't work |
| |||
| On Mar 27, 4:36 pm, lukasn...@gmail.com wrote: > 5. ufsrestore rf /export/home/dump_file / Don't do this. If you need to do a full restore of / do it by booting from some alternate location (media, net, another disk), mounting the appropriate device, and then restoring onto it. --tim |
| |||
| On 27 Mar, 18:16, "Tim Bradshaw" <tfb+goo...@tfeb.org> wrote: > On Mar 27, 4:36 pm, lukasn...@gmail.com wrote: > > > 5. ufsrestore rf /export/home/dump_file / > > Don't do this. If you need to do a full restore of / do it by booting > from some alternate location (media, net, another disk), mounting the > appropriate device, and then restoring onto it. > > --tim ok, now i boot from cdrom and try restore / I have many warnings file exist. Remove this file before ufsrestore??? |
| ||||
| On 2007-03-27 17:30:16 +0100, lukasnowy@gmail.com said: > I have many warnings file exist. Remove this file before ufsrestore??? I forget if there's a `just clobber everything' option to ufsrestore. The typical case you're doing a full restore like this is when you've lost disk with / on so it probably is a moot point. (Remember in that case to install the boot blocks, otherwise the machine will not boot.) |