On Wed, Oct 14, 2009 at 21:30, Ski Kacoroski <[email protected]> wrote: > Does anyone know of a bug that > could be causing the file system to be usable for 1TB or larger luns > after using fdisk?
DOS/MBR format partition tables (which is what fdisk uses by default) have a 2TB limit... workaround: don't use a partition table, use GPT instead of MBR... I generally never use a partition table on RAID devices - partition tables can also cause stripe alignment issues with RAID5/6 unless you're careful to layout the disk properly. _______________________________________________ Tech mailing list [email protected] http://lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/
