Re: Moving logical volumes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Frank Büttner wrote:
Hello,
exist there an standard way to move an logical volume from one volume group to another one?


assuming this logical volume containss extfs, dump(8) it on one, restore(8) it on the other. this can be combined with a pipe, like....
# dump 0 -f - /dev/volgroup/logvol | (cd /dest; restore -rf - )

(this assumes the new logical volume has been created, has a virgin filesystem fresh from mkfs, and is mounted)



_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux