man > fs(5)

📄 NAME

filesystems — Linux filesystem types: ext, ext2, ext3, ext4, hpfs, iso9660, JFS, minix, msdos, ncpfs, nfs, ntfs, proc, Reiserfs, smb, sysv, umsdos, vfat, XFS, xiafs

🚀 Quick Reference

Use CaseCommandDescription
List supported filesystemscat /proc/filesystemsShow which filesystems the kernel currently supports
Mount a filesystemmount -t <type> <device> <mountpoint>Mount a specific filesystem type
Check filesystem type on deviceslsblk -fDisplay filesystem type of block devices
Create a filesystemmkfs.ext4 /dev/sdX1Create an ext4 filesystem on a partition
Display filesystem usagedf -TShow filesystem type and disk usage

📖 DESCRIPTION

When, as is customary, the proc filesystem is mounted on /proc, you can find in the file /proc/filesystems which filesystems your kernel currently supports; see proc(5) for more details. There is also a legacy sysfs(2) system call (whose availability is controlled by the CONFIG_SYSFS_SYSCALL kernel build configuration option since Linux 3.15) that enables enumeration of the currently available filesystem types regardless of /proc availability and/or sanity.

If you need a currently unsupported filesystem, insert the corresponding kernel module or recompile the kernel.

In order to use a filesystem, you have to mount it; see mount(2) and mount(8).

The following list provides a short description of the available or historically available filesystems in the Linux kernel. See the kernel documentation for a comprehensive description of all options and limitations.

📚 SEE ALSO

fuse(4), btrfs(5), ext2(5), ext3(5), ext4(5), nfs(5), proc(5), sysfs(5), tmpfs(5), xfs(5), fsck(8), mkfs(8), mount(8)

â„šī¸ COLOPHON

This page is part of release 5.10 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/.

fs(5)
📄 NAME 🚀 Quick Reference 📖 DESCRIPTION 📚 SEE ALSO â„šī¸ COLOPHON

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-15 22:35 @216.73.217.134
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!

^_top_^