![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to mount a file system of a remote machine to local file system | cy163 | UNIX for Dummies Questions & Answers | 2 | 01-31-2008 06:04 AM |
| How to find a file whick is consuming larger disk space in file system | lokeshpashine | UNIX for Dummies Questions & Answers | 3 | 01-04-2008 02:26 PM |
| Generating a list of choices in a menu | sysera | Shell Programming and Scripting | 7 | 01-05-2006 02:13 PM |
| How do I send a file as an attachment (gzip file) on a Unix system | lacca | UNIX for Dummies Questions & Answers | 3 | 07-03-2002 10:04 AM |
| Take a file from the system and put on tape and reset the file to 0 bytes | JackieRyan26 | UNIX for Dummies Questions & Answers | 1 | 09-06-2001 02:08 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
*nix File System Choices?
I need clarification on the following:
1. Which file system is supported by all [or at least most] distros? 2. Which file system is best to be used for handling large volumes of data, which also satisfies 1? Please notify if a thread addressing these issues exists. Thnx |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I think the question is more which Unix derivative you are going to use since this will tell you which type of filesystem will be available.
If you talk about distros and mean Linux, you usually go for ext3 or ReiserFS afaik. On AIX we use JFS2 which is the standard there and use it for very large FS'es too. On jfs2 you have (taken from the IBM Information Center about JFS2): Code:
Maximum size for a JFS2-filesystem: 32 TB Maximum file size in JFS2: 16 TB Minimum size for a JFS2-filesystem: 16 MB |
|
#3
|
|||
|
|||
|
Please give an example of "large volumes of data". Linux has a native filesystem (ext2/3) which handles quite large files.
Taken from ext3 - Wikipedia, the free encyclopedia Size limits ext3 has a maximum size for both individual files and the entire filesystem. For the filesystem as a whole that limit is 2**31-1 blocks. Both limits are dependent on the block size of the filesystem; the following chart summarizes the limits[12]: Code:
Block size Max file size Max filesystem size 1KiB 16GiB <2TiB 2KiB 256GiB <4TiB 4KiB 2TiB <8TiB 8KiB 2TiB <16TiB |
|||
| Google The UNIX and Linux Forums |