> >> 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... > > you really should use resize2fs, not just tinkering with the partition > table to do the resize.
Second that. Personally, I always install the OS into one partition, and put the data into a Logical Volume. Then use lvextend and resize2fs. If you can do this with partition tables ... it's news to me. I thought your only choice was to create & extend a device natively, and then create the filesystem inside without any partition table. _______________________________________________ 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/
