List five features of the Fourth Extended (ext4) File System.

What will be an ideal response?

The Fourth Extended (ext4) File System, now included with openSUSE and most current Linux distributions, is an improvement over ext3; it has better performance, increased reliability, and features such as the following:
·      Compatibility
·      Larger file sizes
·      Unlimited subdirectories
·      Extents
·      Multiblock allocation
·      Faster performance of the fsck command
·      Journal checksumming

Computer Science & Information Technology

You might also like to view...

A ____ of a color is darker than the original color and is created by mixing the color with black.

a. shade b. tint c. tone e. complement

Computer Science & Information Technology

If this.Opacity += 1.0; increases the opacity, what line of code would decrease the opacity?

a. this.Opacity = 1.0; b. this.Opacity -= 1.0; c. this.Opacity ++ 1.0; d. this.Opacity – 1.0;

Computer Science & Information Technology