Displaying 1 result from an estimated 1 matches for "lvol01".
Did you mean:
lvol0
2008 Feb 13
1
Re: Disk partitions and LVM limits - SUMMARY
...<vg name> /dev/sdX
lvcreate -L <size> -n <name> -v vg_name
Now you have to create the file systems. Some people recommend XFS.
If you try to create bigger then 8TB ext3 file system make sure you use
option "-F" and 4K blocks:
mkfs -t ext3 -F -b 4096 /dev/vg00/lvol01
For more information:
http://www.centos.org/product.html
http://kbase.redhat.com/faq/FAQ_103_11461.shtm
The email thread "Disk partitions and LVM limits" in CentOS, RedHat and
RedHat-Sysadmin mailing lists.
Thank you
Peter
> Hi,
>
> I've got a DAS DELL MD1000 wi...