|
|
|
|
|
by vgivanovic
1072 days ago
|
|
Examples, examples, examples! Just today I failed to find an example of mounting multiple drives as one Btrfs filesystem. Plenty of how to create Btrfs filesystem examples. But how to mount them? Crickets. I eventually figured it out, but at a large cost in time. |
|
For the record: to mount a multiple device btrfs filesystem, use an ordinary mount command with any one of the block devices that are part of the file system. Every device contains information about what other devices are supposed to be part of that filesystem.
I'm not sure if there are any techniques documentation writers can use to avoid this "hiding in plain sight" kind of problem.