
fsck - check and repair a Linux filesystem at Linux.org
filesystems on different physical disk drives in parallel to reduce the total amount of time needed to check all of them. If no filesystems are specified on the command line, and the -A option is …
mount - mount a filesystem at Linux.org
The programs mount and umount maintain a list of currently mounted filesystems in the file /etc/mtab. If no arguments are given to mount, this list is printed.
/etc/fstab Explained - Linux.org
Nov 23, 2014 · On Linux, filesystems are mounted either manually or automatically. Every filesystem has a slightly different way of being mounted. It may help admins and causal users …
PipeFS, SockFS, DebugFS, and SecurityFS - Linux.org
Jan 20, 2014 · Linux has several virtual filesystems that serve various purposes. DebugFS, SecurityFS, PipeFS, and SockFS are four important filesystems (in addition to others …
Which filesystem is better - Linux.org
Mar 21, 2024 · What Are the Best Linux Filesystems in 2021? - Make Tech Easier When formatting a hard disk to install your Linux system, you want to use the best Linux filesystem. …
Specfs, Devfs, Tmpfs, and Others - Linux.org
Dec 1, 2013 · Linux has various virtual filesystems that each have a specific purpose and daemons that perform the same functions as these filesystems. Three virtual filesystems that …
XFS File System - Linux.org
Jul 29, 2013 · XFS File System The XFS file system is an extension of the Extent File System (EFS). XFS was originally referred to as the ‘X’ File System (XFS) and the name was used …
Comparison of File Systems for an SSD - Linux.org
May 22, 2017 · Filesystems The issue in most cases is not what size of drive you may buy, but how to optimize its performance. With any drive, the filesystem used to format that drive will …
ext2 - the second extended file system ext2 - Linux.org
FILE ATTRIBUTES The ext2, ext3, and ext4 filesystems support setting the following file attributes on Linux systems using the chattr(1) utility: a - append only In addition, the ext3 and …
xfs - layout, mount options, and supported file attributes
xfs(5) File Formats Manual xfs(5) NAME xfs - layout, mount options, and supported file attributes for the XFS filesystem DESCRIPTION An XFS filesystem can reside on a regular disk partition …