linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: grantksupport@operamail.com
To: linux-ext4@vger.kernel.org
Subject: gdisk-created Bios Boot Partition created with NO fs, reports fs TYPE=ext4.  Bug/why?
Date: Sun, 15 Feb 2015 10:38:56 -0800	[thread overview]
Message-ID: <1424025536.1061731.227795501.40064DE9@webmail.messagingengine.com> (raw)

I'm not entirely sure this is the right list for this question, but it IS ext4 'involved'.  So ...

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


             reply	other threads:[~2015-02-15 18:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-15 18:38 grantksupport [this message]
2015-02-16 18:38 ` gdisk-created Bios Boot Partition created with NO fs, reports fs TYPE=ext4. Bug/why? Darrick J. Wong
2015-02-17 20:34   ` grantksupport

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424025536.1061731.227795501.40064DE9@webmail.messagingengine.com \
    --to=grantksupport@operamail.com \
    --cc=linux-ext4@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).