how many limitations of under directories in ext2/3 linux
file system?
Answer Posted / 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 View All Answers
What is grep command?
What is cd command used for?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
What does kill in linux?
Is llvm a virtual machine?
How do I list directories in linux?
What are the basic command in linux?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
Which command is used to find what is in your home directory?
What is nslookup command?
Brief about the command kill PID?
What is difference between comm and CMP command?
What does grep command do?
How do you run a command for a limited time?
What is lsof command in linux?