-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 4 Jul 2008, Alex 'CAVE' Cernat wrote:
> Date: Fri, 04 Jul 2008 14:21:43 +0300 > From: Alex 'CAVE' Cernat <[EMAIL PROTECTED]> > To: [email protected] > User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) > X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 > autolearn=unavailable version=3.2.4 > Subject: [rlug] probleme cu discuri mai mari de 2 TB > > Se da un storage de la HP (MSA60, ca idee) cu harduri de 750GB in el. > Problema este ca, daca incerc sa fac RAID pe cate 4 harduri, capacitatea > discului final iese de cca 2095 de giga (adica peste 2TB) si drept urmare atat > fdisk-ul cat si cfdisk-ul o iau in craci. Unu cere numarul de cilindri, > celalalt ma trimite direct la plimbare. > > Facut un reiserfs direct pe partitie pare sa mearga, dar din cate stiu nu prea > era o metoda prea agreata (nu stiu exact din ce cauze). > > Ceva feedback legat de partitionare de harduri > 2 tera sau filesystem direct > pe disc (si nu pe prima/singura partitie a discului), binenteles, > tot > 2 tera ? 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 - -- The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you receive this in error, please contact the sender and delete the material from any computer. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFIbhMneWrbH+aEIG4RAoZfAJwNAVds3IJgVhLr3NNLfb7hK4vbGACdGubP NuYm3I0MaVl1txDvZAX6y5c= =/JBZ -----END PGP SIGNATURE----- _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
