I read that fdisk cannot be used to create partitions greater than 2GB. So I use “parted” to create my partition and use fdisk to view them once created and it has NEVER been a problem until now.
I have an infotrend RAID 6 that after I use parted and look at the RAID with “fdisk -l” it reports two partitions;
Device Boot * Start * END * Blocks * Id * Sys
/dev/sda1 * 1 * 267350 * 2147483647 *83 * Linux
/dev/sd4 * 1 * 1 * 0+ * ee * GPT
I can’t figure out what this /dev/sda4 is that keeps showing up? If I go into parted and “print” the only partition that shows up is /dev/sda1 as expected.
Wierd as I build a number of these systems using the same hardware and this is the first time I have seen this different /dev/sda4 show up - like it is a ghost partition?
Any thoughts?