enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. ext4 - Wikipedia

    en.wikipedia.org/wiki/Ext4

    ext4 (fourth extended filesystem) is a journaling file system for Linux, developed as the successor to ext3. ext4 was initially a series of backward-compatible extensions to ext3, many of them originally developed by Cluster File Systems for the Lustre file system between 2003 and 2006, meant to extend storage limits and add other performance ...

  3. Extended file attributes - Wikipedia

    en.wikipedia.org/wiki/Extended_file_attributes

    In Linux, the ext2, ext3, ext4, JFS, Squashfs, UBIFS, Yaffs2, ReiserFS, Reiser4, XFS, Btrfs, OrangeFS, Lustre, OCFS2 1.6, ZFS, and F2FS [11] filesystems support extended attributes (abbreviated xattr) when enabled in the kernel configuration. Any regular file or directory may have extended attributes consisting of a name and associated data.

  4. Extended file system - Wikipedia

    en.wikipedia.org/wiki/Extended_file_system

    The extended file system, or ext, was implemented in April 1992 as the first file system created specifically for the Linux kernel. Although ext is not a specific file system name, it has been succeeded by ext2, ext3, and ext4.

  5. List of default file systems - Wikipedia

    en.wikipedia.org/wiki/List_of_default_file_systems

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us

  6. List of file systems - Wikipedia

    en.wikipedia.org/wiki/List_of_file_systems

    ext4 – A follow-up for ext3 and also a journaled filesystem with support for extents. ext3cow – A versioning file system form of ext3. FAT – File Allocation Table, initially used on DOS and Microsoft Windows and now widely used for portable USB storage and some other devices; FAT12, FAT16 and FAT32 for 12-, 16-and 32-bit table depths.

  7. HTree - Wikipedia

    en.wikipedia.org/wiki/HTree

    ext4 HTree indexes are turned on by default in ext4. This feature is implemented in Linux kernel 2.6.23. HTree indexes is also used for file extents when a file needs more than the 4 extents stored in the inode. The large_dir feature of ext4 is implemented in Linux kernel 4.13.

  8. Comparison of file systems - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_file_systems

    File system Stores file owner POSIX file permissions Creation timestamps Last access/ read timestamps Last metadata change timestamps Last archive timestamps Access control lists

  9. Journaling block device - Wikipedia

    en.wikipedia.org/wiki/Journaling_block_device

    JBD, or journaling block device, is a generic block device journaling layer in the Linux kernel written by Stephen Tweedie from Red Hat.JBD is filesystem-independent. ext3, ext4 and OCFS2 are known to use JBD.