I have a ssd drive with /boot and / on it and 2 3TB drives formatted in BTRFS. One has /home and /pub on it the other is blank that I want to use for the mirror. Is there a howto any where on how to set this up? -- Michael S. Dunsavage -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 13/04/14 04:10, Michael Dunsavage wrote:
I have a ssd drive with /boot and / on it and 2 3TB drives formatted in BTRFS. One has /home and /pub on it the other is blank that I want to use for the mirror. Is there a howto any where on how to set this up?
Hi Michael, I've just started experimenting with btrfs as well. So far, so good :-) This is the BTRFS wiki page documentation: <https://btrfs.wiki.kernel.org/index.php/Main_Page#Documentation> Both these articles will help with your current question: <https://btrfs.wiki.kernel.org/index.php/Using_Btrfs_with_Multiple_Devices> Multiple Devices <https://lwn.net/Articles/577961/> and Getting Started <http://lwn.net/Articles/577218/> Subvolumes and Snapshots <https://lwn.net/Articles/579009/> I think the command you need is something like: # btrfs device add -d raid1 -m raid1 /dev/sdb1 /home which will add /dev/sdb1 to the already mounted btrfs system on /home, using a RAID1 type configuration for both data and metadata. But check on the btrfs wiki site <https://btrfs.wiki.kernel.org/index.php/Main_Page> first :-) Bob - -- Bob Williams System: Linux 3.11.10-7-desktop Distro: openSUSE 13.1 (x86_64) with KDE Development Platform: 4.12.4 Uptime: 06:00am up 12:38, 3 users, load average: 0.02, 0.05, 0.10 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlNKRT8ACgkQ0Sr7eZJrmU6AfgCbB/xXTTGBvAfYqXnSgPH3SrLi 1kUAn2gMB7kge/XLP/GRhHLMc5CudrOD =T24+ -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Bob Williams
-
Michael Dunsavage