![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| grep running total/ final total across multiple files | MrAd | UNIX for Dummies Questions & Answers | 5 | 05-08-2007 02:03 PM |
| folder replication between windows and unix | systemsb | UNIX for Dummies Questions & Answers | 0 | 03-27-2007 10:41 PM |
| How should I know the total RAM available on UNIX | skull123 | HP-UX | 7 | 02-28-2007 01:50 AM |
| HP Unix replication solution | ufo_999 | HP-UX | 3 | 05-03-2006 07:14 PM |
| is this the UNIX operating system board? TOTAL NEWBIE | leohutt | UNIX for Dummies Questions & Answers | 2 | 04-06-2001 12:43 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Tq Neo, for the reply, but i think that would not solve my problem. I want to be able to duplicate the hardisk, say for backup purposes, and when the system actually crash or got corrupted, i can just change the hardisk to my backup and restart the computer without any hassle at all. Any ideas?
*tried dd() command, could not run system with copied hardisk.* |
|
||||
|
Dear Neo & Nuraman,
we had the same problem and wanted to mirror our boot disk to a backup one. So we tried to use dd as suggested by Neo. Our boot disk is partitioned in eight... partitions. Our backup disk is exactly the same as the boot one (same model, size) and has been partitioned in the same way as the boot one. So we tried to dd each partition on the boot disk to the corresponding partition on the backup Example: dd if=/dev/dsk/c0t0d0s0 of=/dev/dsk/c0t2d0s0 At the end, we took a look at the backup disk: it was empty, no file which was on the boot disk was found on the backup. We even tried to swap disks, but the server does not boot anymore, a message is shown saying: Boot failed, loaded file is not executable. Did we dd'ed the correct devices ? On our system there are the same partitions listed as /dev/rdsk/c0t... May be we must dd those devices instead ? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|