1594771 : NAF account problem. Cannot access home directory¶
Created: 2026-04-22T08:56:24Z - current status: new¶
**
Summary of the Issue¶
A user reports that upon logging into the naf-cms server, their AFS home directory (/afs/desy.de/user/a/[USERNAME]) appears to be missing or inaccessible. The system attempts to create the directory but fails with "Read-only file system" errors, suggesting either:
- The AFS volume is corrupted or offline.
- The user lacks sufficient permissions to create/modify the directory.
- The AFS cell (desy.de) is experiencing technical issues.
Possible Solutions¶
- Check AFS Status
- Verify if the AFS service is operational (e.g.,
fs checkservers). -
Confirm if other users are experiencing similar issues.
-
Restore Home Directory
- If the directory was accidentally deleted, DESY admins may need to restore it from backups (AFS is backed up).
-
Alternatively, the user’s AFS volume might need to be re-created.
-
Permissions Issue
- Ensure the user has the correct AFS permissions (
fs listacl /afs/desy.de/user/a/[USERNAME]). -
If the directory exists but is read-only, admins may need to adjust ACLs.
-
Temporary Workaround
- If the issue is temporary, the user could work in
/tmpor another writable location until resolved.
Next Steps¶
- The user should contact DESY/NAF support (e.g., via ticket or email) to investigate the AFS volume and restore access.
- If the problem persists, admins may need to check the AFS server logs for errors.
Sources Used: 1. DESY NAF Documentation: Filesystems (AFS) 2. DESY NAF Documentation: Common Issues