|
Guides All Guides and HOWTO's. |
|
Thread Tools | Display Modes |
|
|||
Moving ZFS partitions/drives between systems
I just had to move a ZFS partition from one machine to another, just thought i'd write a quick howto on this topic:
1. Plug in the drive to the new system 2. Tell ZFS to go searching for all available ZFS partitions Code:
# zpool import 3. Import the partition using it's existing name Code:
# zpool import <id | pool> Code:
# zpool import <id | pool > new_pool_name Code:
# zpool import -R /absolute/path/to/new/root <id | pool > new_pool_name Code:
# zfs scrub <pool>
__________________
"No, that's wrong, Cartman. But don't worry, there are no stupid answers, just stupid people." -- Mr. Garrison Forum Netiquette |
|
|||
Very Helpful
rk
__________________
All posts sent on ReCycled Electrons... |
Tags |
zfs |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moving ZFS to a other pool? | amscotti | Solaris | 1 | 28th July 2009 11:49 PM |
Moving linux partitions out of the BSD disklabel/slice | fbsduser | NetBSD Installation and Upgrading | 5 | 4th March 2009 07:07 AM |
Best web browser for *BSD systems | JMJ_coder | Other BSD and UNIX/UNIX-like | 92 | 2nd January 2009 09:27 PM |
Moving to ZFS | Business_woman | FreeBSD General | 6 | 20th October 2008 03:28 PM |