Re: Trying to mount 13 Tb disk on RedHat system.



Margaret Doll a écrit :
We are trying to use a 13 Tb disk on one of the latest RedHat system; namely, 2.6.18-128.4.1.el5xen.

"ext3" cannot see beyond 2 Tb.

ext3 can manage 16TiB filesystems, but some tools (like "fdisk") can only deal with 2TiB.

You can use GPT partitions and "parted" instead of "fdisk" like Margaret suggests.

If you want to use standard tools, just split your 13TiB storage into 2TiB pieces and "glue" them with LVM, this is how I use a +3TiB storage.

- If the storage is seen like a single disk by the system, create 2TiB partitions with fdisk and change the type for "8E" (LVM), then add this partitions to LVM with "pvcreate /dev/sdX1 /dev/sdX2 /dev/sdX3 ..."

- If you can, create 2TiB LUNs, and use them directly in LVM, this is much simpler, you don't have any partition to make : "pvcreate /dev/sdX /dev/sdY /dev/sdZ ..."

After that, create a LV with the LVM devices and then create a LV in the VG and then you can do a "mkfs.ext3" on the 13TiB LVM device.

Nicolas

--
Ce message a ete verifie par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a ete trouve.

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages

  • Re: Problem after converting FDisk Partitions to LVM
    ... supposed to be successful on fresh vintage W4.0 installations as well? ... For evaluation purposes I had created a few partitions with Warp4.0 and FDISK ... offered to modify the existing W4.0 partitions to be usable with the LVM boot ...
    (comp.os.os2.setup.storage)
  • Re: LVM -- removing logical volumes from a file system
    ... Am I right in thinking that the various commands to remove volumes simply mean that logical volume management is disabled and that the data remains intact, for me to administer it again via fdisk and / etc/fstab? ... At least, I don't think LVM builds partitions of the same kind as fdisk, nor do I think they are of the same kind as MSDOS/Windows "extended" logical partitions. ... I couldn't use LVM in FC3 or 4, but FC5 seems to work better. ...
    (Fedora)
  • Problem after converting FDisk Partitions to LVM
    ... Does the conversion of existing W4 FDisk partitions through LVM depend on a specific fix level on them or is it supposed to be successful on fresh vintage W4.0 installations as well? ... Then I added eCS2.0b3 to the extended one beyond the 8032MB limit, which offered to modify the existing W4.0 partitions to be usable with the LVM boot manager instead. ...
    (comp.os.os2.setup.storage)
  • Re: Recovering a folder on an LVM ext3 partition
    ... it won't mount saying it ... and I've just been seeing the LVM option during the Fedora ... flexibility in resizing partitions if I needed. ... could try ext3 data recovery programs. ...
    (comp.sys.ibm.pc.hardware.storage)
  • Re: Booting - Enterprise Volume Management System
    ... Since the main LVM advantage is meant to be easy resizing, ... you could just as well use that space to copy or resize basic partitions. ... So you know better than the HOWTO that no recent kernels are affected. ... I don't claim you never have to unmount, but with LVM you have to unmount with ...
    (Ubuntu)