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 does cd do in linux?
What is ulimit command?
What does pwd mean in linux?
Which command reduces the size of a file?
How do you ask politely?
What is FC command?
What is build process?
What is iptables command in linux?
What is apple llvm?
List the three main parts of an operating system command?
How do I list directories in linux?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
How do you run a command for a limited time?
What does comm do and how to use it?
How do you copy in terminal?