1590313 : dCache Ordner verschwunden¶
Created: 2026-04-08T08:03:19Z - current status: new¶
**
Anonymized Summary of the Issue¶
A user reports that their previously accessible path on the dCache filesystem (/pnfs/desy.de/desy/it-uni-hh/...) is no longer visible. Instead, only a folder named m appears under /pnfs/desy.de/. The user needs to regain access to their data stored in the desy/it-uni-hh directory.
Possible Solution & Next Steps¶
-
Check for Mount Changes or Restructuring The disappearance of the
desy/it-uni-hhpath suggests a potential restructuring of the dCache filesystem. According to the storage system documentation, dCache is managed by DESY IT, and changes to mounts may occur without prior notice. -
Verify Access via Alternative Paths
- The
mfolder might be a new mount point or a symbolic link. Try listing its contents:bash ls -l /pnfs/desy.de/m/ -
If the data was migrated, it could be nested under
/pnfs/desy.de/m/desy/it-uni-hh/. -
Contact DESY IT for Support Since dCache is managed by DESY IT, the user should:
- Email
maxwell.service@desy.de(for missing mounts or technical issues). - CC
uco@desy.de(for general questions about dCache access). -
Provide the exact path (
/pnfs/desy.de/desy/it-uni-hh/...) and describe the issue. -
Check for Quota or Permission Issues If the data still exists but is inaccessible, it might be due to:
- Quota limits (unlikely, as the path would still be visible).
- Permission changes (verify with
ls -ld /pnfs/desy.de/desy/it-uni-hh).
Sources Used¶
- DESY Maxwell Storage Documentation (for dCache management and contact details).