-
Notifications
You must be signed in to change notification settings - Fork 178
Add 14 New Missions on Filesystems & LVM with a whole new (and hopefully funny) lore #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
OsaAjani
wants to merge
985
commits into
phyver:master
Choose a base branch
from
OsaAjani:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prior to that, one needed to run gameshell with bash, with option -Z.
the line dealing with hidden directories was deleted by accident from lib/header.sh
procps was missing in the dependency requirement.
The required dependency was psproc (or various other spelling) while the correct spelling is procps.
the day was chosen in the interval 13-18 instead of 13-28
files created by the player were not removed on reset
skipping a mission that has already been completed doesn't require the password, going back to a previous mission doesn't require the password.
if one of those is present, skipping is allowed without password if the file is non empty, it is displayed after the goal with the command `gsh goal`
to contain the skip files some minor typos were corrected as well
impératif plutôt que l'infinitif en cohérence avec les autres messages
…rne") in pipe_intro_book_of_potions section.
that could cause problem when using a save file in a different place...
(missions finding_files_maze) Some students managed to get $PWD to start with 2 '/', which prevented gameshell from detecting the player was in the maze. After cleaning (removal of the maze), $PWD was thus a non-existent directory...
otherwise, the maze directory is not accessible with the graphical file manager for those who want to use it
options -A and -P have been replaced by -M anonymous and -M passport as well
to avoid confusion (player using charmiglio instead of Charmiglio in the second mission)
it is not always clear to the player whether their output has blank lines that should be removed.
it is suprising that cd cd ..... gsh goal gsh check doesn't work because of the gsh goal
to run tests in English, French and Italian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📚 Summary
This pull request introduces 14 new missions dedicated to learning filesystems and LVM (Logical Volume Management) concepts.
Each mission focuses on a specific operation or principle, with progressively increasing technical depth.
🗺️ Lore
These missions are framed within a light narrative inspired by Terry Pratchett’s humor and Courteline’s satirical bureaucracy in Messieurs les ronds-de-cuir.
The learner is placed in a world where system administration, and especially volume management, is interpreted as the discovery and management of new lands—every technical task becomes a bureaucratic expedition.
The exaggerated administration oversees every action through forms, seals, and contradictory procedures.
This comedic framing is designed to make the missions memorable while keeping the exercises fully technical and precise.
📘 Story Resume
The overarching story of LVM — L’histoire Véritable (et tamponnée) follows the rise of the Great Secretariat of Territorial Volumes, an absurdly hierarchical institution tasked with discovering, annexing, organizing, resizing, and occasionally repairing newly found “territories” (physical volumes, volume groups, logical volumes, filesystems, etc.).
Throughout the missions, the learner plays the role of a junior clerk or engineer navigating this contradictory administration, applying real technical operations while humorously confronting paperwork, pompous officials, and unclear directives.
The story serves as a thematic background: engaging but lightweight, always secondary to the clarity and accuracy of the technical content.
🎯 Objectives
🛠️ What’s Included
auto.shscript to automatically test the mission📦 Topics Covered
The missions collectively address the following core concepts:
ext4, inspect filesystem properties/etc/fstabfsck🧪 Testing & Verification
auto.shtesting script to simplify validation.No breaking changes to the project’s core logic.
However, filesystem and LVM operations introduce two practical challenges:
To mitigate this:
gsh sudocommand is introduced for controlled privilege escalation.losetup) to avoid manipulating real disks.