how many limitations of under directories in ext2/3 linux
file system?



how many limitations of under directories in ext2/3 linux file system?..

Answer / ajit mohan b

Ext2 Limits
============
Max file size: 2-64 TiB
Max number of files: 10 raised 18
Max filename length: 255 characters
Max volume size: 16-32 TiB
Allowed characters in filenames: Any byte except NULL and '/'

Ext3 Limits
===========
Max file size: 2 TiB
Max number of files: Variable, allocated at creation time[1]
Max filename length: 255 bytes
Max volume size: 2 TiB – 16 TiB
Allowed characters in filenames: All bytes except NULL

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Linux Commands Interview Questions

what command would you use to find the hostname of the server if yo ony have the ip address?

10 Answers  


What is filter command in unix?

0 Answers  


How do I check my cpu cores?

0 Answers  


What command would you use to create an empty file without opening it to edit it?

0 Answers  


When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?

4 Answers  






Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?

0 Answers  


How do I find the linux version?

0 Answers  


What does sh do in linux?

0 Answers  


What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?

6 Answers  


1. Why "d" is postfix in almost every service name of Linux like httpd, dhcpd? 2. how to restrict su & ssh services for some users? 3. how can we configure a default gateway for 10 n/w cards in a server?

6 Answers  


Explain the working of command grouping?

0 Answers  


What is the difference between diff and cmp command in unix?

0 Answers  


Categories