1583394 : /afs/desy.de/group/atlas/naf-1/¶
Created: 2026-03-10T14:30:17Z - current status: new¶
**
Anonymized & Summarized Issue¶
Summary:
A user reports an outdated AFS directory (/afs/desy.de/group/atlas/naf-1/) that appears to be no longer actively used. The directory contains multiple subdirectories (e.g., users/, software/, DUW09/, etc.), some of which may belong to former users or deprecated projects. The user inquires whether the directory and its contents can be safely removed.
Solution/Next Steps:
1. Verify Usage:
- Check access logs or last timestamps for the directory and its subdirectories to confirm inactivity.
- Contact potential stakeholders (e.g., experiment group admins via naf-atlas-support@desy.de) to confirm whether the data is still needed.
- Backup (if needed):
-
If the directory contains critical data, create a backup (e.g.,
tararchive) before deletion. -
Cleanup:
- If confirmed unused, remove the directory with:
bash rm -rf /afs/desy.de/group/atlas/naf-1/ -
Note: AFS permissions may require admin assistance for deletion.
-
AFS-Specific Considerations:
- AFS directories with many files/subdirectories may impact performance (see AFS context).
- Symlinks in AFS paths can cause issues with tools like Apptainer (workaround:
-B /afs --no-home).
Sources: - AFS Documentation (DESY) - Experiment Support Contacts (DESY)