Gabriel VLASIU wrote:
1. http://kbase.redhat.com/faq/FAQ_79_9558.shtm
2. http://kbase.redhat.com/faq/FAQ_103_11461.shtm

Din primul link:

The fdisk utility can only create partitions that does not exceed 95,000 cylinders or 2TB size. To get around the limitation, the partition needs to be created using parted with GPT as its disklabel.

GUID Partition Table (GPT) was originally introduced for iA64 systems. Currently parted is the only partitioning tool under Linux that can handle
2TB partition and GPT disklabel.

The example below demonstates how to create a 3TB partition:

   1. Run parted:

      parted /dev/sdj

   2. Once at the "parted" prompt, change the disklabel to gpt:

      mklabel gpt

   3. Create the 3 TB partition:

      mkpart primary 0 3001G

   4. Save the changes and quit:

      quit

   5. Afterwards, create the filesystem:

      mkfs.ext3 /dev/sdj1



Gabriel
Pot sa confirm ca folosind parted (pentru GPT) se pot crea partitii mai mari de 2 TiB chiar incepind cu RHEL 4.x. (am partitie de 4.5 TiB) Se pare ca incepind cu 5.1 merg si partitii de pina la 16 TiB (block de 8k) http://www.redhat.com/rhel/compare/

_______________________________________________
RLUG mailing list
[email protected]
http://lists.lug.ro/mailman/listinfo/rlug

Raspunde prin e-mail lui