Linuxにはどのようなファイルシステムがありますか? [閉鎖]

Linuxにはどのようなファイルシステムがありますか? [閉鎖]

Web には Linux ファイルシステムの完全なリストがなく、ほとんどのリストは短すぎるか古いです。誰でもLinux上のすべてのファイルシステムを一覧表示し、各ファイルシステムの説明を提供できますか?

以下は、教授が不完全または古くなったと述べた2つのリストを検討したものです。

https://tldp.org/LDP/sag/html/filesystems.html

https://man7.org/linux/man-pages/man5/filesystems.5.html

ベストアンサー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 >       │  
  └──────────────────────────────────────────────────────────────────────┘  

おすすめ記事