You are not logged in.
Pages: 1
I have been trying to figure this out. Currently I use LVM instead of btrfs's multi-device and subvolume features, for a couple reasons.
1. No encryption supported by btrfs itself. I am not asking on this. I figure some day someone will end up adding encryption support into btrfs since a lot of its features seem determined to replace the device mapper anyway.
2. There doesn't seem to be a way to tell btrfs to use a specific block device to allocate a subvolume to exclusively. Whereas I can do this in LVM easily upon creation of a logical volume.
It's on point 2 I wish to inquire: Am I incorrect on this? Is there a way to keep / and /boot subvolumes on my SSD where they'll benefit most, but restrict /home to an encrypted block on my SSHD?
Right now I just use LVM, no subvolumes, and individual instances of btrfs where appropriate, but it seems like a real waste...
Offline
Is there a reason for not just having two separate btrfs partitions? One on your SSHD (on LUKS, if you want encryption) and one on your SSD?
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Online
No reason not to. As I stated, right now I have three btrfs filesystems, one on each logical volume. This is mostly to see if it's possible or if I'd have to stick with keeping /home separate.
I just wanted to know it was an option, as btrfs is often held up as a good alternative to LVM in many cases... but it doesn't appear to be for my specific use case.
Offline
Pages: 1