Guest_imported
New member
- Jan 1, 1970
- 0
First my history, I have two disks of equal size in my E450. I am running on one disk and the other I want to use as a spare. I am currently doing a ufsdump/ufsrestore (via crontab) but was told that dd is better because I don't have to install a bootblk like I do with ufsrestore and everything should be good to go on startup. So here is my question, if I were to do a dd if=/dev/dsk/c0t0d0s2 of=/dev/dsk/c0t1d0s2 would that copy everything over? If not what do I need to do?