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 difference between comm and CMP command?
How to hide the partition in grub booting?
Where is command history stored in linux?
What is the difference between clang and llvm?
What is grep command in linux with examples?
What does grep grep do?
What is the difference between cd and cd in linux?
How do I list all processes in linux?
How do I check my cpu cores?
When and how linux developed?
What is the symbol of linux?
What are the commands in linux?
What is lsof command in linux?
What are the basic dos commands?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?