Jump to content

I need help with my (linux from scratch)

aman2499

I have been working a lfs project with friends we made a Working lfs already but one my friends wants us to start over and use BTRFS instead of EXT4 but i have never used btrfs before and i wanted know how would i go about making it like and what would be the commands for btrfs instead of the ones for ext4. help is really needed Thanks

 

Link to comment
Share on other sites

Link to post
Share on other sites

Your favourite Internet search tool is helpful here.  From the Oracle Linux manuals:

 

https://docs.oracle.com/cd/E37670_01/E37355/html/ol_create_btrfs.html

 

Presumably mkfs.btrfs is on your system because you've built up the btrfs support tools (including kernel inclusions).   If you can't invoke mkfs.btrfs directly, you might be able to do it with a -t option, ie: mkfs -t btrfs with traditional mkfs

Link to comment
Share on other sites

Link to post
Share on other sites

  • 4 weeks later...
On 11/12/2016 at 0:52 PM, Mark77 said:

Your favourite Internet search tool is helpful here.  From the Oracle Linux manuals:

 

https://docs.oracle.com/cd/E37670_01/E37355/html/ol_create_btrfs.html

 

Presumably mkfs.btrfs is on your system because you've built up the btrfs support tools (including kernel inclusions).   If you can't invoke mkfs.btrfs directly, you might be able to do it with a -t option, ie: mkfs -t btrfs with traditional mkfs

thank you this helps 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×