From Fedora Project Wiki
Description
This test case ensures that the data in the /home
directory is retained and usable on a Btrfs layout after another Fedora is installed on the same partition.
Setup
- Install Fedora 41 or 42 from any Edition or Spin which uses Btrfs filesystem by default. Use Automatic storage configuration during disk partitioning.
- On the installed system, create some distinct files and directories in your home directory or directly in
/home
How to test
- Select a Fedora 42 installer for any Edition or Spin which uses Btrfs filesystem by default.
- Boot the GTK-based installer using any available means. Do not use Fedora Workstation live on Fedora 41+, as that uses the webui-based installer.
- Proceed to the installer's main screen, making sensible choices, and enter the Installation Destination screen.
- In Installation Destination, click Advanced Custom (Blivet-GUI) under Storage Configuration
- Under Btrfs Volumes, locate the previous Fedora installation, click on it to reveal existing mount points for reuse
- Select appropirte mount point looks like
00/var/lib/machines
, right click and delete it. - Select
home
mount point, right click, Click Edit and find Set Mountpoint field, type in/home
, click Set Mountpoint button. - Click + button to create a new
/
mount point (NOTE: this is required to be a new subvolume. Optional: change the name of the subvolume fromroot00
torootkde
orrootjam
per your preference).. Click OK button.- Note: If you don't delete the previous
root
subvolume, the installer will create a new subvolumeroot00
mounted at/
. If you delete the previousroot
subvolume first, the installer will use the sameroot
name for the new one. Both approaches are valid, you can use whichever approach you choose. Other than consuming space, there is no disadvantage to keeping the oldroot
.
- Note: If you don't delete the previous
- Click Done
- Perform the installation and reboot the machine. At the initial setup, it's recommended to use all the same settings as for the 1st installation.
- After logging in, check that your home directory or
/home
contains the files you created on your previous system (check their contents as well)
Expected Results
- The expected partition layout should be created on the target device(s).
- The install process should complete successfully and the installed system should boot as expected.
- Your personal files on your
/home
partition must be intact