From: chris@xxxxxxxxxxxxxxxxx [mailto:chris@xxxxxxxxxxxxxxxxx] On Behalf Of Chris Murphy On Wed, Apr 20, 2016 at 1:09 PM, Weiner, Michael <weinerm@xxxxxxx> wrote: > > > [root@raos_apps01 ~]# mke2fs -n /dev/sdb1 mke2fs 1.39 (29-May-2006) > mke2fs: Filesystem too large. No more than 2**31-1 blocks > (8TB using a blocksize of 4k) are currently supported. Sounds like it's creating ext2 by default which is what I'd expect with this command. Use mkfs.ext3 instead or you need to pass '-t ext3 -O ^has_journal' to mke2fs. [root@raos_apps01 ~]# mke2fs -n -t ext3 -O ^has_journal /dev/sdb1 mke2fs 1.39 (29-May-2006) mke2fs: invalid blocks count - /dev/sdb1 =================================== Please consider the environment before printing this e-mail Cleveland Clinic is ranked as one of the top hospitals in America by U.S.News & World Report (2015). Visit us online at http://www.clevelandclinic.org for a complete listing of our services, staff and locations. Confidentiality Note: This message is intended for use only by the individual or entity to which it is addressed and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and destroy the material in its entirety, whether electronic or hard copy. Thank you. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: http://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org