Well the plan worked too well, and I now have no discernible drives
Never used Bazzite, but to me that sounds like one of the following possibilities
- the drives have been automounted and you do not know where
- Bazzite uses LVM to create a "pool of storage" to be used instead of using drives seperately
Disks have been automounted
You can check if this is the case by opening a terminal and typing in lsblk
. This command lists all drives and the folder they have been mounted to.
Sample output from my pc:
❯ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
zram0 251:0 0 8G 0 disk [SWAP]
nvme0n1 259:0 0 931,5G 0 disk
├─nvme0n1p1 259:1 0 600M 0 part /boot/efi
├─nvme0n1p2 259:2 0 1G 0 part /boot
└─nvme0n1p3 259:3 0 929,9G 0 part /home
/
nvme1n1 259:4 0 465,8G 0 disk
As you can see, this means I have 1 zram disk as swap space, 1 M.2 NVME disk (nvme0n1
) with 931GB (1TB) split into 3 partitions (mounted on /boot/efi
, /boot
, /home
and /
) and one unused M.2 NVME disk (nvme1n1
) with 465GB (500GB).
As @[email protected] in his answer said, Bazzite might mount drives somewhere in /var/mnt
.
Bazzite uses LVM
LVM (Logical Volume Manager) is used to create a "storage pool" out of multiple disks, even if they have different sizes etc. If Bazzite used LVM to "fuse" your disks, you will not be able to use them seperately.
You can check if LVM was used by opening a terminal and executing the following commands:
sudo pvdisplay
sudo lvdisplay
These commands show the physical volumes (pvdisplay
) known to LVM and the logical volumes (lvdisplay
) managed by LVM. If there's no output it means that Bazzite did not use LVM.
is it possible to skip (only) that somehow and auto log in?
Using Fedora Workstation 42 with GNOME 48 I can enable autologin in the system settings app. You should be able to find it under system -> users
I do understand how you feel about that and I do kinda feel the same, BUT ... you always have to assure that every last person has rights and gets acceptable treatment, even the ones who seemingly have no soul. Because if there's ever a category of people without rights, any government would have an easy way to get rid of eveyone critizing them.