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 33 with btrfs layout
- Create some distinct files and directories in your home directory or directly in
/home
How to test
- Boot to the Fedora 33 installer, make sensible choices
- In Installation Destination, click Custom under Storage Configuration
- Locate the previous Fedora installation, click on it to reveal existing mount points for reuse
- Select
/boot/efi
orBIOS Boot
mount point (can be reused or reformatted) - Select
/boot
mount point (can be reused or reformatted) - Click + button to create a new
/
mount point (this is required to be a new subvolume)- 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
- Locate the
home
subvolume. Click on it, and on the right hand side at the top, find Mount Point field, type in/home
, click Update Settings button. - Click Done
- Perform the installation and reboot the machine
- 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 installation should continue without fail
- The
/home
directory should have your previously-created files