On Sun Jul 19, 2026 at 8:32 PM CST, Jon Ingason via users wrote: > I have a PC with Fedora 43 installed 2Tb hard disk (SSD) an want to add > another 2Tb hard disk (SSD) to increase total disk space to 4Tb.
Check out the "Volume management" page: https://btrfs.readthedocs.io/en/latest/Volume-management.html > How is the simplest way to increase do this without lot of work? As you are already using btrfs for /home or / , the simplest way is to add the new disk to the existing btrfs filesystem. Find the device name of your new SSD by Run: lsblk Usually it will be /dev/sdb or /dev/sbc. # if you want to expand /home sudo btrfs device add /dev/sdX /home # or # to / sudo btrfs device add /dev/sdX / -- Mellvie
signature.asc
Description: PGP signature
-- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
