When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. ext2 - Wikipedia

    en.wikipedia.org/wiki/Ext2

    The reason for some limits of ext2 are the file format of the data and the operating system's kernel. Mostly these factors will be determined once when the file system is built. They depend on the block size and the ratio of the number of blocks and inodes. [citation needed] In Linux the block size is limited by the architecture page size.

  3. e2fsprogs - Wikipedia

    en.wikipedia.org/wiki/E2fsprogs

    save critical ext2/ext3/ext4 filesystem metadata to a file e2label change the label on an ext2/ext3/ext4 filesystem e2scrub check a filesystem "online" (i.e. without having to unmount it) in the case where the filesystem is on an LVM LV e2undo replay an undo log for an ext2/ext3/ext4 filesystem e4defrag online defragmenter for ext4 filesystem ...

  4. ext4 - Wikipedia

    en.wikipedia.org/wiki/Ext4

    The maximum file, directory, and filesystem size limits grow at least proportionately with the filesystem block size up to the maximum 64 KiB block size available on ARM and PowerPC/Power ISA CPUs. Extents Extents replace the traditional block mapping scheme used by ext2 and ext3. An extent is a range of contiguous physical blocks, improving ...

  5. SquashFS - Wikipedia

    en.wikipedia.org/wiki/SquashFS

    Squashfs is a compressed read-only file system for Linux. Squashfs compresses files, inodes and directories, and supports block sizes from 4 KiB up to 1 MiB for greater compression. Several compression algorithms are supported. Squashfs is also the name of free software, licensed under the GPL, for accessing Squashfs filesystems.

  6. du (Unix) - Wikipedia

    en.wikipedia.org/wiki/Du_(Unix)

    Also the minfree setting that allocates datablocks for the filesystem and the super user processes creates a discrepancy between total blocks and the sum of used and available blocks. The minfree setting is usually set to about 5% of the total filesystem size. For more info see core utils faq.

  7. inode pointer structure - Wikipedia

    en.wikipedia.org/wiki/Inode_pointer_structure

    Example of structure. The inode pointer structure is a structure adopted by the inode of a file in the Unix File System (UFS) to list the addresses of a file's data blocks.It is also adopted by many related file systems, including the ext3 file system, popular with Linux users.

  8. Unix File System - Wikipedia

    en.wikipedia.org/wiki/Unix_File_System

    With larger disks and larger files, fragmented reads became more of a problem. To combat this, BSD originally increased the filesystem block size from one sector to 1 K in 4.0 BSD; and, in FFS, increased the filesystem block size from 1 K to 8 K. This has several effects. The chance of a file's sectors being contiguous is much greater.

  9. Block (data storage) - Wikipedia

    en.wikipedia.org/wiki/Block_(data_storage)

    Some newer file systems, such as Btrfs and FreeBSD UFS2, attempt to solve this through techniques called block suballocation and tail merging. Other file systems such as ZFS support variable block sizes. [4] [5] Block storage is normally abstracted by a file system or database management system (DBMS) for use by