Curriculum previewThis is not your assigned passport. No identity, answers, or completion progress are stored here.How to start your passport
Mission / IDEAL Lab NAS
01 / 0125 active minutesdata

Verify Your Approved NAS Workspace

You can locate your approved NAS project folder and verify bounded read/write access without exposing its real path in a public repository.

Work herenas / powershell or zsh or bash
  1. 1Understand
  2. 2Do
  3. 3Check
  4. 4Submit
Learn firstConcept, example, trap and recovery

Outcome#

You can locate your approved NAS project folder and verify bounded read/write access without exposing its real path in a public repository.

Concept#

The NAS is durable shared project storage. Access is limited by project, supervisor, and user boundaries; it is not a general shared working directory and it is not a replacement for GitHub.

Worked Example#

The bounded write/read/delete round trip succeeds only inside the approved username folder; the raw path is never submitted publicly.

A correct example uses these decisions:

  • Where may you create project data on the NAS? Inside the approved supervisor project folder and your ETH-username subfolder.
  • Should the NAS hold one shared Git working tree? No; keep separate clones and use GitHub for code collaboration.

Common Trap#

Using the NAS as a shared Git working tree, testing at the share root, exposing the real path publicly, or leaving the probe file behind.

If Blocked#

Stop if the approved supervisor folder is unknown, another person's folder is shown, the path is read-only when write access is expected, or the cleanup fails. Keep the exact path private and use the lab's private NAS support path. Do not change broad permissions or test at the share root.

Useful references:

Understand Before Accepting AI Output#

An agent must not choose a project root, widen permissions, publish the real path, or claim that the probe was removed without local verification.

Do the mission

One bounded attempt

Pass: 100% + every safety item
Action

Enter the supervisor-approved NAS project root locally, let the verifier confirm the allowed boundary, then create, read, and remove one random test file inside your ETH-username folder.

Expected

The bounded write/read/delete round trip succeeds only inside the approved username folder; the raw path is never submitted publicly.

01Where may you create project data on the NAS?Safety-critical
02Should the NAS hold one shared Git working tree?Safety-critical
Confirm the result you personally observed

These values are processed only by the local launcher. Private paths are not written to the public submission.

Before submitting
Open my real passport first
Preview onlyThis page can be read, but it cannot store or submit an attempt.