Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] btrfs or xfs on debian12

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
StevenFriedrich
Posts: 44
Joined: 2023-09-20 02:57
Has thanked: 5 times
Been thanked: 3 times

[Solved] btrfs or xfs on debian12

#1 Post by StevenFriedrich »

I tried mkfs.btrfs but command not found.

Code: Select all

sudo mkfs.btrfs /dev/vg1/lv1
sudo: mkfs.btrfs: command not found
I read a post that said you have to install btrfs-tools.

Code: Select all

sudo apt install btrfs-tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package btrfs-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'btrfs-tools' has no installation candidate
How do I get btrfs or xfs support in debian12? What about xfs? Has Linux abandoned these filesystems?

I had to install xfsprogs and btrfs-progs.
I created a mirror as raid1 and a striped as raid0, formatted each as xfs.
Last edited by StevenFriedrich on 2023-12-06 02:24, edited 1 time in total.

Post Reply