![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help !! disk Mirroring | hcclnoodles | SUN Solaris | 1 | 11-10-2006 08:25 AM |
| Disk mirroring | Ajwat | SUN Solaris | 2 | 03-08-2006 06:27 AM |
| Disk mirroring | malcom | Shell Programming and Scripting | 3 | 01-26-2005 02:11 AM |
| Disk mirroring under RedHat 8 | 98_1LE | UNIX for Dummies Questions & Answers | 1 | 02-24-2003 11:26 AM |
| Disk Mirroring?? have any idea??? | IMPORTANT | Filesystems, Disks and Memory | 3 | 04-14-2002 09:55 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Mirroring Disk Geometry
How can one mirror disk geometry from one hard disk to another in Solaris.
Is disk snapshot same as a mirror? Pls explain. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You can use the fmthard command to mirror disk layouts. Something like this:
Code:
prtvtoc /dev/rdsk/cXtXdXs2 | fmthard -s - /dev/rdsk/cYtYdYs2 |
|
#3
|
|||
|
|||
|
Thanx BT for the info. Think I would want to go with a snapshot in my case, would you let me know the best possible way to get a snapshot of a disk please.
|
|
#4
|
||||
|
||||
|
Well, that depends on what you are working with. Can you provide details like the OS version, the volume manager in use and such?
|
||||
| Google The UNIX and Linux Forums |