create single partition for 3.5 TB

Mark Watts m.watts at eris.qinetiq.com
Fri Jul 6 11:47:12 CDT 2007


> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.us.dell.com/pipermail/linux-poweredge/attachments/20070706/e69aaa40/attachment-0001.sig 


More information about the Linux-PowerEdge mailing list