enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. FAT filesystem and Linux - Wikipedia

    en.wikipedia.org/wiki/FAT_filesystem_and_Linux

    All of the Linux filesystem drivers support all three FAT types, namely FAT12, FAT16 and FAT32.Where they differ is in the provision of support for long filenames, beyond the 8.3 filename structure of the original FAT filesystem format, and in the provision of Unix file semantics that do not exist as standard in the FAT filesystem format such as file permissions. [1]

  3. XFS - Wikipedia

    en.wikipedia.org/wiki/XFS

    The XFS guaranteed-rate I/O system provides an API that allows applications to reserve bandwidth to the filesystem. XFS dynamically calculates the performance available from the underlying storage devices, and will reserve bandwidth sufficient to meet the requested performance for a specified time. This is a feature unique to the XFS file system.

  4. Large-file support - Wikipedia

    en.wikipedia.org/wiki/Large-file_support

    Handling larger disk partitions requires the usage of a different file system like XFS which was designed with 64-bit inodes from the start allowing for exabyte files and partitions. [ 23 ] [ 24 ] The first 16 terabyte magnetic disk drives were delivered by mid 2019.

  5. List of file systems - Wikipedia

    en.wikipedia.org/wiki/List_of_file_systems

    Shared-disk file systems (also called shared-storage file systems, SAN file system, Clustered file system or even cluster file systems) are primarily used in a storage area network where all nodes directly access the block storage where the file system is located. This makes it possible for nodes to fail without affecting access to the file ...

  6. GParted - Wikipedia

    en.wikipedia.org/wiki/Gparted

    GParted is used for creating, deleting, [3] resizing, [4] moving, checking, and copying disk partitions and their file systems. This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks, and mirroring one partition with another (disk imaging). It can also be used to format a USB drive.

  7. Filesystem in Userspace - Wikipedia

    en.wikipedia.org/wiki/Filesystem_in_Userspace

    Conventional on-disk file systems can be implemented in user space with FUSE, e.g. for compatibility or licensing reasons. Linear Tape File System: Allows files stored on magnetic tape to be accessed in a similar fashion to those on disk or removable flash drives. NTFS-3G and Captive NTFS, allowing access to NTFS filesystems.

  8. Disk quota - Wikipedia

    en.wikipedia.org/wiki/Disk_quota

    Disk quotas are supported by most modern operating systems, including Unix-like systems, such as AIX (using JFS or JFS2 filesystem), Linux (using ext3, ext4, ext2, XFS (integrated support) among other filesystems), Solaris (using UFS or ZFS), Microsoft Windows starting with Windows 2000, Novell NetWare, VMS, and others. The method of ...

  9. UnionFS - Wikipedia

    en.wikipedia.org/wiki/UnionFS

    Unionfs is a filesystem service for Linux, FreeBSD and NetBSD which implements a union mount for other file systems.It allows files and directories of separate file systems, known as branches, to be transparently overlaid, forming a single coherent file system.