- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Mirror 500GB, then un-mirror
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 05:56 AM
10-18-2005 05:56 AM
Mirror 500GB, then un-mirror
Linux AS Ver 3.5
current file sys is lvm = 500GB
need to mirror to another disk
then break the mirror.
Anyone has done it in Linux.
can you explain how to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 06:52 AM
10-18-2005 06:52 AM
Re: Mirror 500GB, then un-mirror
Why mirror then unmirror that disk only?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 07:07 AM
10-18-2005 07:07 AM
Re: Mirror 500GB, then un-mirror
In my Experience (HPUX), Mirroring is minimum 3 Times faster than Copying.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 07:52 AM
10-18-2005 07:52 AM
Re: Mirror 500GB, then un-mirror
cd /mirror_mounted_device
use star -c -xdev -C
to copy the files, you will see that is very fast.
Using raid + LVM in linux is a little more difficult in linux, because mirroring is not provided by LVM, is provided by md devices.
Anyway, you can see the Software RAID and LVM HOWTO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 07:55 AM
10-18-2005 07:55 AM
Re: Mirror 500GB, then un-mirror
I am not Using RAID, trying to do it only thru LVM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 08:25 AM
10-18-2005 08:25 AM
Re: Mirror 500GB, then un-mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 04:05 PM
10-18-2005 04:05 PM
Re: Mirror 500GB, then un-mirror
Yes, you could go to the source for RHEL 4, grab the LVM and then on RHEL 3 replace the LVM source and build a new kernel... How much time do you want to spend?