![Linuxにはどのようなファイルシステムがありますか? [閉鎖]](https://linux33.com/image/182253/Linux%E3%81%AB%E3%81%AF%E3%81%A9%E3%81%AE%E3%82%88%E3%81%86%E3%81%AA%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E3%81%8C%E3%81%82%E3%82%8A%E3%81%BE%E3%81%99%E3%81%8B%EF%BC%9F%20%5B%E9%96%89%E9%8E%96%5D.png)
Web には Linux ファイルシステムの完全なリストがなく、ほとんどのリストは短すぎるか古いです。誰でもLinux上のすべてのファイルシステムを一覧表示し、各ファイルシステムの説明を提供できますか?
以下は、教授が不完全または古くなったと述べた2つのリストを検討したものです。
答え1
ダウンロードLinuxのソースコード、解凍、実行make menuconfig
- 以下でFile systems
サポートされているすべてのファイルシステムとその説明を見つけることができます。
Linux 5.8.16 で見られる内容は次のとおりです。
.config - Linux/x86 5.8.16 Kernel Configuration
> File systems ────────────────────────────────────────────────────────────
┌──────────────────────────── File systems ────────────────────────────┐
│ Arrow keys navigate the menu. <Enter> selects submenus ---> (or │
│ empty submenus ----). Highlighted letters are hotkeys. Pressing │
│ <Y> includes, <N> excludes, <M> modularizes features. Press │
│ <Esc><Esc> to exit, <?> for Help, </> for Search. Legend: [*] │
│ ┌──────────────────────────────────────────────────────────────────┐ │
│ │ [ ] Validate filesystem parameter description │ │
│ │ < > Second extended fs support │ │
│ │ < > The Extended 3 (ext3) filesystem │ │
│ │ < > The Extended 4 (ext4) filesystem │ │
│ │ < > Reiserfs support │ │
│ │ < > JFS filesystem support │ │
│ │ < > XFS filesystem support │ │
│ │ < > GFS2 file system support │ │
│ │ < > Btrfs filesystem support │ │
│ │ < > NILFS2 file system support │ │
│ │ < > F2FS filesystem support │ │
│ │ [ ] Direct Access (DAX) support │ │
│ │ [ ] Enable filesystem export operations for block IO │ │
│ │ -*- Enable POSIX file locking API │ │
│ │ [ ] Enable Mandatory file locking │ │
│ │ [ ] FS Encryption (Per-file encryption) │ │
│ │ [ ] FS Verity (read-only file-based authenticity protection) │ │
│ │ [ ] Dnotify support │ │
│ │ [ ] Inotify support for userspace │ │
│ │ [ ] Filesystem wide access notification │ │
│ │ [ ] Quota support │ │
│ │ < > Old Kconfig name for Kernel automounter support │ │
│ │ < > Kernel automounter support (supports v3, v4 and v5) │ │
│ │ < > FUSE (Filesystem in Userspace) support │ │
│ │ < > Overlay filesystem support │ │
│ │ Caches ---> │ │
│ │ CD-ROM/DVD Filesystems ---> │ │
│ │ DOS/FAT/EXFAT/NT Filesystems ---> │ │
│ │ Pseudo filesystems ---> │ │
│ │ -*- Miscellaneous filesystems ---> │ │
│ │ [ ] Network File Systems ---- │ │
│ │ -*- Native language support ---> │ │
│ │ [ ] UTF-8 normalization and casefolding support │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ └──────────────────────────────────────────────────────────────────┘ │
├──────────────────────────────────────────────────────────────────────┤
│ <Select> < Exit > < Help > < Save > < Load > │
└──────────────────────────────────────────────────────────────────────┘