OTOH, gparted doesn't see my software raid array either. Gparted it rather practical for regular plain vanilla partitions, but for more advanced stuff and filesystems, fdisk is probably better.
For filersystems > 2TB, you're better off grabbing a copy of GPT fdisk.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Lars Hecking Sent: Tuesday, April 12, 2011 3:11 PM To: centos@centos.org Subject: Re: [CentOS] 40TB File System Recommendations
OTOH, gparted doesn't see my software raid array either. Gparted it rather practical for regular plain vanilla partitions, but for more advanced stuff
and
filesystems, fdisk is probably better.
For filersystems > 2TB, you're better off grabbing a copy of GPT fdisk.
Oh, there are two flavours of fdisk? Didn't know. Thanks.
On Tuesday, April 12, 2011 03:10:33 PM Lars Hecking wrote:
OTOH, gparted doesn't see my software raid array either. Gparted it rather practical for regular plain vanilla partitions, but for more advanced stuff and filesystems, fdisk is probably better.
For filersystems > 2TB, you're better off grabbing a copy of GPT fdisk.
Even better, use LVM and stay away from partitioning completely.
/Peter
On Thu, 14 Apr 2011, Peter Kjellström wrote:
On Tuesday, April 12, 2011 03:10:33 PM Lars Hecking wrote:
OTOH, gparted doesn't see my software raid array either. Gparted it rather practical for regular plain vanilla partitions, but for more advanced stuff and filesystems, fdisk is probably better.
For filersystems > 2TB, you're better off grabbing a copy of GPT fdisk.
Even better, use LVM and stay away from partitioning completely.
Is it not ok to build the filesystem straight onto the device and not bother with patitioning at all.
Steve
On Thursday, April 14, 2011 04:13:19 PM Steve Brooks wrote:
On Thu, 14 Apr 2011, Peter Kjellström wrote:
On Tuesday, April 12, 2011 03:10:33 PM Lars Hecking wrote:
OTOH, gparted doesn't see my software raid array either. Gparted it rather practical for regular plain vanilla partitions, but for more advanced stuff and filesystems, fdisk is probably better.
For filersystems > 2TB, you're better off grabbing a copy of GPT fdisk.
Even better, use LVM and stay away from partitioning completely.
Is it not ok to build the filesystem straight onto the device and not bother with patitioning at all.
Of course it is ok. The default install will put your filesystem directly on LVs (of course). If you're referring to PVs directly on a scsi device then that is fine to.
/Peter
2011/4/14 Peter Kjellström cap@nsc.liu.se:
On Thursday, April 14, 2011 04:13:19 PM Steve Brooks wrote:
On Thu, 14 Apr 2011, Peter Kjellström wrote:
On Tuesday, April 12, 2011 03:10:33 PM Lars Hecking wrote:
OTOH, gparted doesn't see my software raid array either. Gparted it rather practical for regular plain vanilla partitions, but for more advanced stuff and filesystems, fdisk is probably better.
For filersystems > 2TB, you're better off grabbing a copy of GPT fdisk.
Even better, use LVM and stay away from partitioning completely.
Is it not ok to build the filesystem straight onto the device and not bother with patitioning at all.
Of course it is ok. The default install will put your filesystem directly on LVs (of course). If you're referring to PVs directly on a scsi device then that is fine to.
The only real reason to put PVs within partitions is to prevent accidental clobbering of data as fdisk/sfdisk don't see the LVM metadata, but if you have a partition marked as type LVM then it will see that.
If the disk is really big though I don't think you need to worry too much as it's hard to mistake your 20TB disk for another and most fdisk/sfdisk implementations will refuse to operate on disks that large.
If it's a concern though use gparted and GPT partition table. Check your LV alignments in any case, whole disk or partition, and muck with the PV metadata to get that first LV on sector 2048.
-Ross
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Peter Kjellström Sent: Thursday, April 14, 2011 3:31 PM To: centos@centos.org Subject: Re: [CentOS] 40TB File System Recommendations
On Tuesday, April 12, 2011 03:10:33 PM Lars Hecking wrote:
OTOH, gparted doesn't see my software raid array either. Gparted it rather practical for regular plain vanilla partitions, but for more advanced stuff and filesystems, fdisk is probably better.
For filersystems > 2TB, you're better off grabbing a copy of GPT fdisk.
Even better, use LVM and stay away from partitioning completely.
Wasn't there some gotchas' regarding LVM's and ext4?? I might be imagining things things...