linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Milligan <milli@acmeps.com>
To: CACook@quantum-sci.com
Cc: linux-btrfs@vger.kernel.org
Subject: Re: Cannot Create Partition
Date: Mon, 24 Jan 2011 04:07:20 -0700	[thread overview]
Message-ID: <4D3D5D68.5010205@acmeps.com> (raw)
In-Reply-To: <201101231007.55046.CACook@quantum-sci.com>

CACook@quantum-sci.com wrote:
> On /dev/sda I have sda1 which is my / bootable filesystem for Debian formatted ext4.  This is 256MB on a 2TB drive.
> 
> I want to set up the rest of the drive as BTRFS for various functions, and I presume that I first have to create a partition using fdisk for this?  Since my first part is ext4?  So I:
> # fdisk /dev/sda
> WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.

Do exactly as you are instructed here.  Use parted.  fdisk doesn't
support GPT partition tables, only MS-DOS tables.

# parted /dev/sda
GNU Parted 2.3
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) []

Now, type "help" if you are stumped.  Or perhaps "man parted".  Or even
use gparted since that's the graphical version and much easier to drive.

Regards,
Mike


      parent reply	other threads:[~2011-01-24 11:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-23 18:07 Cannot Create Partition CACook
2011-01-23 18:23 ` Hugo Mills
2011-01-24  3:07 ` Fajar A. Nugraha
2011-01-24 11:07 ` Michael Milligan [this message]

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=4D3D5D68.5010205@acmeps.com \
    --to=milli@acmeps.com \
    --cc=CACook@quantum-sci.com \
    --cc=linux-btrfs@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).