how many limitations of under directories in ext2/3 linux
file system?
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 |
What is clang llvm?
How do you create a file?
What does cd do in linux?
What is cd in cmd?
How can I know my linux os is 32 bit or 64 bit? and How can i know my CPU is 32 bit or 64 bit in linux machine environment.?
What is difference between free and available memory in linux?
How can we increase disk read performance in single command in Linux operating system?
What is help command in linux?
What is $@ in bash?
What is cpu utilization linux?
tell me something about linux commands.
What is the command to delete a file linux?