statfs.type
文件系统类型。用于表示文件系统类型的平台特定数字标识符。这个值对应于在 POSIX 系统上 statfs(2) 返回的 f_type 字段(例如,在 Linux 上 ext4 对应 0xEF53)。具体含义取决于操作系统,不保证在不同平台上一致。
🌐 Type of file system. A platform-specific numeric identifier for the type of
file system. This value corresponds to the f_type field returned by
statfs(2) on POSIX systems (for example, 0xEF53 for ext4 on Linux). Its
meaning is OS-dependent and is not guaranteed to be consistent across
platforms.