pub fn validate_fs_id(id: &str, label: &str) -> Result<(), String>
Validate an ID for filesystem safety.
Rejects empty strings, path separators, .., null bytes, and control characters.
..