Thanks for getting back to me
I had found the following previously but forgotten how I did so, thanks.
[root@myhost ~]# fdisk -l /dev/nvme0n1
Disk /dev/nvme0n1: 447.07 GiB, 480036519936 bytes, 937571328 sectors
Disk model: Dell BOSS-N1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 3C59BAFB-D7DB-4727-9FDA-492A43AF99A6
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 514047 512000 250M EFI System
/dev/nvme0n1p2 514048 4708351 4194304 2G Microsoft basic data
/dev/nvme0n1p3 4708352 5937151 1228800 600M EFI System
/dev/nvme0n1p4 5937152 8034303 2097152 1G Linux filesystem
/dev/nvme0n1p5 8034304 937089023 929054720 443G Linux LVM
[root@myhost ~]#
df -h does not list the partitions and neither does mount
[root@myhost ~]# lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
[cut]
nvme0n1
├─nvme0n1p1 vfat FAT32 ESP F44E-99E1
├─nvme0n1p2 vfat FAT32 OS A450-27D4
[cut]
So … from all of that it looks the 250MB partitions is a 2nd EFI partition - used for finding data in early boot. I don’t know why I would need that when I have /boot/efi mounted as 600MB partition. ESP = EFI System Partition. I doubt that this partition is used, a problem or needed.
Re: the 2GB OS partition - OS = Operating system. 2GB is physical memory limit for 32-bit addressing. I installed Rocky from a mountable USB. I formatted said USB using my mac and used Etcher to make Rocky mountable. I doubt that this partition is used, a problem or needed.
The systems Rocky is installed on - with the mystery partitions - are working fine including after multiple reboots.
I have other systems (same server model and indeed delivery) … with Rocky 9.5 installed … which work ok and on which these block devs do not exist. On those systems, I deleted then recreated the factory supplied vdisk0 (BOSS-N1 controller) then installed Rocky 9.5 in exactly the same way.
Based on the above, I wonder if the Rocky installer found them on my USB stick and wrote them on the original vdisk0. An alternative possibility is that Dell put them on vdisk0 (I don’t allege that, it is merely a possibility) and I deleted them when deleting/recreating vdisks on the hosts on which the mystery partitions do not exist. If the former is true, I don’t know why Rocky would not install them on a recreated vdisk0.
I’d like to know what the partitions are for and where they came from.