pub fn probe_dir_writable(dir: &Path) -> Result<()>
Best-effort writability probe for an mmap/SHM directory.
On hugetlbfs, small writes may return EINVAL; this uses set_len(2MiB) instead.
hugetlbfs
EINVAL
set_len(2MiB)