Hi,
I’m fairly new to fedora coreos and currently experimenting with automatic deployment of VM’s in my proxmox environment. I’m confused by the default mount systems created, which differ from the scheme presented here: Mounted Filesystems
I did not provide any diks attributes in the ignition file and therefore assumed I would get the default mountpoints.
My output looks like this:
admin@amazing-vm:~$ findmnt --real
TARGET SOURCE FSTYPE OPTIONS
/sysroot /dev/vda4 xfs ro,
└─/sysroot/ostree/deploy/fedora-coreos/var /dev/vda4[/ostree/deploy/fedora-coreos/var] xfs rw,
/var /dev/vda4[/ostree/deploy/fedora-coreos/var] xfs rw,
/boot /dev/vda3 ext4 ro,
/etc /dev/vda4[/ostree/deploy/fedora-coreos/deploy/07ffb70a3d3eb915e14e8472b9afd7c3977f938a674ca5b37e6ad63cc6bc4f6f.0/etc] xfs rw,
admin@amazing-vm:~$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 erofs
vda
├─vda1
├─vda2 vfat FAT16 EFI-SYSTEM 7B77-95E7
├─vda3 ext4 1.0 boot a45d1708-b1b9-11ef-9806-0f15d64bd7ee 210.1M 33% /boot
└─vda4 xfs root a66a8f76-b1b9-11ef-ae26-53b7eaaf7965 29.1G 8% /var
/sysroot/ostree/deploy/fedora-coreos/var
/etc
/sysroot
fc version:
admin@amazing-vm:~$ uname -a
Linux amazing-vm 6.11.6-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 16:16:00 UTC 2024 x86_64 GNU/Linux
I’m especially confused about the missing /usr mountpoint besides that the machine looks to operate normally. Nevertheless I would like to get a better understanding on what happened under the hood.
Regards, J