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 a ulimit in unix?
What does f mean linux?
How do you execute more than one command or program from a single command line entry?
How do I list directories in linux?
How commands work in linux?
Explain the ‘ls’ command in linux
How do I know my shell?
What does rmdir do in linux?
How do I clear terminal command history?
tell me something about linux commands.
How do I find the process id in linux?
What are the command prompt commands?
Which is the required command for checking the file system?
What is whois command?
What does df command do in linux?