create single partition for 3.5 TB

Anthony_Leatherwood at Dell.com Anthony_Leatherwood at Dell.com
Fri Jul 6 12:33:59 CDT 2007


 
http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Deployment_Guide-en-US/ch-disk-storage.html


Hope that helps.



Later,
Leatherwood
-----Original Message-----
From: linux-poweredge-bounces at dell.com [mailto:linux-poweredge-bounces at dell.com] On Behalf Of Mark Watts
Sent: Friday, July 06, 2007 11:47 AM
To: linux-poweredge-Lists
Subject: Re: create single partition for 3.5 TB


> Dear All
>
>               I have one issue in Poweredge 2950 with Linux EL4-32 bit 
> & EL5-64bit. I can’t make a part above 1.4TB I am used commands fdisk 
> and parted also. Place do the need full.
>
>   Hardware Details:
>   Poweredge 2950
>   SAS PERC 5/i Controller
>   750GB HDD * 6
>
>   Requirement:  configure RAID5 750GB*6=3.5XX TB (don’t spite two 
> logical disk in RAID configuration)
>
>   We are used 40GB for OS balance space create single partition for 
> 3.5TB
>
>   /dev/sda                      ext3
>   #fdisk –l command not able to more then 1.4TB
>   Parted
>   #parted print /dev/sda (Asking massage lose all data ignore /cancel)
>   Ignore it’s removed all OS partition (/, /boot, /swap, etc)
>
>   Reg
>   Arivu
>

This is how I created a 2.7TB filesystem on an Apple X-Serve RAID:
pvdisplay is used to get the number of Physical Extents for use in the lvcreate command.

[root at server ~]# pvcreate /dev/sdc
  Physical volume "/dev/sdc" successfully created [root at server ~]# vgcreate AppleVolumeGroup00 /dev/sdc
  Volume group "AppleVolumeGroup00" successfully created [root at server ~]# pvdisplay
  --- Physical volume ---
  PV Name               /dev/sdc
  VG Name               AppleVolumeGroup00
  PV Size               2.73 TB / not usable 0
  Allocatable           yes
  PE Size (KByte)       4096
  Total PE              715401
  Free PE               715401
  Allocated PE          0
  PV UUID               eAbghb-luKx-Esod-FURR-aifi-Hb3d-EFGC2o

[root at server ~]# lvcreate --name Backup00 --extents 715401 AppleVolumeGroup00
  Logical volume "FrnBackup00" created
[root at server ~]# mke2fs -j /dev/AppleVolumeGroup00/FrnBackup00


Mark.

--
Mark Watts BSc RHCE MBCS
Senior Systems Engineer
QinetiQ Trusted Information Management
Trusted Solutions and Services Group
GPG Key: http://keyserver.veridis.com:11371/search?q=0x455420ED



More information about the Linux-PowerEdge mailing list