I kindly ask the community for some guidance regarding the volume structure of a new TW installation.
disclaimer: I have trouble understanding EFI/UEFI and I am confused by the way things are installed now as compared with, say, over 10 years ago. I am learning. Please be kind and bear with me Thanks in advance.
I recently installed TW over an older installation. Everything went well and the system runs smoothly. In comparison with previous installations, I was a bit baffled to see that 2 βnewβ volumes are showing on the (XFCE) desktop. See the last two icons:
Of these one is mounted (4TB, last one) and the other is not (537 MB, upper one). I understand what the last mounted icon corresponds to (a RAID of two physical disks). My question here is about the first one.
Upon investigation I see that this volume corresponds to a βFAT partitionβ:
I do not recall explicitly telling the installer to create this partition nor seeing it as a proposal during the installation a couple of days ago. I usually let the installation process decide the structure of these things.
Is this normal? Is this partition being used at boot? Could it be a βleft overβ from the older installation (which would be strange since disk was formatted). I see that the dates of the files inside this are older than a week before the installation and the directories have the date of the original installation three yrs ago:
> tree -D EFI/
[Feb 2 2021] EFI/
βββ [Feb 2 2021] boot
β βββ [Mar 30 22:26] bootx64.efi
β βββ [Mar 30 22:26] fallback.efi
β βββ [Mar 30 22:26] MokManager.efi
βββ [Feb 2 2021] opensuse
βββ [Mar 30 22:26] boot.csv
βββ [Mar 30 22:26] grub.cfg
βββ [Mar 30 22:26] grub.efi
βββ [Mar 30 22:26] grubx64.efi
βββ [Mar 30 22:26] MokManager.efi
βββ [Mar 30 22:26] shim.efi
For reference, the volume β@/bootβ has dates corresponding to the new installation:
> tree -D
[Apr 8 11:58] .
βββ [Apr 8 11:58] config-6.8.4-rc1-1-default -> ../usr/lib/modules/6.8.4-rc1-1-default/config
βββ [Apr 8 12:03] grub2
β βββ [Apr 8 12:03] device.map
β βββ [Apr 8 12:03] fonts
β β βββ [Apr 8 12:03] unicode.pf2
β βββ [Apr 8 12:03] grub.cfg
β βββ [Apr 8 12:03] grubenv
β βββ [Apr 8 12:03] i386-pc
β β βββ [Apr 8 12:03] acpi.mod
β β βββ [Apr 8 12:03] adler32.mod
β β βββ [Apr 8 12:03] affs.mod
β β βββ [Apr 8 12:03] afs.mod
β β βββ [Apr 8 12:03] afsplitter.mod
β β βββ [Apr 8 12:03] ahci.mod
β β βββ [Apr 8 12:03] all_video.mod
For reference I have another computer, a laptop which previously had Windows installed on it, where there is a partition called EFI System Partition mounted on β/boot/efiβ. No partition is left unmounted. On the other hand, the computer in question here is a desktop built from parts. Never had Windows on it. These setups look different.
In case you wonder, yes I have seen the documentation. I am no wiser for that. Thanks for any clarification.