![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to make a bootable disk? | pondlife | SUN Solaris | 16 | 01-15-2007 11:01 AM |
| iso files to make bootable dvd image | bdsffl | SUN Solaris | 0 | 11-18-2006 02:25 AM |
| recover DIsk and make bootable | larryase | UNIX for Dummies Questions & Answers | 4 | 07-05-2005 02:29 PM |
| bootable | girish_shukla | UNIX for Dummies Questions & Answers | 1 | 02-12-2004 03:34 AM |
| bootable CD | merlin | UNIX for Dummies Questions & Answers | 1 | 01-16-2002 03:55 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Make non-bootable scsi drive, bootable
In our HP/Unix system, our master scsi drive was bootable and our mirrored drive was non-bootable. Are any of these alternatives possible:
1) Make the non-bootable scsi drive bootable? How? 2) Create a bootable scsi drive, then copy the mirrored data to the newly created scsi drive? I seek the comments and service of an expert Unix professional. |
|
||||
|
Yes it is possible!!
You can make a bootable drive, but probably will destroy your data. But what you can do, is to copy the entire logical volume to your new disk, that is very easy to do, I have just done!! It can be done with the command dd that usually is used for complete disk duplicate, but you can duplicate just a logical volume example: dd if=/dev/vg00/rlvol5 of=/dev/vg01/rlvol5 bs=1024k Read this topic, for more info ( before backup your data) Disk duplicate in 10.20 |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|