R rmichae3 Nov 19, 2021 #1 Hi all. I'm building a kernel with "options GEOM_STRIPE", but I'm not getting the gstripe user tool. What's the magic need to get that bit included? Thanks much. - Michael
Hi all. I'm building a kernel with "options GEOM_STRIPE", but I'm not getting the gstripe user tool. What's the magic need to get that bit included? Thanks much. - Michael
SirDice Administrator Staff member Administrator Moderator Nov 19, 2021 #2 rmichae3 said: I'm building a kernel with "options GEOM_STRIPE", but I'm not getting the gstripe user tool. Click to expand... A userland tool isn't part of the kernel? A full world build already has gstripe(8).
rmichae3 said: I'm building a kernel with "options GEOM_STRIPE", but I'm not getting the gstripe user tool. Click to expand... A userland tool isn't part of the kernel? A full world build already has gstripe(8).
OP R rmichae3 Nov 19, 2021 Thread Starter #3 Understood. Thanks for the response. However, my build does not have gstripe. What's needed to include that tool?
Understood. Thanks for the response. However, my build does not have gstripe. What's needed to include that tool?
SirDice Administrator Staff member Administrator Moderator Nov 19, 2021 #4 Did you customize your world build too? As I said, it's already available in a normal world, /sbin/gstripe.
Did you customize your world build too? As I said, it's already available in a normal world, /sbin/gstripe.
OP R rmichae3 Nov 19, 2021 Thread Starter #5 Yes, the world is customized and built as part of a larger environment. It's not a "normal world".