Storage
- Workspaces & Storage
- What a Workspace Is and What It Controls
- Directories, Quotas & Cleaning Up
- Moving & Sharing Data
- Datasets: Shared, Restricted & Licensed
Large data belongs in one place that everyone reads, not in a copy per person. The cluster provides two such places, and which of them holds a dataset determines what its size counts against. Two further restrictions land on the same shelf and are separate questions: classification is about what the data is — whether the University's protection level permits it here at all — and licensing is about what may be done with data the campus has already acquired.
/datasets is the cluster-wide tree. It is present in the container and on
the login node, and holds common training corpora — MNIST, CIFAR-10,
Tiny-ImageNet, ImageNet, Caltech256, ShapeNet and others — alongside data staged
for particular courses. Data is placed there by us, on request, and it sits
outside both the workspace and personal quotas.
public/ is the workspace's own shared area. Course datasets most often
live here, staged by the instructor or the course grader account, readable by
every member of the workspace.
→ The Shared Workspace Area
Which of the two a course uses is the instructor's choice. Data that several
courses want, or that is too large to sit in a workspace, tends to be staged
under /datasets; data specific to one course tends to sit in public/.
The catalog of cluster-wide datasets is published at datahub.ucsd.edu/hub/datasets. From a running environment or from the login node, the tree itself is browsable:
cd /datasets
ls
Course data staged under /datasets follows the workspace ID —
/datasets/<workspace-id>-public/ — so a course's own material is findable
without a catalog entry.
Please do not copy a shared dataset into a home directory. It is the fastest way to exhaust a quota, and the copy is no closer to the job than the original: the same filesystem is visible from the container and from the login node. → What Usually Fills a Quota
Code points at the shared path instead. Notebooks written against a local machine usually need one edit — the dataset path — and nothing else.
Where a run genuinely needs a derived subset, the subset — not the source corpus — is what belongs in a home directory.
Where a dataset is large and several people need it, please ask us to stage it rather than downloading it into each home directory. Email datahub@ucsd.edu with what the data is, roughly how large it is, and who needs to read it.
Please raise anything confidential, licensed, or subject to a data use agreement before it is uploaded, not after.
Small downloads need no request. wget and curl are available on the
login node and in the container; for anything substantial, please see
Moving & Sharing Data.
P4 data is prohibited on Datahub and DSMLP — highly-sensitive information such as clinical records or export-controlled material. There is no review path and no exception.
P3 data may be permitted after review. Legally or contractually protected information is not categorically excluded; it requires a conversation before any of it reaches the cluster. Vetting may take 4-6 weeks or longer.
Where either may apply, please raise it with us early. For instruction and coursework, email datahub@ucsd.edu; for research, Research IT at rcd-support@ucsd.edu. → Policy
The University's classification levels are the authority. The examples our own documentation gives are:
| Kind of data | Examples |
|---|---|
| Government classified or controlled | CUI, CTI, ITAR, FISMA |
| Health and personal information | PHI/HIPAA, IRB-controlled data, statutory PII |
| Student records | Other students' grades or academic records (FERPA) |
| Contractually protected | Information subject to certain Data Use Agreements |
The student-records line catches more people than it looks like it will. A TA or grader working with identifiable grades is handling protected data, and the grading tools are built to hold that material. → Grading
Some data on the cluster is licensed rather than open, acquired under terms
that limit who may read it and what may be done with the results. Such corpora
are staged read-only and released to an authorized group rather than to everyone
— the Nielsen subscription datasets held for the Chicago Booth Kilts Center are
the standing example, mounted read-only outside the general /datasets tree.
→ Mounting External Storage
For licensed data, the terms usually mean:
Datasets may be published cluster-wide or scoped to a single course. Where a course or lab has acquired data under terms, please say so in the request to have it staged, so that it is scoped correctly from the start rather than moved afterwards.
Restricted data does not travel to the end of the course by default. Large datasets cannot be archived when a course environment is purged; a corpus that has to be kept is a conversation to have before the term ends. → Archiving on Request
Datahub and DSMLP are not a place to publish restricted data outward. The platform is not for externally-available services or applications except as required for coursework or projects, and that limit applies with particular force to anything held under terms.
If you still have questions or need additional assistance, email us at datahub@ucsd.edu or submit a ticket to the ITS Service Desk.