It automatically created Volume (which I didn't ask) and put homes folder there that is mounted to /home
Code: Select all
mount | grep home
/dev/mapper/vg0-lv0 on /home type btrfs (rw,noatime,ssd,space_cache=v2,subvolid=258,subvol=/@/homes)
How do I do this ?
Where does mount setup is stored ? I checked /etc/fstab and its not there.

