All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Freund <linux-kernel-news@e-dict.net>
To: linux-kernel@vger.kernel.org
Subject: Re: howto create partitions bigger than 2TB
Date: Tue, 17 Jul 2007 13:19:16 +0200	[thread overview]
Message-ID: <469CA5B4.5080106@e-dict.net> (raw)
In-Reply-To: <46980232.4080500@zytor.com>

On 14.07.2007 00:52, H. Peter Anvin wrote (please find the answer below the original text):
> Ingo Freund wrote:
>> Hi
>>
>> I've got a RAID5 (driver aacraid for an ICP9047MA) with four
>> 750GB hdds which provides a 2.25TB sized device.
>> None of the until now used tools will work with that device.
>> fdisk complains about missing cylinder count.
>> cfdisk misses the device size.
>> parted shows the right device size but only creates a partion
>> with 51GB.
>> What am I supposed to do to work with this device?
>> Which fs can handle it?
>> (CONFIG LARGE BLOCK is on)
>> We are talking about a 32Bit machine with vanilla kernel 2.6.21.5.
>>
> 
> You have to use GPT partitions instead of DOS partitions (although you
> may have to leave your /boot as an DOS partitions, this is supposed to
> be possible as the two partitioning schemes are designed to coexist, but
> I don't think parted has support for it yet.)
> 

This is the solution (for use as a data container on a backup machine):

parted /dev/sdb:
(parted) mklabel gpt
(parted) mkpart p 0 100%
(parted) quit
mkreiserfs /dev/sdb1
...and all seems to work.

Thank you all very much for your hints.

Regards - Ingo.

  reply	other threads:[~2007-07-17 11:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-13 12:54 howto create partitions bigger than 2TB Ingo Freund
2007-07-13 13:10 ` Salyzyn, Mark
2007-07-13 14:59 ` Mark Lord
2007-07-13 22:52 ` H. Peter Anvin
2007-07-17 11:19   ` Ingo Freund [this message]
2007-07-17 11:39     ` Jesper Juhl

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=469CA5B4.5080106@e-dict.net \
    --to=linux-kernel-news@e-dict.net \
    --cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.