[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[],[],null,["# POSIX compliance\n\nThe following features from POSIX are not supported by Parallelstore:\n\n- Hard links are not supported.\n- mmap support with MAP_SHARED will be consistent from a single client only.\n- Char devices, block devices, and sockets and pipes are not supported.\n- User and group quotas are not supported.\n- `setuid()`, `setgid()` programs, supplementary groups, and POSIX ACLs are not supported within the DFS namespace.\n- Access time, change time, and modify time might not be updated correctly.\n- Flock is not supported.\n- Block size in stat buf is not accurate, as it does not account for holes or extended attributes.\n- Some parameters reported with statfs, such as the number of blocks, files, or free and available space, are not supported.\n- POSIX permissions inside an encapsulated namespace are not supported.\n- DFS directories don't include the `.` (current directory) and `..` (parent directory) directory entries that are known from other POSIX file systems. Commands like `ls -al` won't include these entries in their output. Those directory entries are not required by POSIX, so this is not a limitation to POSIX compliance. But scripts that parse directory listings under the assumption that those dot directories are present may need to be adapted to to correctly handle this situation. Note that operations like `cd .` or `cd ..` will still succeed in dfuse-mounted POSIX containers."]]