Util-Linux package development
 help / color / mirror / Atom feed
* blikid reports gdisk-created Bios Boot Partition, created with NO fs, has fs TYPE=ext4. Bug/why?
@ 2015-02-15 20:40 grantksupport
  2015-02-19 10:01 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: grantksupport @ 2015-02-15 20:40 UTC (permalink / raw)
  To: util-linux

I'd originally posted this to linux-ext4, got redirected here ...

I create a GPT Bios Boot Partition on a clean disk

	sgdisk -z /dev/sdc
	sgdisk -o /dev/sdc
	sgdisk -n 1:2048:+1M    -t 1:ef02  -c 1:"BIOS Boot"           /dev/sdc

IIUC, at this point, the partition should exist with NO filesystem.

But, if I check with blkid

	blkid /dev/sdc1
		/dev/sdc1: LABEL="RAID_BOOT" UUID="8a828baa-f315-4456-88d2-ff14849eb705" TYPE="ext4" PARTLABEL="BIOS Boot" PARTUUID="2b3b10b1-a458-481e-872c-bada7d244b13" 

Note that it IDs the filesystem type as

	TYPE="ext4"

Why?

Bios Boot Partition should have NO filesystem.

Is blkid correct?  Is there, or isn't there a fs on that partition?

if there isn't, what's causint the 'false' report?

If there IS, how do I make sure there isn't?

grant

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-19 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-15 20:40 blikid reports gdisk-created Bios Boot Partition, created with NO fs, has fs TYPE=ext4. Bug/why? grantksupport
2015-02-19 10:01 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox