LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-15-2014, 11:51 AM   #1
procfs
Member
 
Registered: Jan 2006
Location: Sri Lanka
Posts: 651

Rep: Reputation: 34
Creat a 10TB or 20TB file system


Hi can some one tell me how am I go about creating an 10 or 20TB partition on Redhat linux 6.3

Thanks and Regards
 
Old 03-15-2014, 11:58 AM   #2
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
I assume you mean Red Hat Enterprise Linux 6.3, not Red Hat Linux 6.3 which would be over a decade old if it had existed, which it didn't.

Check out the documentation on RedHat's website
https://access.redhat.com/site/solutions/4281
 
Old 03-15-2014, 12:01 PM   #3
procfs
Member
 
Registered: Jan 2006
Location: Sri Lanka
Posts: 651

Original Poster
Rep: Reputation: 34
hi, yes Red Hat Enterprise Linux 6.3
 
Old 03-16-2014, 02:42 AM   #4
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Is it 64 bit?
Incidentally, it should be on 6.5 by now...

This may be useful http://www.redhat.com/resourcelibrar...ies-and-limits

Last edited by chrism01; 03-16-2014 at 02:45 AM.
 
Old 03-16-2014, 09:24 AM   #5
procfs
Member
 
Registered: Jan 2006
Location: Sri Lanka
Posts: 651

Original Poster
Rep: Reputation: 34
I am sorry it is 64 bit, dose it make any deference

Thanks and Regards
 
Old 03-16-2014, 06:16 PM   #6
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Quote:
Originally Posted by procfs View Post
Hi can some one tell me how am I go about creating an 10 or 20TB partition on Redhat linux 6.3

Thanks and Regards
The trivial answer is "mkfs"... By default it will use the size of the partition you specify...

The longer answer is that you have to assemble the 10 or 20TB partition from multiple disks...

You get to lookup "LVM" handling if you have to do it in software, or reference the RAID documentation for the controller you are using.
 
Old 03-26-2014, 11:44 AM   #7
procfs
Member
 
Registered: Jan 2006
Location: Sri Lanka
Posts: 651

Original Poster
Rep: Reputation: 34
Hi jpollard, I can create a partition of the size 20TB using parted, but when I try to use mkfs it give me an error that it can not create the file system, and the largest file system that I can create is 5TB
 
Old 03-26-2014, 12:23 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
According to the documentation the largest file system size for ext3/ext4 is 16TB or 100TB for xfs.
http://www.redhat.com/resourcelibrar...ies-and-limits

By what method did you assemble/create the 20TB partition?
 
Old 03-26-2014, 03:03 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
Try xfs maybe or get creative with zfs or btrfs.
 
Old 03-26-2014, 03:13 PM   #10
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
According to Redhat, they will help you with this if you are a paying customer.

You ARE a paying customer right?

Anyway: https://access.redhat.com/site/solutions/1532

There are your filesystem limitations.

Last edited by szboardstretcher; 03-26-2014 at 03:15 PM.
 
Old 03-26-2014, 03:38 PM   #11
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Use xfs, ext3/4 always give me issues with >12TB
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for a enterprise dedup storage >20TB saavik Linux - Enterprise 2 02-27-2014 01:55 PM
[SOLVED] rear file names to creat a comma delimited file GRS63 Linux - Software 7 02-04-2011 12:40 AM
[SOLVED] put a file in ftp://.... and run it from my computer to creat another file ozminh Linux - Newbie 7 12-03-2010 12:23 AM
Creat boot disk from operating system on hdd. okos Linux - General 6 09-11-2009 03:46 PM
unable to creat system user mbanwi Linux - Newbie 8 08-21-2009 07:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration